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
```
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
andgefyra up
sequentially.What Kubernetes setup are you working with?
OS version
Anything else we need to know?
No response