summaryrefslogtreecommitdiffstats
path: root/utils/src/ooinstall/cli_installer.py
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-30 10:49:48 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-30 10:49:48 -0500
commitf790d7d49055b3eeb382fa4e90884f73162849cc (patch)
tree2d8f521afc2a61a46c27e9fd002fa10df65a994c /utils/src/ooinstall/cli_installer.py
parentc25735c88df27867cda0b45622106cb1119b2a7d (diff)
parent385ca96f5aaf8987820a5c7a25349ab7bedf9318 (diff)
downloadopenshift-f790d7d49055b3eeb382fa4e90884f73162849cc.tar.gz
openshift-f790d7d49055b3eeb382fa4e90884f73162849cc.tar.bz2
openshift-f790d7d49055b3eeb382fa4e90884f73162849cc.tar.xz
openshift-f790d7d49055b3eeb382fa4e90884f73162849cc.zip
Merge pull request #980 from brenton/unshedulable
Fixing 'unscheduleable' typo
Diffstat (limited to 'utils/src/ooinstall/cli_installer.py')
-rw-r--r--utils/src/ooinstall/cli_installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index d7c06745e..0b38f706c 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -90,7 +90,7 @@ change this later using etcd from Red Hat Enterprise Linux 7.
Any Masters configured as part of this installation process will also be
configured as Nodes. This is so that the Master will be able to proxy to Pods
-from the API. By default this Node will be unscheduleable but this can be changed
+from the API. By default this Node will be unschedulable but this can be changed
after installation with 'oadm manage-node'.
The OpenShift Node provides the runtime environments for containers. It will
@@ -274,8 +274,8 @@ https://docs.openshift.org/latest/install_config/install/advanced_install.html#m
if len(masters) == len(nodes):
message = """
No dedicated Nodes specified. By default, colocated Masters have their Nodes
-set to unscheduleable. Continuing at this point will label all nodes as
-scheduleable.
+set to unschedulable. Continuing at this point will label all nodes as
+schedulable.
"""
confirm_continue(message)