mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 00:46:03 +02:00
cloud-init: add page (#8139)
This commit is contained in:
parent
828c05919f
commit
d978571862
1 changed files with 24 additions and 0 deletions
24
pages/linux/cloud-init.md
Normal file
24
pages/linux/cloud-init.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# cloud-init
|
||||
|
||||
> Command line tool for managing cloud instance initialization.
|
||||
> More information: <https://cloudinit.readthedocs.io>.
|
||||
|
||||
- Display the status of the most recent cloud-init run:
|
||||
|
||||
`cloud-init status`
|
||||
|
||||
- Wait for cloud-init to finish running and then report status:
|
||||
|
||||
`cloud-init status --wait`
|
||||
|
||||
- List available top-level metadata keys to query:
|
||||
|
||||
`cloud-init query --list-keys`
|
||||
|
||||
- Query cached instance metadata for data:
|
||||
|
||||
`cloud-init query {{dot_delimited_variable_path}}`
|
||||
|
||||
- Clean logs and artifacts to allow cloud-init to rerun:
|
||||
|
||||
`cloud-init clean`
|
Loading…
Add table
Reference in a new issue