mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Remove BoundPods from Kubelet
This commit is contained in:
@@ -115,7 +115,7 @@ var _ = Describe("Events", func() {
|
||||
labels.Everything(),
|
||||
labels.Set{
|
||||
"involvedObject.uid": string(podWithUid.UID),
|
||||
"involvedObject.kind": "BoundPod",
|
||||
"involvedObject.kind": "Pod",
|
||||
"involvedObject.namespace": api.NamespaceDefault,
|
||||
"source": "kubelet",
|
||||
}.AsSelector(),
|
||||
|
Reference in New Issue
Block a user