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
From a test run
kubectl
can no longer log into the server because we just deleted the deployer service account, and callingkubectl delete
without--wait false
means we're effectively callingkubectl wait
without credentials