diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-11-10 11:49:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 11:49:27 -0500 |
commit | 39cf5c4e1575561d622c127797ff9d87e2a649bb (patch) | |
tree | e3332d8a8f9a03dbc5a4821c92e80e072f91a44d /doc/rtd/topics/faq.rst | |
parent | 2730521fd566f855863c5ed049a1df26abcd0770 (diff) | |
download | vyos-cloud-init-39cf5c4e1575561d622c127797ff9d87e2a649bb.tar.gz vyos-cloud-init-39cf5c4e1575561d622c127797ff9d87e2a649bb.zip |
faq.rst: add warning to answer that suggests running `clean` (#661)
Diffstat (limited to 'doc/rtd/topics/faq.rst')
-rw-r--r-- | doc/rtd/topics/faq.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst index 944cc27f..d08914b5 100644 --- a/doc/rtd/topics/faq.rst +++ b/doc/rtd/topics/faq.rst @@ -121,6 +121,12 @@ cloud-init: $ sudo cloud-init init --local $ sudo cloud-init init +.. warning:: + + These commands will re-run cloud-init as if this were first boot of a + system: this will, at the very least, cycle SSH host keys and may do + substantially more. Do not run these commands on production systems. + How can I debug my user data? ============================= |