mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-24 09:38:25 +02:00
added support for specifying user data for the worker launch config that runs before anything else
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
# Allow user supplied pre userdata code
|
||||
${pre_userdata}
|
||||
|
||||
# Certificate Authority config
|
||||
CA_CERTIFICATE_DIRECTORY=/etc/kubernetes/pki
|
||||
CA_CERTIFICATE_FILE_PATH=$CA_CERTIFICATE_DIRECTORY/ca.crt
|
||||
|
||||
Reference in New Issue
Block a user