mirror of https://github.com/kubernetes/kops.git
parent
6c71c773ef
commit
4ff197afe2
|
@ -236,7 +236,7 @@ spec:
|
|||
Kops utilizes cloud-init to initialize and setup a host at boot time. However in certain cases you may already be leaveraging certain features of cloud-init in your infrastructure and would like to continue doing so. More information on cloud-init can be found [here](http://cloudinit.readthedocs.io/en/latest/)
|
||||
|
||||
|
||||
Aditional user-user data can be passed to the host provisioning by setting the `AdditionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive)
|
||||
Additional user-user data can be passed to the host provisioning by setting the `AdditionalUserData` field. A list of valid user-data content-types can be found [here](http://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive)
|
||||
|
||||
Example:
|
||||
```
|
||||
|
@ -329,4 +329,4 @@ spec:
|
|||
maxSize: 2
|
||||
minSize: 2
|
||||
role: Node
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue