Docs: Drop last DrainAndValidateRollingUpdate note

The flag is enabled by default now.
This commit is contained in:
Michael Frister 2019-01-22 09:26:07 +01:00
parent f6fe02eda5
commit 7129bcd8cf
1 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,3 @@
* Apply the rolling-update `kops rolling-update cluster ${NAME} --yes`
NOTE: rolling-update does not yet perform a real rolling update - it just shuts down machines in sequence with a delay;
there will be downtime [Issue #37](https://github.com/kubernetes/kops/issues/37)
We have implemented a new feature that does drain and validate nodes. This feature is experimental, and you can use the new feature by setting `export KOPS_FEATURE_FLAGS="+DrainAndValidateRollingUpdate"`.