al2023_mime_userdata_merged.golden•1.13 kB
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="//"
--//
Content-Type: application/node.eks.aws
apiVersion: node.eks.aws/v1alpha1
kind: NodeConfig
spec:
cluster:
name: test-cluster
clusterEndpoint: https://test-cluster
certificateAuthority: cluster-ca
cidr: 10.100.0.0/16
kubelet:
config:
maxPods: 42
--//
Content-Type: text/x-shellscript; charset="us-ascii"
#!/bin/bash
echo "Hello, AL2023!"
--//
Content-Type: application/node.eks.aws
# Karpenter Generated NodeConfig
apiVersion: node.eks.aws/v1alpha1
kind: NodeConfig
metadata: {}
spec:
cluster:
apiServerEndpoint: https://test-cluster
certificateAuthority: Y2EtYnVuZGxlCg==
cidr: 10.100.0.0/16
name: test-cluster
containerd: {}
instance:
localStorage: {}
kubelet:
config:
clusterDNS:
- 10.0.100.10
maxPods: 110
registerWithTaints:
- effect: NoExecute
key: karpenter.sh/unregistered
flags:
- --node-labels="karpenter.k8s.aws/ec2nodeclass=%s,karpenter.sh/capacity-type=on-demand,karpenter.sh/do-not-sync-taints=true,%s=%s,testing/cluster=unspecified"
--//--