File staging/volumes/nfs/nfs-server-rc.yaml doesn't exist
huntersman opened this issue · 3 comments
huntersman commented
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
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:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale
- Mark this issue or PR as rotten with
/lifecycle rotten
- Close this issue or PR with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
vaibhav2107 commented
/remove-lifecycle stale
victtsl commented
According to #442:
- staging/volumes/nfs/nfs-busybox-rc.yaml rename to staging/volumes/nfs/nfs-busybox-deployment.yaml
- staging/volumes/nfs/nfs-server-rc.yaml rename to staging/volumes/nfs/nfs-server-deployment.yaml
- staging/volumes/nfs/nfs-web-rc.yaml rename to staging/volumes/nfs/nfs-web-deployment.yaml