mirror of https://github.com/istio/istio.io.git
fix typo livenessProve to livenessProbe (#14493)
This commit is contained in:
parent
a8a2de802c
commit
8718b92c86
|
@ -89,7 +89,7 @@ $ kubectl get pod "$LIVENESS_POD" -n istio-io-health-rewrite -o json | jq '.spec
|
|||
}
|
||||
{{< /text >}}
|
||||
|
||||
The original `livenessProve` path is now mapped against the new path in the sidecar container environment variable `ISTIO_KUBE_APP_PROBERS`:
|
||||
The original `livenessProbe` path is now mapped against the new path in the sidecar container environment variable `ISTIO_KUBE_APP_PROBERS`:
|
||||
|
||||
{{< text bash json >}}
|
||||
$ kubectl get pod "$LIVENESS_POD" -n istio-io-health-rewrite -o=jsonpath="{.spec.containers[1].env[?(@.name=='ISTIO_KUBE_APP_PROBERS')]}"
|
||||
|
|
|
@ -92,7 +92,7 @@ $ kubectl get pod "$LIVENESS_POD" -n istio-io-health-rewrite -o json | jq '.spec
|
|||
}
|
||||
{{< /text >}}
|
||||
|
||||
原来的 `livenessProve` 路径现在被映射到 Sidecar 容器环境变量 `ISTIO_KUBE_APP_PROBERS` 中的新路径:
|
||||
原来的 `livenessProbe` 路径现在被映射到 Sidecar 容器环境变量 `ISTIO_KUBE_APP_PROBERS` 中的新路径:
|
||||
|
||||
{{< text bash json >}}
|
||||
$ kubectl get pod "$LIVENESS_POD" -n istio-io-health-rewrite -o=jsonpath="{.spec.containers[1].env[?(@.name=='ISTIO_KUBE_APP_PROBERS')]}"
|
||||
|
|
Loading…
Reference in New Issue