add flatcar note related to additionalUserdata

This commit is contained in:
Shubham Gopale 2021-12-31 10:33:59 +05:30 committed by GitHub
parent d708d7008f
commit 8a637594e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
```
```