Uninstalling Kerno

To uninstall Kerno, follow the same steps as the installation, adding the UNINSTALL=true environment variable:

docker run --pull always \
-e AWS_REGION=<region> \
-e AWS_PROFILE = <aws-profile> \
-e CLUSTER_NAME=<cluster-name> \
-e K4_KEY=<k4-key> \
-e K4_ID=<k4-id> \
-e UNINSTALL=true \
-v ~/.kube:/root/.kube \
-v ~/.aws:/root/aws \
public.ecr.aws/fyck.io/installer:main

If you encounter issues or have questions, message us on Slack, and we’ll gladly help.

Last updated