Opertaion > kubernetes => Remove Kubernetes cluster integration (wont work getting 500 error page) can any one help using gitlab.com free plan
Yeah I’m having this issue after the cluster has just straight up failed to even be created. It’s been “creating” for about 4 hours now. I think the AWS integration is broken so if that’s what you’re using to host k8s it could be a similar issue.
I’ve got the same issue now, any ideas how to fix it?
Nevermind, I was able to delete the cluster via the api:
Same issue, on gitlab.com, but I am also getting the issue via the API:
curl -XDELETE -H 'Private-Token: <..snip..>' "https://gitlab.com/api/v4/projects/123456789/clusters/12345"
{"message":"500 Internal Server Error"}
The cluster integration exists:
curl -XGET -H 'Private-Token: <..snip..>' "https://gitlab.com/api/v4/projects/123456789/clusters/12345"
{"id":12345,...}
I created an issue at https://gitlab.com/gitlab-org/gitlab/-/issues, but @vincywilson says this is a “question rather than an issue” and refers me to here. Not sure how the community is supposed to help with this, though.
@cbuchacher What’s the issue number? I’m having the same problem
Hey @cbuchacher and @jonathan-o, welcome to the GitLab Community Forum!
If you’re still getting a 500
via the API then we’ll likely need to get involved in the backend. Please submit a support ticket and feel free to send me the ticket number through here when you do so that I can get it looked at.
Hi Tristan,
This is the (confidential) issue: https://gitlab.com/gitlab-org/gitlab/-/issues/220160
I have submitted a support ticket: Request #160703