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 <amir.akhmedov@gmail.com>
This commit is contained in:
Amir Ahmedov 2024-04-07 22:28:44 -04:00 committed by GitHub
parent 53e0cf90cf
commit c729fd7af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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