You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you clean the cluster folder and execute the delete of kuberntes phase, the cluster will be kept.
pwd&& ls -l
~/.furyctl/eks-barebone
total 0
drwxr-xr-x 3 user staff 96 Feb 14 13:02 infrastructure
drwxr-xr-x 4 user staff 128 Feb 14 17:42 vendor
furyctl-ng delete cluster -c barebone.yml --distro-location 'git::[email protected]:sighupio/fury-distribution.git?depth=1&ref=feature/furyctl-next' --phase kubernetes
INFO Downloading distribution...
INFO Validating dependencies...
WARNING: You are about to delete a cluster. This action is irreversible.
Are you sure you want to continue? Only 'yes' will be accepted to confirm.
yes
INFO Deleting kubernetes phase...
INFO kubernetes phase already executed, skipping...
❯ furyctl-ng delete cluster -c barebone.yml --distro-location 'git::[email protected]:sighupio/fury-distribution.git?depth=1&ref=feature/furyctl-next'
ERRO when running distribution phase, either the KUBECONFIG environment variable or the --kubeconfig flag should be set
aws eks list-clusters | tee
{
"clusters": [
"eks-barebone"
]
}
The text was updated successfully, but these errors were encountered:
If you clean the cluster folder and execute the delete of
kuberntes
phase, the cluster will be kept.The text was updated successfully, but these errors were encountered: