I’ve installed rancher2 into a testing cluster and am iterating on some tooling for our environment. I installed it using the addon manifest from 3-node-externalssl-recognizedca.yml so it lives in the managed cluster.
When deleting it, via kubectl delete -f manifest
or deleting the cattle-system namespace, data seems to be left in etcd or somewhere.
After a re-apply of the manifest, it comes back knowing the administrator password and other information that it shouldn’t know.
Can I evict all rancher data out of the cluster so I can start fresh? It is EKS so I don’t have visibility into etcd, which makes me wonder how rancher does.