Skip to content

Commit

Permalink
Update podprobemarker.md (#174)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
amirakhmedov authored Apr 8, 2024
1 parent 53e0cf9 commit c729fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-manuals/podprobemarker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c729fd7

Please sign in to comment.