-
Notifications
You must be signed in to change notification settings - Fork 211
OCPBUGS-60568: lib/resourcemerge: Add support for automountServiceAccountToken #1264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Take automountServiceAccountToken flag into account when reconciling a pod spec.
|
@tchap: This pull request references Jira Issue OCPBUGS-60579, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
WalkthroughThis change extends the resource merge functionality to support Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (2)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Comment |
|
/jira refresh |
|
@tchap: This pull request references Jira Issue OCPBUGS-60579, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
In 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. |
|
@tchap: This pull request references Jira Issue OCPBUGS-60579, which is valid. 3 validation(s) were run on this bug
In 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 |
|
@tchap: This pull request references Jira Issue OCPBUGS-60568, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
|
@tchap: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
hongkailiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks good to me. Only a couple of questions.
- Do we want to leave the comment like this?
- Do we have a way of testing it before merging? Like, without this pull, a test with openshift/cluster-kube-controller-manager-operator#858 is failing vs successful with it. See https://docs.ci.openshift.org/docs/how-tos/multi-pr-presubmit-testing/ for reference. https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-kube-controller-manager-operator/858/pull-ci-openshift-cluster-kube-controller-manager-operator-main-e2e-aws-ovn-upgrade/1993335772639399936 seems like a good candicate. Let me try.
|
/testwith openshift/cluster-kube-controller-manager-operator/main/e2e-aws-ovn-upgrade openshift/cluster-kube-controller-manager-operator#858 |
|
Why didnt e2e-ote work there? /testwith openshift/cluster-kube-controller-manager-operator/main/e2e-aws-ovn-upgrade openshift/cluster-kube-controller-manager-operator#858 |
|
/testwith openshift/cluster-kube-controller-manager-operator/main/e2e-aws-ovn-upgrade openshift/cluster-kube-controller-manager-operator#858 |
I think that we don't, there is a Jira issue for CVO separately, so we won't miss this.
Looks like it didn't work, an image failed to be built properly 😐 There is also |
|
I heard that I am asking about /hold /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hongkailiu, tchap The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@tchap @lance5890 I am expect the rebase will fix the |
rebased |
|
/testwith openshift/cluster-kube-controller-manager-operator/main/e2e-aws-ovn-upgrade openshift/cluster-kube-controller-manager-operator#858 |
Take
automountServiceAccountTokenflag into account when reconciling a pod spec.Taking over #1225
This is needed for e.g. openshift/cluster-kube-controller-manager-operator#858