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-Source: fb90ed6
  • Loading branch information
deads2k authored and bertinatto committed Jun 20, 2023
1 parent 82910c0 commit b31f164
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
Expand Up @@ -709,7 +709,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 b31f164

Please sign in to comment.