From 7129bcd8cf7245ed129bf3d2284ec46d86337066 Mon Sep 17 00:00:00 2001 From: Michael Frister Date: Tue, 22 Jan 2019 09:26:07 +0100 Subject: [PATCH] Docs: Drop last DrainAndValidateRollingUpdate note The flag is enabled by default now. --- docs/changing_configuration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/changing_configuration.md b/docs/changing_configuration.md index 6b5a44b22f..14d6f28c71 100644 --- a/docs/changing_configuration.md +++ b/docs/changing_configuration.md @@ -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"`. -