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

helm: Configure annotations on acl-init jobs #670

Closed
alexdulin opened this issue Jul 15, 2020 · 1 comment
Closed

helm: Configure annotations on acl-init jobs #670

alexdulin opened this issue Jul 15, 2020 · 1 comment

Comments

@alexdulin
Copy link

Currently there is no way to configure annotations on the acl-init job. This is problematic when using AWS cloud auto join to discover external servers on a cluster with applications that block access to the EC2 metadata endpoints, like Kiam. It would be extremely helpful to be able to specify annotations for the acl-init jobs with something along the lines of:

aclInit:
  annotations: |
    iam.amazonaws.com/role: some-iam-role

Alternatively, it could also inherit the annotations of the server/client configuration.

Without this, the acl-init jobs will always fail due to not being able to discover external servers by being blocked by Kiam or similar.

@david-yu
Copy link
Contributor

Closing as addressed by #2525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants