-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implementing rotation of etcd encryption keys #45
base: main
Are you sure you want to change the base?
Implementing rotation of etcd encryption keys #45
Conversation
Signed-off-by: sajauddin <sajauddin.mohammad@ibm.com>
#Rotate encryption keys | ||
- name: Rotate encryption key for Openshift API server | ||
shell: | | ||
oc patch openshiftapiserver cluster --type merge -p " |
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 the kubernetes.core.k8s module be used here
|
||
- name: Check all nodes are Ready | ||
shell: oc wait --all --for=condition=Ready nodes --timeout=10s | ||
|
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.
remove extra line break
fail: | ||
msg: "OpenShift OAuth API server is not encrypted" | ||
when: oauth_apiserver_encryption_status.failed | ||
|
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.
remove extra line break
@@ -0,0 +1,63 @@ | |||
--- | |||
# check if Cluster Health is good |
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.
@sajauddin could you ptal at the review comments? |
Adding label 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sajauddin 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sajauddin 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 |
No description provided.