Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Dec 4, 2024
1 parent 3164549 commit f8189e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions text/0605-eks-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ invoke `addManifest()` function on the cluster.
2. Import the cluster and the kubectl Handler

```
const kubectlProvider = eks.KubectlProvider.fromKubectlProviderArn(this, 'KubectlProvider', {
functionArn: ''
});
const kubectlProvider = eks.KubectlProvider.fromKubectlProviderArn(this, 'KubectlProvider', 'function-arn');
const cluster = eks.Cluster.fromClusterAttributes(this, 'MyCluster', {
clusterName: 'my-cluster',
Expand Down

0 comments on commit f8189e5

Please sign in to comment.