-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
4.17.z
-
None
-
Hypershift Sprint 258
-
1
-
False
-
Description of problem:
control-plane-operator logs shows errors due to missing CreateTags permissions. These permissions are not necessary for ROSA, thus the errors are a red herring for investigations into cluster issues.
Version-Release number of selected component (if applicable):
4.17.z 4.16.z 4.15.z 4.14.z
How reproducible:
100%
Steps to Reproduce:
1. Create a ROSA HCP cluster 2. Inspect CAPA logs
Actual results:
CAPA error log for createTags: arn:aws:sts::123:assumed-role/test-kube-system-capa-controller-manager/1234 is not authorized to perform: ec2:CreateTags on resource: arn:aws:ec2:ap-southeast-1:123:network-interface/eni-id
Expected results:
No error log as the fallback works.
Additional info:
- relates to
-
OCPBUGS-33171 Tag ENIs during ec2:RunInstance instead of after creation
- Closed