URGENT: Admission webhook down — all VM create operations returning 500 #414
Unanswered
elijahdev0
asked this question in
Get Help
Replies: 3 comments 5 replies
|
My SaaS is unusable because of this please help! |
0 replies
3 replies
|
This incident appears to be recurring as of 2026-07-12 12:00 UTC. VMCloudSpace creation in org Read and VMSSHKey operations work; VMCloudSpace admission is the failing boundary. Guarded retries have reproduced this for several hours without creating a resource. Could the admission webhook CA bundle/certificate be repaired again? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All VM resource creation (VMCloudSpace, VMPool) is failing with the same error:
Internal error occurred: failed calling webhook "vvmcloudspace.ngpc.rxt.io":
failed to call webhook:
Post "https://admission-webhook-service.ngpc.svc.cluster.local/validate-ngpc-rxt-io-v1-vmcloudspace?timeout=10s":
dial tcp 10.21.216.106:443: connect: connection refused
And for VMPool:
Internal error occurred: failed calling webhook "vvmpool.ngpc.rxt.io":
failed to call webhook:
Post "https://admission-webhook-service.ngpc.svc.cluster.local/validate-ngpc-rxt-io-v1-vmpool?timeout=10s":
dial tcp 10.21.216.106:443: connect: connection refused
The admission webhook pod at 10.21.216.106:443 is refusing connections. Reads (GET) and deletes (DELETE) still work. Only creates (POST) are affected. Existing resources are running fine but stuck in Terminating when deleted. Org: org-nlbbp4cczaekezhm.
All reactions