Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Step 6. Delete the Cluster

Atraya Mukherjee edited this page Jun 3, 2020 · 5 revisions

Step 6. Delete the Cluster

When you no longer want to have this environment (this K8s clsuter with the Axway Mesh Agents) connected to AMPLIFY Central, you may delete it. Use the following Kops command:

$KOPS_CLUSTER_NAME and $KOPS_STATE_STORE are the values used during the kops cluster creation

kops delete cluster --name $KOPS_CLUSTER_NAME --state=$KOPS_STATE_STORE --yes

Note: You will also need to go back into AMPLIFY Central and manually remove the environment when it is no longer in use.

Go back to Amplify Central on the browser and click on the left side navigation bar for Services. Click on the trash can icon for the environment you wish to remove.

Note: If no longer needed, also remove the any proxy configurations for services in the environment and the environment itself from Amplify Central.

Clone this wiki locally