Skip to content

Commit

Permalink
UPSTREAM: <carry>: openshift's kube-apiserver is in openshift-kube-ap…
Browse files Browse the repository at this point in the history
…iserver

openshift-rebase(v1.24):source=07bf20738e9
  • Loading branch information
deads2k authored and soltysh committed Sep 20, 2022
1 parent 5032546 commit fb90ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ func eventReference() (*corev1.ObjectReference, error) {
}
if len(ns) == 0 {
pod = ""
ns = "kube-system"
ns = "openshift-kube-apiserver"
}
if len(pod) == 0 {
return &corev1.ObjectReference{
Expand Down

0 comments on commit fb90ed6

Please sign in to comment.