You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a client in a eks cluster. When trying that gefyra errors out with the following error:
A Kubernetes API Error occured.
Reason:Internal Server Error
Body:{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \"client-parameters.gefyra.dev\": failed to call webhook: Post \"https://gefyra-admission.gefyra.svc:443/client-parameters?timeout=30s\": Address is not allowed","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \"client-parameters.gefyra.dev\": failed to call webhook: Post \"https://gefyra-admission.gefyra.svc:443/client-parameters?timeout=30s\": Address is not allowed"}]},"code":500}
How can we reproduce it (as minimally and precisely as possible)?
na
What Kubernetes setup are you working with?
$ kubectl version
# paste output here
OS version
# 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
The text was updated successfully, but these errors were encountered:
What happened?
I tried to create a client in a eks cluster. When trying that gefyra errors out with the following error:
What did you expect to happen?
gefyra client create
to workPlease provide the output of
gefyra check
.GefyraStatus(summary=<StatusSummary.INCOMPLETE: 'Gefyra is not running properly'>, cluster=GefyraClusterStatus(connected=True, operator=True, operator_image='quay.io/gefyra/operator:2.2.3', stowaway=True, stowaway_image='quay.io/gefyra/stowaway:2.2.3', namespace=True, operator_webhook=True), client=GefyraClientStatus(version='', cargo=False, cargo_image='quay.io/gefyra/cargo:2.2.3', network=False, connection=False, containers=0, bridges=0, kubeconfig='~/.kube/config', context='arn:aws:eks:eu-central-1:325385077232:cluster/automationhub-staging2', cargo_endpoint=''))
How can we reproduce it (as minimally and precisely as possible)?
na
What Kubernetes setup are you working with?
OS version
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: