-
Notifications
You must be signed in to change notification settings - Fork 239
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
Update secret name for backup-restic addon to backup-restic-s3-credentials #1880
Update secret name for backup-restic addon to backup-restic-s3-credentials #1880
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik 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 |
…tials Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
@ahmedwaleedmalik Can you please add |
@xmudrii Do they really have to? As in when they'll update kubeone, the new dedicated secret will be used for this addon. And the de-coupling would be removed. Same will happen if they update KKP first. |
Are you talking about the case where a K1 update would prune/remove the existing |
@ahmedwaleedmalik Yes, I was talking about pruning the s3-credentials Secret. |
/retest |
LGTM label has been added. Git tree hash: e6ec3b2301be4bd432b420b5be659aa0ce10aa63
|
Signed-off-by: Waleed Malik ahmedwaleedmalik@gmail.com
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Currently, there is a conflict between the
s3-credentials
secret created by KKP and KubeOne. Both use the same secret name and deploy it in the same namespace i.e. kube-system. But the keys within the secret are different for both of them.In a bid to solve this issue, we are renaming the secret in KubeOne.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: