-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix typo in
nodeadm
examples (#2986)
* Fix `nodeadm` example typo * `apiVersion: node.eks.aws/v1alpha` -> `apiVersion: node.eks.aws/v1alpha1` * Revert whitespace changes * `tofu apply` in `examples/user_data` * chore: Fix file extension type for MIME multipart user data * chore: Fix line endings based off this hashicorp/terraform#32910 --------- Co-authored-by: Bryant Biggs <[email protected]>
- Loading branch information
1 parent
70866e6
commit 07be37d
Showing
13 changed files
with
123 additions
and
122 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto |
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
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
18 changes: 9 additions & 9 deletions
18
...r_data/rendered/al2/eks-mng-additional.sh → ..._data/rendered/al2/eks-mng-additional.txt
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Content-Type: multipart/mixed; boundary="//" | ||
MIME-Version: 1.0 | ||
|
||
--// | ||
Content-Transfer-Encoding: 7bit | ||
Content-Type: text/x-shellscript | ||
Mime-Version: 1.0 | ||
|
||
MIME-Version: 1.0 | ||
|
||
--// | ||
Content-Transfer-Encoding: 7bit | ||
Content-Type: text/x-shellscript | ||
Mime-Version: 1.0 | ||
|
||
export USE_MAX_PODS=false | ||
|
||
--//-- | ||
|
||
--//-- |
20 changes: 10 additions & 10 deletions
20
...ata/rendered/al2023/eks-mng-additional.sh → ...ta/rendered/al2023/eks-mng-additional.txt
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Content-Type: multipart/mixed; boundary="MIMEBOUNDARY" | ||
MIME-Version: 1.0 | ||
|
||
--MIMEBOUNDARY | ||
Content-Transfer-Encoding: 7bit | ||
Content-Type: application/node.eks.aws | ||
Mime-Version: 1.0 | ||
|
||
MIME-Version: 1.0 | ||
|
||
--MIMEBOUNDARY | ||
Content-Transfer-Encoding: 7bit | ||
Content-Type: application/node.eks.aws | ||
Mime-Version: 1.0 | ||
|
||
--- | ||
apiVersion: node.eks.aws/v1alpha | ||
apiVersion: node.eks.aws/v1alpha1 | ||
kind: NodeConfig | ||
spec: | ||
kubelet: | ||
config: | ||
shutdownGracePeriod: 30s | ||
featureGates: | ||
DisableKubeletCloudCredentialProviders: true | ||
|
||
--MIMEBOUNDARY-- | ||
|
||
--MIMEBOUNDARY-- |
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
File renamed without changes.
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.