gefyrahq / gefyra

Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes.
https://gefyra.dev
Apache License 2.0
692 stars 28 forks source link

You're not allowed to create a serviceaccount in namespace gefyra #393

Closed SteinRobert closed 1 year ago

SteinRobert commented 1 year ago

What happened?

When running gefyra up the error "You're not allowed to create a serviceaccount in namespace gefyra" appears.

What did you expect to happen?

Gefyra should retry - this typically happens when the Gefyra namespace is terminating.

Please provide the output of gefyra check.

-

How can we reproduce it (as minimally and precisely as possible)?

Run gefyra down and gefyra up sequentially.

What Kubernetes setup are you working with?

```console $ kubectl version # paste output here ```

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Anything else we need to know?

No response

SteinRobert commented 1 year ago

Fixed in #394