-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resources not destroyed when using existing cluster #344
Comments
This issue is because the v18 eks module is very restrictive when it comes to security groups. So basically ur node to node and control plane to node connections are not working.
|
Actually resources not getting destroyed is most likely a bug, unrelated to what I posted above. I will look into this issue. |
I am getting more errors deleting a cluster, which was up and running correctly
I have set the KUBECONFIG and TF_KUBECONFIG evn variables and terraform-helm is not picking up |
Helped with the helm resources. |
$ k get configmaps
NAME DATA AGE
config 1 13d
ingress-config 5 13d
jenkins-x-docker-registry 2 13d
jenkins-x-extensions 2 13d
jx-install-config 1 13d
kapp-config 1 13d
kube-root-ca.crt 1 13d
lighthouse-external-plugins 1 13d
nexus 1 13d
plugins 1 13d These are not destroyed. cert-manager Active 13d
external-dns-private Active 11d
jx Active 13d
jx-git-operator Active 13d
jx-production Active 13d
jx-staging Active 13d
kuberhealthy Active 13d
nginx Active 13d
secret-infra Active 13d
tekton-pipelines Active 13d None of these are cleaned up. Now I don't think we want to delete jx-staging or jx-production :) |
Summary
When I do a terraform destroy multiple k8s resources are not cleaned up.
Steps to reproduce the behavior
Install JX3 on an existing cluster
Expected behavior
All JX3 k8s resources are removed.
Actual behavior
The following resources are left behind
Terraform version
The output of
terraform version
is:Module version
v1.18.11
Operating system
Linux running inside of a container
The text was updated successfully, but these errors were encountered: