stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.

Home Page:https://docs.kubelinter.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE_REQUEST] Add support for StartupProbe

s-okayama opened this issue · comments

Description of the problem/feature request
Add support startup probe.

Additional context

example.yaml: (object: example/example-api apps/v1, Kind=Deployment) container “example-api" does not specify a startup probe (check: no-startup-probe, remediation: Specify a liveness probe in your container. Refer to https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ for details.)