mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06: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",
|
Kind: "Minion",
|
||||||
Name: kl.hostname,
|
Name: kl.hostname,
|
||||||
UID: kl.hostname,
|
UID: kl.hostname,
|
||||||
|
Namespace: api.NamespaceDefault,
|
||||||
}
|
}
|
||||||
record.Eventf(ref, "", "starting", "Starting kubelet.")
|
record.Eventf(ref, "", "starting", "Starting kubelet.")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user