在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):coreos/coreos-cloudinit开源软件地址(OpenSource Url):https://github.com/coreos/coreos-cloudinit开源编程语言(OpenSource Language):Go 99.6%开源软件介绍(OpenSource Introduction):NOTE: This project has been superseded by Ignition and is no longer under active development. Please direct all development efforts to Ignition. coreos-cloudinitcoreos-cloudinit enables a user to customize CoreOS machines by providing either a cloud-config document or an executable script through user-data. Configuration with cloud-configA subset of the official cloud-config spec is implemented by coreos-cloudinit. Additionally, several CoreOS-specific options have been implemented to support interacting with unit files, bootstrapping etcd clusters, and more. All supported cloud-config parameters are documented here. The following is an example cloud-config document:
Executing a Scriptcoreos-cloudinit supports executing user-data as a script instead of parsing it as a cloud-config document. Make sure the first line of your user-data is a shebang and coreos-cloudinit will attempt to execute it:
user-data Field Substitutioncoreos-cloudinit will replace the following set of tokens in your user-data with system-generated values.
These values are determined by CoreOS based on the given provider on which your machine is running. Read more about provider-specific functionality in the CoreOS OEM documentation. For example, submitting the following user-data...
...will result in this cloud-config document being executed:
BugsPlease use the CoreOS issue tracker to report all bugs, issues, and feature requests. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论