From c729fd7af11d3d236c21303f3c9552b0d5afedae Mon Sep 17 00:00:00 2001 From: Amir Ahmedov Date: Sun, 7 Apr 2024 22:28:44 -0400 Subject: [PATCH] Update podprobemarker.md (#174) Fix the doc with the current state of the feature-gate to be turned on by default Signed-off-by: Amir Ahmedov --- docs/user-manuals/podprobemarker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manuals/podprobemarker.md b/docs/user-manuals/podprobemarker.md index ea57558ac2..b3f4d6936e 100644 --- a/docs/user-manuals/podprobemarker.md +++ b/docs/user-manuals/podprobemarker.md @@ -17,10 +17,10 @@ so as to achieve the behavior of selecting the main only once during the upgrade OpenKruise provides the ability to customize the Probe and return the result to the Pod Status, and the user can decide the follow-up behavior based on the probe result. ## Feature-gate -PodProbeMarker feature is turned off by default, if you want to turn it on set feature-gate *PodProbeMarkerGate*. +PodProbeMarker feature is turned on by default, if you want to turn it off set feature-gate *PodProbeMarkerGate*. ```bash -$ helm install kruise https://... --set featureGates="PodProbeMarkerGate=true" +$ helm install kruise https://... --set featureGates="PodProbeMarkerGate=false" ``` ## Usage