-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Remove static nodes, deprecate --nodes #6330
Conversation
[test] |
Evaluated for origin test up to 55ac6a5 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7860/) |
LGTM |
test flaked in #6339 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/4380/) (Image: devenv-rhel7_2977) |
Evaluated for origin merge up to 55ac6a5 |
Merged by openshift-bot
@@ -31,7 +31,7 @@ os::provision::init-certs "${CONFIG_ROOT}" "${NETWORK_PLUGIN}" \ | |||
echo "Launching openshift daemons" | |||
NODE_LIST=$(os::provision::join , ${NODE_NAMES[@]}) | |||
cmd="/usr/bin/openshift start master --loglevel=${LOG_LEVEL} \ | |||
--master=https://${MASTER_IP}:8443 --nodes=${NODE_LIST} \ |
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.
This change renders line 32 unnecessary.
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.
true. follow-ups welcome :)
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1228504