-
Notifications
You must be signed in to change notification settings - Fork 885
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
replace hard-coded karmada config secret name with arguments in cert_rotation controller #5761
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @zhzhuang-zju |
…rotation controller Signed-off-by: chaosi-zju <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5761 +/- ##
=======================================
Coverage 42.25% 42.25%
=======================================
Files 655 655
Lines 55756 55760 +4
=======================================
+ Hits 23561 23563 +2
- Misses 30683 30685 +2
Partials 1512 1512
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/assign |
fs.StringVar(&o.KarmadaKubeconfigName, "karmada-kubeconfig-name", "karmada-kubeconfig", "Name of the secret containing karmada-agent certificate. This is only applicable if cert rotation is enabled.") | ||
fs.StringVar(&o.KarmadaKubeconfigFeild, "karmada-kubeconfig-field", "karmada-kubeconfig", "Field name of the karmada config secret containing karmada-agent certificate. This is only applicable if cert rotation is enabled.") |
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.
When you complete #5363, will the default value of flag karmada-kubeconfig-name
change?
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.
yes
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.
Can this be completed together with the standardization of the karmada-agent
secret name, or can the secret name be dynamically obtained using the karmada-agent
manifest?
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
replace hard-coded karmada config secret name with arguments in cert_rotation controller
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: