3

When trying to create a new container I get the error "EXTERNAL: The user does not have access to service account "default" ". This has recently started happening. This happens from any user including admin accounts. Any ideas?

Mike Lydon
  • 33
  • 3

2 Answers2

6

It happened on my project this morning. Disabling the Container Engine API and enabling it again should resolve the issue.

George
  • 639
  • 3
  • 6
1
  • Basically this happens when you delete the "Compute Engine default service account".
  • Disabling the Container Engine API and enabling it again will create the new default service account for you with "Compute Engine default service account" name and you should be able to create new container cluster.
Nitin
  • 181
  • 1
  • 4