-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Fix broken example volume links #51608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @divya-mohan0209, kindly requesting a review and approval when you get a chance. Thanks in advance! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we remove mention of these links?
@@ -317,7 +317,7 @@ You must configure FC SAN Zoning to allocate and mask those LUNs (volumes) to th | |||
beforehand so that Kubernetes hosts can access them. | |||
{{< /note >}} | |||
|
|||
See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel) | |||
See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/_archived/volumes/fibre_channel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better: remove the paragraph.
@@ -663,7 +663,7 @@ and then serve it in parallel from as many Pods as you need. Unfortunately, | |||
iSCSI volumes can only be mounted by a single consumer in read-write mode. | |||
Simultaneous writers are not allowed. | |||
|
|||
See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/volumes/iscsi) for more details. | |||
See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better: remove the paragraph.
@@ -774,7 +774,7 @@ use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.h | |||
You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options. | |||
{{< /note >}} | |||
|
|||
See the [NFS example](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs) | |||
See the [NFS example](https://github.com/kubernetes/examples/tree/master/_archived/volumes/nfs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better: remove the paragraph.
@@ -826,7 +826,7 @@ before using it in the Pod. | |||
{{< /note >}} | |||
|
|||
For more details, see the | |||
[Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples. | |||
[Portworx volume](https://github.com/kubernetes/examples/blob/master/_archived/volumes/portworx/README.md) examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better: remove the paragraph.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I overlooked the Portworx volume example which should be removed according to KEP 1326 Removing third-party content in docs |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
aa946f0
to
9fbaa42
Compare
Thanks for pointing that out! I've now removed the Portworx example paragraph in accordance with KEP-1326. Please let me know if anything else needs to be addressed |
Fixes #51495
This PR updates broken volume example links for:
These folders were removed from the upstream kubernetes/examples repo. I’ve updated the links accordingly.