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 soltysh committed Jul 1, 2024
1 parent 807d528 commit 5841feb
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 @@ -789,7 +789,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 5841feb

Please sign in to comment.