Fix namespace of minion birthcry event.

This commit is contained in:
Eric Tune 2014-11-17 15:34:07 -08:00
parent eeb4547bec
commit 0ca192889f

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.")
}