Replies: 1 comment
-
Hello, I often do this via [settings.kubernetes]
# Kubernetes Control Plane API Endpoint
api-server = "https://API_SERVER_HOSTNAME"
# Kubernetes Cluster CA Certificate
cluster-certificate = "INSERT_CLUSTER_CERT"
# Kubernetes Cluster Name
cluster-name = "INSERT_CLUSTER_NAME" Hope that helps! Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When working with Amazon Linux OS-based nodes, we can use the
/etc/eks/bootstrap.sh
script to bootstrap a node (running in a self-managed autoscaling group, not using node groups) to join an EKS cluster. I was wondering if this is also possible with Bottlerocket OS-based nodes? Do I use thebootstrap.sh
or thesettings.kubernetes.*
instead? Ifsettings.kubernetes.*
is the way to go, what are the parameters that need to be added to the user data in a CloudFormation/CDK stack?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions