summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/faq.rst
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-11-10 11:49:27 -0500
committerGitHub <noreply@github.com>2020-11-10 11:49:27 -0500
commit39cf5c4e1575561d622c127797ff9d87e2a649bb (patch)
treee3332d8a8f9a03dbc5a4821c92e80e072f91a44d /doc/rtd/topics/faq.rst
parent2730521fd566f855863c5ed049a1df26abcd0770 (diff)
downloadvyos-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.rst6
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?
=============================