-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Allow overriding the ServiceAccountIssuer for IRSA #11853
Conversation
/cc @olemarkus @rifelpet |
4026269
to
24d1706
Compare
/test pull-kops-e2e-aws-irsa |
/retest |
@olemarkus the pull-kops-e2e-aws-irsa job appears to be busted. See #11895. |
/test pull-kops-e2e-aws-irsa |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olemarkus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Allows admins to override
Cluster.Spec.KubeAPIServer.ServiceAccountIssuer
, allowing them to use IRSA with an external process for publishing the discovery documents.This increases the risk of a nil dereference if someone turns on IRSA or other service account issuer features on an old version of Kubernetes where they haven't enabled the feature gate. This fixes one such bug in bootstrapchannelbuilder and adjusts the test to specify a k8s version that does support the feature under test.