Pierre Prinetti b8cf9c528f
fix: Address CVE-2022-21698
Upgrade the Prometheus client to v1.11.1.

This commit is the result of running:

```
go get github.com/prometheus/client_golang@v1.11.1 \
	&& go mod tidy && go mod vendor
```

See https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p

**What this PR does / why we need it**:
Upgrades `github.com/prometheus/client_golang` to v1.11.1, where the vulnerability has been fixed.
2022-03-24 17:01:33 +01:00
2020-04-16 18:38:40 -07:00
2022-01-06 11:34:56 +00:00
2022-03-05 13:41:22 +00:00
2022-03-24 17:01:33 +01: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-03-24 17:01:33 +01:00
2022-03-24 17:01:33 +01:00
2021-05-21 09:27:42 +02:00
2021-05-21 09:27:42 +02:00
2022-02-14 22:01:54 +08:00

NFS CSI driver for Kubernetes

Coverage Status

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: Beta

Container Images & Kubernetes Compatibility:

driver version supported k8s version status
master branch 1.20+ beta
v3.1.0 1.19+ beta
v3.0.0 1.19+ beta
v2.0.0 1.14+ alpha

Install driver on a Kubernetes cluster

Driver parameters

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

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

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%