mirror of https://github.com/kubernetes/kops.git
add flatcar note related to additionalUserdata
This commit is contained in:
parent
d708d7008f
commit
8a637594e6
|
@ -107,6 +107,8 @@ Additional user-data can be passed to the host provisioning by setting the `addi
|
|||
|
||||
Scripts will be run in alphabetical order as documented [here](https://cloudinit.readthedocs.io/en/latest/topics/modules.html#scripts-per-instance).
|
||||
|
||||
Note: Passing additionalUserData in Flatcar-OS is not supported, it results in node not coming up.
|
||||
|
||||
Example:
|
||||
|
||||
```YAML
|
||||
|
@ -298,4 +300,4 @@ spec:
|
|||
instanceMetadata:
|
||||
httpPutResponseHopLimit: 1
|
||||
httpTokens: required
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue