kubernetes / examples

Kubernetes application example tutorials
Apache License 2.0
6.16k stars 4.52k forks source link

File staging/volumes/nfs/nfs-server-rc.yaml doesn't exist #453

Closed huntersman closed 1 year ago

huntersman commented 2 years ago

I'm learning how to use NFS in K8s, so I read staging/volumes/nfs/README.md In README.md, it mentions

$ kubectl create -f examples/staging/volumes/nfs/nfs-server-rc.yaml

But I can't find nfs-server-rc.yaml, could someone helps me, thank you!

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

vaibhav2107 commented 1 year ago

/remove-lifecycle stale

victtsl commented 1 year ago

According to https://github.com/kubernetes/examples/pull/442:

  1. staging/volumes/nfs/nfs-busybox-rc.yaml rename to staging/volumes/nfs/nfs-busybox-deployment.yaml
  2. staging/volumes/nfs/nfs-server-rc.yaml rename to staging/volumes/nfs/nfs-server-deployment.yaml
  3. staging/volumes/nfs/nfs-web-rc.yaml rename to staging/volumes/nfs/nfs-web-deployment.yaml