-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.14.0
-
None
-
Low
-
No
-
False
-
Description of problem:
when applying a CSV with the current label recommendation for STS, the following error occurs: error creating csv ack-s3-controller.v1.0.3: ClusterServiceVersion.operators.coreos.com "ack-s3-controller.v1.0.3" is invalid: metadata.annotations: Invalid value: "operators.openshift.io/infrastructure-features/token-auth/aws": a qualified name must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
Version-Release number of selected component (if applicable):
4.14
How reproducible:
always
Steps to Reproduce:
1. create a CSV with an annotation "operators.openshift.io/infrastructure-features/token-auth/aws: `false`" 2. apply the CSV on cluster
Actual results:
fails with the above error
Expected results:
should not fail
Additional info: