kubernetes/examples

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

huntersman opened this issue · 3 comments

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!

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

/remove-lifecycle stale

According to #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