AGENT-906: Script to run monitor-add-nodes in cluster#8294
AGENT-906: Script to run monitor-add-nodes in cluster#8294openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@rwsu: This pull request references AGENT-863 which is a valid jira issue. DetailsIn 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. |
|
Skipping CI for Draft Pull Request. |
|
@rwsu: This pull request references AGENT-906 which is a valid jira issue. DetailsIn 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. |
There was a problem hiding this comment.
Just noticed that below there's a small pre-existing typo, User instead of use
There was a problem hiding this comment.
nit: I'd say the opposite, ie After a node is booted using the ISO image
There was a problem hiding this comment.
Here it could be useful to cite another couple of relevant points, printed by the script:
- Pre-flight validations. In case the node does not match on or more validations, the installation will not start. The output of the mismatching validations is reported in the stdout to allow the user to fix the problem(s) when required.
- Installation progress. A progress about the current installation stage is reported, it like the image writing to the disk.
There was a problem hiding this comment.
Will be the logs printed in real time? Not sure if the wait prevents the output to be displayed only when everything is completed?
There was a problem hiding this comment.
The wait ends after the pod becomes running. The log should be printed in real time after the wait.
Derived from a similar script by Andrea Fasano to generate the add-nodes ISO. openshift#8242 This script tweaks it and creates a node-joiner-monitor pod to monitor adding nodes to a cluster. Co-authored-by: Andrea Fasano <andfasano@redhat.com>
|
@rwsu: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano 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 |
Derived from a similar script by Andrea Fasano to generate the add-nodes ISO.
#8242
This script tweaks it and creates a node-joiner-monitor pod to monitor adding nodes to a cluster.