Skip to content

Commit

Permalink
fix(eks): imported clusters can't deploy manifests (aws#25908)
Browse files Browse the repository at this point in the history
The imported eks clusters are having invalid service token and can't deploy new k8s manifests or helm charts.  This PR fixes that issue.

- [x] Update README and doc string. `functionArn` should be the custom resource provider's service token rather than the kubectl provider lambda arn. No breaking change in this PR.
- [x] Add a new integration test to ensure the imported cluster can always create manifests and helm charts.

Closes aws#25835

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
pahud authored Jun 12, 2023
1 parent 4a3903f commit 23a84d3
Show file tree
Hide file tree
Showing 52 changed files with 10,539 additions and 2 deletions.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23a84d3

Please sign in to comment.