mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
* 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 https://github.com/hashicorp/terraform/issues/32910 --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
20 lines
385 B
Plaintext
Executable File
20 lines
385 B
Plaintext
Executable File
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
|
|
|
|
---
|
|
apiVersion: node.eks.aws/v1alpha1
|
|
kind: NodeConfig
|
|
spec:
|
|
kubelet:
|
|
config:
|
|
shutdownGracePeriod: 30s
|
|
featureGates:
|
|
DisableKubeletCloudCredentialProviders: true
|
|
|
|
--MIMEBOUNDARY--
|