adapt update
and got some unscheduled pod errors, saying I lacked resources. So, I enabled autoscaling and it created an additional pod and added a core (I think). Shouldn't the small cluster created with gcloud container clusters create mycluster --enable-ip-alias --machine-type g1-small --disk-size 30 --num-nodes 1 --no-enable-stackdriver-kubernetes
be plenty to handle a login page and a single landing page?
adapt destroy foo-bar
and it fails with a bunch of errors. (I'm guessing because you can't delete a deployment if the container is gone). I'm not sure how to clear that up.
[17:23:51] Applying changes to environment [failed]
[17:23:51] → Command failed with exit code 1: C:\Users\kirkb\AppData\Local\Temp\kubectl-mX3oaO\kubectl.exe --kubeconfig C:\Users\kirkb\AppData\Local\Temp\tmp-G9HsBT\kubeconfig get -o json Service urlrouter-netsvc-66158c624f7fa14b30a66e2ef6fe6b5d
--force
to adapt destroy
.
adapt destroy wuddit-test --force
gets unexpected argument --force
adapt update my-deployment
and it's stuck in an infinite loop Waiting for enough pods (0 (available)/1 (desired)
.