I tried deleting and recreating the kubernetes cluster from my cluster repo and still same error. App deploys fine to second kubernetes cluster but the first kubernetes cluster broke this morning because of a not enough nodes provisioning error. Note: I am using CF to loadbalance between k8s clusters.
some-waitress-78905
02/11/2019, 1:19 AM
I guess I need a stack for each environment (region/zone) as I am currently defining them all under a single stack. This will allow me to run pulumi destroy (in stages) to each individual k8s cluster.
some-waitress-78905
02/11/2019, 3:19 AM
I'm guessing I can't do "pulumi stack init <user>/<project>/<stack>" and it only works with <organization> not <user>?