mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #2429 from erictune/fix_birthcry
Fix namespace of minion birthcry event.
This commit is contained in:
commit
c91306c5bd
@ -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.")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user