diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-17 23:23:29 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-24 13:29:00 -0400 |
commit | a036265fff3781c0945b3411c317eca1cafd64ca (patch) | |
tree | c76a1f2c1b6df07f6d39e256c7f32da6f1a60f09 /docs | |
parent | 93747779d9d4717ed3da3a3e0e573fa9199e4f19 (diff) | |
download | chef-a036265fff3781c0945b3411c317eca1cafd64ca.tar.gz |
Apply suggestions from code review
Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com>
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/design_documents/bootstrap_with_train.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/design_documents/bootstrap_with_train.md b/docs/dev/design_documents/bootstrap_with_train.md index db92657fff..b4c3dbcc89 100644 --- a/docs/dev/design_documents/bootstrap_with_train.md +++ b/docs/dev/design_documents/bootstrap_with_train.md @@ -52,12 +52,12 @@ remains largely unchanged. We will also remove the following obsolete or unsupported behaviors: * `--prelease` flag - Chef hasn't been pre-released in quite some time. -* `--install-as-service` - this is an anti-pattern on Windows that we have +* `--install-as-service` - For many years we have suggested users not run chef-client as a service due to memory leaks in long running Ruby processes. * `--kerberos-keytab-file` - this is not implemented in the WinRM gem we use, and so was passed through to no effect. * remove explicit support for versions of Chef older than 12.8. Versions older than the supported Chef client distributions will continue to be use at your own risk. -* Remove support for Windows 2003 in the Windows bootstrap template. +* Remove support for Windows 2003 in the Windows bootstrap template as Chef does not support EOL Windows 2003 installs. ### CLI Flag Changes |