Skip to content

Commit 13d9b63

Browse files
authored
Merge pull request #53020 from dkarczmarski/fix-broken-link-to-examples
remove broken links to examples
2 parents 542d1d1 + 11f3b78 commit 13d9b63

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@ The following examples use the VMware Cloud Provider (vCP) StorageClass provisio
367367
for more details on how to use storage policies for persistent volumes
368368
management.
369369

370-
There are few
371-
[vSphere examples](https://github.com/kubernetes/examples/tree/master/staging/volumes/vsphere)
372-
which you try out for persistent volume management inside Kubernetes for vSphere.
373-
374370
### Ceph RBD (deprecated) {#ceph-rbd}
375371

376372
{{< note >}}

content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ content_type: concept
88
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm.
99

1010
<!-- body -->
11-
For more information on how to configure CoreDNS for a Kubernetes cluster, see the [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/). An example demonstrating how to use Kubernetes DNS with kube-dns, see the [Kubernetes DNS sample plugin](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns).
12-
13-
11+
For more information on how to configure CoreDNS for a Kubernetes cluster, see the [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/).

content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ kube-dns-zxoja IPv4 53 10.180.3.17,10.180.3.17 1h
196196
If you do not see the endpoints, see the endpoints section in the
197197
[debugging Services](/docs/tasks/debug/debug-application/debug-service/) documentation.
198198

199-
For additional Kubernetes DNS examples, see the
200-
[cluster-dns examples](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
201-
in the Kubernetes GitHub repository.
202-
203199
### Are DNS queries being received/processed?
204200

205201
You can verify if queries are being received by CoreDNS by adding the `log` plugin to the CoreDNS configuration (aka Corefile).

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ following Kubernetes concepts:
2626
* [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
2727
* [Headless Services](/docs/concepts/services-networking/service/#headless-services)
2828
* [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)
29-
* [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning/)
3029
* The [kubectl](/docs/reference/kubectl/kubectl/) command line tool
3130

3231
{{% include "task-tutorial-prereqs.md" %}}

content/en/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Kubernetes concepts:
2727
- [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
2828
- [Headless Services](/docs/concepts/services-networking/service/#headless-services)
2929
- [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)
30-
- [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning/)
3130
- [StatefulSets](/docs/concepts/workloads/controllers/statefulset/)
3231
- [PodDisruptionBudgets](/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget)
3332
- [PodAntiAffinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)

0 commit comments

Comments
 (0)