Tobi Nehrlich 0920a991f9
Use new restricted liveness probe endpoint
The `--health-port` option is deprecated and `--http-endpoint` the new
option to use. Since `--http-endpoint` additionally exposes metrics, the
liveness probe is limited to only listen on localhost by default. With
this only processes on the host network, like kubelet, can call the
endpoint. Regular pods can no longer access the liveness probe via the
node IP address.

Signed-off-by: Tobi Nehrlich <tobi.nehrlich@amazee.io>
2024-03-28 13:17:40 +01:00
2024-02-15 02:34:16 +00:00
2020-04-16 18:38:40 -07:00
2024-01-16 12:58:55 +00:00
2023-12-04 01:52:35 +00:00
2024-02-14 03:51:52 +00:00
2020-11-16 20:36:41 +00:00
2022-02-12 05:16:16 +00:00
2019-02-20 09:10:47 +01:00
2022-09-16 17:44:57 +05:30
2021-05-21 09:27:42 +02:00
2021-05-21 09:27:42 +02:00

NFS CSI driver for Kubernetes

build status Coverage Status Artifact Hub

Overview

This is a repository for NFS CSI driver, csi plugin name: nfs.csi.k8s.io. This driver requires existing and already configured NFSv3 or NFSv4 server, it supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under NFS server.

Project status: GA

Container Images & Kubernetes Compatibility:

driver version supported k8s version status
master branch 1.21+ GA
v4.6.0 1.21+ GA
v4.5.0 1.21+ GA
v4.4.0 1.21+ GA

Install driver on a Kubernetes cluster

install NFS CSI driver on microk8s

Driver parameters

Please refer to nfs.csi.k8s.io driver parameters

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

View CI Results

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Description
No description provided
Readme Apache-2.0 43 MiB
Languages
Go 55.6%
Shell 32.6%
Python 4.6%
Makefile 4.6%
Smarty 2.4%
Other 0.2%