This message was deleted.
# general
a
This message was deleted.
f
could you please take a screenshots and share it?
n
@fresh-nail-65244 do you get the delete button in your UI
f
I do see it for a vSphere cluster, trying to create an AKS one, also looking at the logic for showing/hiding the button
n
This particular cluster was created using Azure AKS and Cloud Creds.
👍 1
Delete is available on the entire cluster but that also Deletes the Cluster out of AKS on Azure not just the Rancher containers
f
I created an Azure AKS cluster and I don't see the Delete button either, this is not a UI issue though as this is based on the response from the backend, I'm not 100% sure what exactly is the reason for your case, could be a permission/role or if it’s the local cluster (or the one where Rancher is installed), if you check this url you would probably see a blocked delete method under the
resourceMethods
entity:
{YOUR_HOST}/v1/schemas/management.cattle.io.nodepool
n
Ya there is a • "resourceMethods": [ 4 items ◦ "GET", ◦ "blocked-DELETE", ◦ "blocked-PUT", ◦ "blocked-PATCH" • ], I wonder if it is Blocked because it is created Via the Create Cluster and not an Imported Cluster. I even tried the manual script method ./user-cluster.sh rancher/rancher-agent:v2.7.9 but there are bugs in the script currently https://github.com/rancher/rancher/issues/43343
s
The blocked verbs are a bit of a red herring. As long as the -PUT/-PATCH is there, at least permissions side, that should be enough
n
Found a way to manually deal with this and posted it. https://rancher-users.slack.com/archives/C3ASABBD1/p1702273846204629