bxexecutablebx csplugindockerinstalledkubectl
- Pick a name for your cluster (e.g.
osscluster) - Pick a name for your Registry namespace (e.g.
kube101) - Log into IBM Cloud:
bx loginor if you use sso:bx login --sso - Log into the IBM Registry:
bx cr login - Create a Kubernetes cluster:
bx cs cluster-create --name osscluster, if it doesn't already exist - Create the registry namespace:
bx cr namespace-add kube101, if it doesn't already exist
- Modify the
common.shfile to make sure your cluster and registry namespace values are set properly - Run each
shfile as instructed in the presentation - As the scripts are running press
ENTERorspacewhen it pauses - If you press
fit will remove the delay as it types - If you press
rit will remove the pauses. So, if you want to do both pressfbefore you pressr
Run clean.sh to clean up the environment. It does not erase your
cluster or registry namespace.
To run all of the script in an automated way, make sure your cluster and registry namespace are ready and then:
SKIP=1 DELAY=0 ./all.sh
SKIP=1 tells it to not pause at each command
DELAY=0 tells it to not print slowly, simulating typing