Skip to content

Commit 31a83ad

Browse files
authored
Fix whitespace for pre-commit and line length
1 parent c58ca99 commit 31a83ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

deploy/k8s-onprem/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,11 @@ $ helm install example -f config.yaml .
236236

237237
## Probe Configuration
238238

239-
In `templates/deployment.yaml` is configurations for `livenessProbe`, `readinessProbe` and `startupProbe` for the Triton server container.
240-
By default, Triton loads all the models before starting the HTTP server to respond to the probes. The process can take several minutes, depending on the models sizes.
241-
If it is not completed in `startupProbe.failureThreshold * startupProbe.periodSeconds` seconds then Kubernetes considers this as a pod failure and restarts it, ending up with an infinite loop of restarting pods, so make sure to sufficiently set these values for your use case.
242-
The liveliness and readiness probes are being sent only after the first success of a startup probe.
239+
In `templates/deployment.yaml` is configurations for `livenessProbe`, `readinessProbe` and `startupProbe` for the Triton server container.
240+
By default, Triton loads all the models before starting the HTTP server to respond to the probes. The process can take several minutes, depending on the models sizes.
241+
If it is not completed in `startupProbe.failureThreshold * startupProbe.periodSeconds` seconds then Kubernetes considers this as a pod failure and restarts it,
242+
ending up with an infinite loop of restarting pods, so make sure to sufficiently set these values for your use case.
243+
The liveliness and readiness probes are being sent only after the first success of a startup probe.
243244

244245
For more details, see the [Kubernetes probe documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) and the [feature page of the startup probe](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/950-liveness-probe-holdoff/README.md).
245246

@@ -323,4 +324,4 @@ CRDs](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-
323324

324325
```
325326
$ kubectl delete crd alertmanagerconfigs.monitoring.coreos.com alertmanagers.monitoring.coreos.com podmonitors.monitoring.coreos.com probes.monitoring.coreos.com prometheuses.monitoring.coreos.com prometheusrules.monitoring.coreos.com servicemonitors.monitoring.coreos.com thanosrulers.monitoring.coreos.com
326-
```
327+
```

0 commit comments

Comments
 (0)