The problem that pv and pvc are automatically created in nfs in k8s.

The nfs downloaded on the Internet automatically creates an instance of pv in k8s.

After searching for a long time, I found that the docker images did not come down. If you get k8s in China, you must remember to replace the docker images from outside. Otherwise, you will not be able to download them. A very simple problem will also take a long time.

Can't get up on this:

NFS client-commissions-5f74cfb769-pqlkl

Replace the image in deployment.yaml: docker.io/jmgao1983/nfs-client-provisioner:latest

You can use docker search to search before replacing.

Find the available nfs-client.

docker search nfs-client-provisioner

pv is to shield the low-level details during the use of pvc and is convenient for users.

Published 72 original articles · praised 4 · 40,000+ views

Guess you like

Origin blog.csdn.net/qq_15156403/article/details/105606307