Skip to content

Commit

Permalink
Merge pull request #28647 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-28637-to-release-4.14

[release-4.14] OCPNODE-2101: add kube-rbac-proxy-crio toleration change
  • Loading branch information
openshift-merge-bot[bot] committed Mar 12, 2024
2 parents a7398b1 + be0534e commit f066e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/extended/operators/tolerations.go
Expand Up @@ -35,6 +35,10 @@ var _ = Describe("[sig-arch] Managed cluster should", func() {
// The kube-apiserver proxy exists only in Hypershift. It is used to proxy the kubelet->kube-apiserver connection, hence it must be a static pod
// which makes the kubelet add a keyless noExecution toleration, so we have to exclude it here.
whitelistPods.Insert("kube-apiserver-proxy")
// The kube-rbac-proxy-crio pod exists in the machine config operator
// namespace. It is a static pod which makes the kubelet add a keyless
// noExecution toleration, so we have to exclude it here.
whitelistPods.Insert("kube-rbac-proxy-crio")
for _, pod := range pods.Items {
// exclude non-control plane namespaces
if !hasPrefixSet(pod.Namespace, namespacePrefixes) {
Expand Down

0 comments on commit f066e57

Please sign in to comment.