This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples/eks-getting-started: Update for new EKS Node Group functiona…
…lity (hashicorp#10918) Reference: https://aws.amazon.com/blogs/containers/eks-managed-node-groups/ Reference: hashicorp#10915 Example output: ``` $ terraform apply Apply complete! Resources: 18 added, 0 changed, 0 destroyed. $ aws eks update-kubeconfig --name terraform-eks-demo $ kubectl get nodes NAME STATUS ROLES AGE VERSION ip-10-0-0-133.us-west-2.compute.internal Ready <none> 6m40s v1.14.7-eks-1861c5 ```
- Loading branch information
Showing
3 changed files
with
17 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters