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
  • Loading branch information
deads2k committed Jul 9, 2021
1 parent a9e4204 commit 565bc92
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 @@ -588,7 +588,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 565bc92

Please sign in to comment.