diff --git a/pkg/cli/admin/mustgather/mustgather.go b/pkg/cli/admin/mustgather/mustgather.go index ba16de3674..e11b6b8c5f 100644 --- a/pkg/cli/admin/mustgather/mustgather.go +++ b/pkg/cli/admin/mustgather/mustgather.go @@ -662,8 +662,9 @@ func newNamespace() *corev1.Namespace { "security.openshift.io/scc.podSecurityLabelSync": "false", }, Annotations: map[string]string{ - "oc.openshift.io/command": "oc adm must-gather", - "openshift.io/node-selector": "", + "oc.openshift.io/command": "oc adm must-gather", + "openshift.io/node-selector": "", + "workload.openshift.io/allowed": "management", }, }, }