-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
-
False
[OCM-UI]The error is not clear for deleting machine_pool if there is no access to delete
How reproducible:
Always
Steps to Reproduce:
1.Prepare an addon with the requirement and
"requirements": [ { "resource": "machine_pool", "data": { "compute.cpu": 20, "compute.memory": 53687091200, "replicas": 3 }, "id": "mp-requirements", "enabled": true }], "managed_service": true
2.Create managed service with the addon
{
"service": "test-fake-qe",//addon name
"parameters": [//If there is no parameter for addon,it can omit
{
"id":"size-test",
"value": "2"
}
],
"cluster":
{
"name":"ms-01",
"region":{
"id":"us-east-2"
},
"properties":{
"rosa_creator_arn":"xxx"
},
"aws":{
"account_id":"301721915996",
"access_key_id":"xxx",
"secret_access_key":"xxx"
}
}
}
3.Wait for the cluster is ready and the resource(machine_pool) is created
4.Delete the machine_pool on UI console
Actual result:
It meets error .Please refer to attachment
Expect result:
It should show the error returned from API
- relates to
-
OCMUI-844 OCM: Hide tabs in Managed Service appliance clusters
-
- Closed
-