Difference between revisions of "Bootstrap extra args"
Jump to navigation
Jump to search
(Created page with "{{lc}} bootstrap_extra_args = "--kubelet-extra-args '--instance-type t3a.large'"") Tags: Mobile web edit, Mobile edit |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
bootstrap_extra_args = "[[--kubelet-extra-args]] '--instance-type t3a.large'" | bootstrap_extra_args = "[[--kubelet-extra-args]] '--instance-type t3a.large'" | ||
+ | |||
+ | |||
+ | [[eks_mng_linux_custom_ami]] | ||
+ | |||
+ | {{EOT self_managed_node_groups}} | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{tf eks module}} | ||
+ | |||
+ | [[Category:TF]] |
Latest revision as of 09:23, 29 August 2023
bootstrap_extra_args = "--kubelet-extra-args '--instance-type t3a.large'"
eks_mng_linux_custom_ami
self_managed_node_groups = { spot = { instance_type = "m5.large" instance_market_options = { market_type = "spot" } pre_bootstrap_user_data = <<-EOT echo "foo" export FOO=bar EOT bootstrap_extra_args = "--kubelet-extra-args '--node-labels=node.kubernetes.io/lifecycle=spot'" post_bootstrap_user_data = <<-EOT cd /tmp sudo yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent EOT } }
See also[edit]
Advertising: