-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added EKS terraform set up * add generator config * fix security groups config * add EKS cluster policy * try to fix eks cluster startup issue * fix provider * try fixing connection refused error * iterating * add more k8s configs * add cluster auth config * add namespace and depends chaining * fix namespace config * add label selector * added basic eks test runner * fix terraform * add node group * add aws auth config * syntax * Fix syntax * try to get node groups to attach in example * fix syntax * try running cwa * fix resource creation order * add logging? * add cwagent test policy to node * use managed policy * update docs, implement validation * update cluster and node naming * fix test to query ClusterName properly * add license header * make fmt for terraform * add todos, update doc for EKS permissions, formatting * reintroduce node role in terraform * update from minor code review comments --------- Co-authored-by: Andrew Huynh <[email protected]>
- Loading branch information
1 parent
737cef1
commit c0de3c1
Showing
16 changed files
with
913 additions
and
218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ | ||
{ | ||
|
||
} | ||
] |
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
Oops, something went wrong.