startx cluster manager (sxcm)

sxcm last commit Doc

STARTX Openshift installer for various infrastructure configuration deployed under an AWS account.

1. Requirements

You must follow the system requirements and client install documentation to get and install the sxcm cli.

2. global config

After this basic installation, you can follow the configuration guide.

3. Cluster creation

Import existing undeployed cluster

# import the undeployed example
sxcm import undeployed
# display information about the cluster 
sxcm info
# deploy this cluster
sxcm deploy
# connect to this cluster
sxcm connect
# display various cluster informations
oc get project
oc get nodes

Import existing deployed cluster

# import the deployed example
sxcm import deployed
# display information about the cluster 
sxcm info
# deploy this cluster
sxcm deploy
# connect to this cluster
sxcm connect
# display various cluster informations
oc get project
oc get nodes

4. Cluster deletion

Destruction of cluster

# destruction of the the active cluster
sxcm destroy

Removal of cluster

# Removal of the the active cluster
sxcm delete

5. Release lifecycle

If you want to have move information about the sxcm relese lifecycle, you can read the release lifecycle.

6. Release history

If you want to have move information about the various sxcm release and their content, you can read the release history.