You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the annotations for a Service of type LoadBalancer, I found that it was rejecting valid annotation values. For example:
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:167736303034-certificate/6b9ca56b-09a2-423a-96e0-0345d5554a77" failed to validate the values because it contained ':' and '/' characters. Looking at the API documentation, it looks like the only restriction is that the value is a string.
The text was updated successfully, but these errors were encountered:
Using the annotations for a Service of type LoadBalancer, I found that it was rejecting valid annotation values. For example:
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:167736303034-certificate/6b9ca56b-09a2-423a-96e0-0345d5554a77" failed to validate the values because it contained ':' and '/' characters. Looking at the API documentation, it looks like the only restriction is that the value is a string.
The text was updated successfully, but these errors were encountered: