GoogleCloudPlatform / marketplace-k8s-app-tools

Apache License 2.0
75 stars 76 forks source link

Do not wait for deployer service account deletion #593

Closed gibbleyg closed 2 years ago

gibbleyg commented 2 years ago

From a test run

DEPLOYER serviceaccount "apptest-bple947l-deployer-sa" deleted
DEPLOYER error: You must be logged in to the server (Unauthorized)

kubectl can no longer log into the server because we just deleted the deployer service account, and calling kubectl delete without --wait false means we're effectively calling kubectl wait without credentials