Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Annotation Validations Overly Restrictive #29

Open
D3nn opened this issue Dec 3, 2018 · 0 comments
Open

Service Annotation Validations Overly Restrictive #29

D3nn opened this issue Dec 3, 2018 · 0 comments
Labels
area.ui Issue in the UI area. bug Something isn't working

Comments

@D3nn
Copy link

D3nn commented Dec 3, 2018

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.

@D3nn D3nn added area.ui Issue in the UI area. bug Something isn't working labels Dec 3, 2018
markemeis pushed a commit that referenced this issue Dec 14, 2018
Fix? for package-lock issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area.ui Issue in the UI area. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants