mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix namespace of minion birthcry event.
This commit is contained in:
parent
eeb4547bec
commit
0ca192889f
@ -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