livenessprobe icon indicating copy to clipboard operation
livenessprobe copied to clipboard

A sidecar container that can be included in a CSI plugin pod to enable integration with Kubernetes Liveness Probe.

Results 14 livenessprobe issues
Sort by recently updated
recently updated
newest added

If we bump go version from go1.21.5 to go1.21.10 we can solve the issue. https://github.com/advisories/GHSA-4v7x-pqxf-cx7m Please let me know if you need help, I can try to contribute if you...

**What type of PR is this?** /kind feature **What this PR does / why we need it**: I've updated the klog functions used within csi-lib-utils to contextual logging functions, following...

kind/feature
cncf-cla: yes
kind/cleanup
size/M
do-not-merge/hold
release-note
priority/important-longterm
wg/structured-logging

there is a security warning produced by twistlock that this livenessprobe image should use nonroot user, while if I change this Dockerfile as following (https://github.com/andyzhangx/livenessprobe/commit/42fc3281e9343eebbf300a6a42394f8815d0c13c), liveness probe would failed finally,...

lifecycle/stale

Bumps the k8s-dependencies group with 2 updates: [k8s.io/component-base](https://github.com/kubernetes/component-base) and [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery). Updates `k8s.io/component-base` from 0.29.3 to 0.30.0 Commits 98e79b8 Update dependencies to v0.30.0 tag 0ac84ef Merge remote-tracking branch 'origin/master' into release-1.30...

cncf-cla: yes
size/XXL
release-note-none
ok-to-test
area/dependency

Bumps the github-dependencies group with 3 updates: [golang.org/x/sys](https://github.com/golang/sys), [golang.org/x/text](https://github.com/golang/text) and google.golang.org/protobuf. Updates `golang.org/x/sys` from 0.19.0 to 0.20.0 Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2...

cncf-cla: yes
size/XXL
release-note-none
ok-to-test
area/dependency

Bumps the github-dependencies group with 3 updates in the / directory: [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec), [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/container-storage-interface/spec` from 1.9.0 to 1.10.0 Release notes Sourced from github.com/container-storage-interface/spec's releases. v1.10.0 What's Changed...

cncf-cla: yes
size/XXL
release-note-none
ok-to-test
area/dependency

Bumps the k8s-dependencies group with 1 update in the / directory: [k8s.io/component-base](https://github.com/kubernetes/component-base). Updates `k8s.io/component-base` from 0.31.0-rc.0 to 0.32.0-alpha.0 Commits edc06c1 Update dependencies to v0.32.0-alpha.0 tag 17b3410 Merge pull request #126344...

cncf-cla: yes
size/S
release-note-none
ok-to-test
area/dependency

Since Debian 12 Distroless is available, as well as, the latest releases of Kubernetes and many of the Kubernetes related projects have moved to Debian 12, we would request that...

**What type of PR is this?** > /kind bug **What this PR does / why we need it**: Fixes vulnerability [CVE-2024-24790](https://nvd.nist.gov/vuln/detail/CVE-2024-24790) by updating Go to 1.22.5 **Which issue(s) this PR...

size/M
needs-ok-to-test
release-note
cncf-cla: no

Hi, Unfortunately, the last release only upgraded to go 1.22.3, which still contains this vulnerability. This CVE has a base score of 9.8, which is pretty high. If the go...