Good morning,
When I run a python script with the API to delete the node pool of a specific cluster I get the following error:
Traceback (most recent call last):
File "", line 32, in
function(delete=True)
File "", line 28, in function
result_shutdown = client.delete(f"/cloud/project/(project)/kube/(cluster)/nodepool/{str_id}" )
File "\AppDataData LocalPackagesPythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0LocalCachelocal-packagesPython310site-packagesovhient.py", line 408, in delete
return self.call("DELETE", _target, None, _need_auth)
File " AppDataLocalPackagesPythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0LocalCache_local-packagesPython310site-packagesPackages\ovh\client.py", line 465, in call
raise BadParametersError(json_result.get("message"), response=result)
ovh.exceptions.BadParametersError: Invalid signature
OVH-Query-ID: EU.ext-2.64c22f36.24063.bb5d5176148d2297b84d50ba25467362
It seems to be an API Key permissions problem, but we have generated it with global permissions. I also send you the API Key data in case you can check that it is correctly generated.
Any suggest? Thanks
Containers and Orchestration - Crash with API key when deleting node pool
Related questions
- Managed Kubernetes LoadBalancer is not activated
3791
30.05.2022 13:22
- How to check if Kubernetes is installed?
3163
25.06.2020 08:22
- How to activate Pod Security Policies on Kubernetes cloud?
2351
11.05.2020 16:12
- What is a POD in kubernetes?
2106
11.08.2020 15:45
- Loadbalancer static ip?
1742
18.05.2021 16:47
- No options for opening ports available
1627
29.09.2023 14:32
- Connection to outside services from a pod
1589
08.02.2021 22:14
- Managed Kubernetes Service and available regions
1489
05.11.2021 08:18
- Managed Kubernetes OIDC with Google OpenID
1465
02.05.2023 14:00
- Kubernetes control plane ttl and HA
1429
04.12.2023 16:45