Merge pull request #2429 from erictune/fix_birthcry

Fix namespace of minion birthcry event.
This commit is contained in:
Daniel Smith 2014-11-17 17:20:25 -08:00
commit c91306c5bd

View File

@ -1022,6 +1022,7 @@ func (kl *Kubelet) BirthCry() {
Kind: "Minion",
Name: kl.hostname,
UID: kl.hostname,
Namespace: api.NamespaceDefault,
}
record.Eventf(ref, "", "starting", "Starting kubelet.")
}