-
Notifications
You must be signed in to change notification settings - Fork 462
DR start_static_pods: reread a list of static pods when starting them #779
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
DR start_static_pods: reread a list of static pods when starting them #779
Conversation
templates/master/00-master/_base/files/usr-local-bin-openshift-recovery-tools-sh.yaml
Outdated
Show resolved
Hide resolved
|
/retest
|
|
/lgtm |
|
/approve |
|
/test e2e-aws-upgrade |
Script won't start all stopped pods if it was terminated and restarted. Instead it should re-read a list of pods in MANIFEST_STOPPED_DIR and move them to MANIFEST_DIR
8c4e589 to
8554f3a
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, hexfusion, kikisdeliveryservice, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- What I did
Updated DR scripts to start all stopped pods.
Script won't start all stopped pods if it was terminated and restarted.
This may happen when pod-based ssh bastion is used and connection may break
when other masters are starting.
Instead
start_static_podsfunction should re-read a list of pods in MANIFEST_STOPPED_DIR.- How to verify it
/etc/kubernetes/manifests-stoppedwere started- Description for the changelog