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 dinhxuanvu committed Apr 15, 2024
1 parent 0ff577f commit 4fccde7
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 @@ -782,7 +782,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 4fccde7

Please sign in to comment.