EKS: how to access configmap/aws-auth outside of the stack where EKS was created? #22893
Unanswered
NinoSkopac
asked this question in
Q&A
Replies: 1 comment
-
I've now created an issue as well, pitching a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Gives me
Property 'awsAuth' does not exist on type 'ICluster'
I can import the cluster - I can write manifests to it - but it doesn't have the AwsAuth construct.
If I instantiate AwsAuth again, I lose connection to EKS because presumably the config-map/aws-auth gets overwritten, since AwsAuth is a construct.
Beta Was this translation helpful? Give feedback.
All reactions