[release-4.22] OCPBUGS-84739: Use dedicated service accounts for multus pods#2985
Conversation
The cni-sysctl-allowlist-ds pod was using the default service account. Add serviceAccountName: multus-ancillary-tools to use a dedicated SA. Also make sure that defaultt SA isn't used when multus network node identity is enabled. This work was taken from yboaron's PR in openshift#2845. yboaron has given me permission to take over his work on this. Signed-off-by: Evan Hearne <ehearne@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@openshift-cherrypick-robot: Jira Issue OCPBUGS-65631 has been cloned as Jira Issue OCPBUGS-84739. Will retitle bug to link to clone. WARNING: Unexpected sprint field type []interface {} on source issue. Please update sprint manually on clone. /retitle [release-4.22] OCPBUGS-84739: Use dedicated service accounts for multus pods DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-84739, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@ehearne-redhat: This pull request references Jira Issue OCPBUGS-84739, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@ehearne-redhat: This pull request references Jira Issue OCPBUGS-84739, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (weliang@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
|
@openshift-cherrypick-robot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: everettraven, openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/verified by ci/prow/e2e-gcp-ovn, ci/prow/unit ---
apiVersion: v1
kind: Pod
metadata:
annotations:
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "false"
creationTimestamp: "2026-04-30T09:26:05Z"
generateName: multus-
generation: 1
labels:
app: multus
...
name: multus-cncch
namespace: openshift-multus
...
serviceAccount: multus-node-identity
serviceAccountName: multus-node-identity
...
phase: Running
podIP: 10.0.0.5
podIPs:
- ip: 10.0.0.5
qosClass: Burstable
startTime: "2026-04-30T09:26:05Z"---
apiVersion: v1
kind: Pod
metadata:
annotations:
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "false"
creationTimestamp: "2026-04-30T09:41:35Z"
generateName: multus-additional-cni-plugins-
...
name: multus-additional-cni-plugins-5p2bh
namespace: openshift-multus
...
serviceAccount: multus-ancillary-tools
serviceAccountName: multus-ancillary-tools
...
phase: Running
podIP: 10.0.128.3
podIPs:
- ip: 10.0.128.3
qosClass: Burstable
startTime: "2026-04-30T09:42:15Z" |
|
@ehearne-redhat: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
This is an automated cherry-pick of #2961
/assign ehearne-redhat