Skip to content

Commit

Permalink
Merge pull request #4261 from kannon92/OCPBUGS-30852-add-preferred-du…
Browse files Browse the repository at this point in the history
…ring-scheduling

OCPBUGS-30852: add preferredduringscheduling annotation to kube-rbac-proxy-crio
  • Loading branch information
openshift-merge-bot[bot] committed Mar 15, 2024
2 parents 4a4196f + e058b98 commit f96548d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ contents:
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
spec:
volumes:
- name: etc-kube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ contents:
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
spec:
volumes:
- name: etc-kube
Expand Down

0 comments on commit f96548d

Please sign in to comment.