Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11f3b78

Browse filesBrowse files
remove broken links to examples
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
1 parent 98e598b commit 11f3b78
Copy full SHA for 11f3b78

File tree

Expand file treeCollapse file tree

5 files changed

+1
-13
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+1
-13
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/concepts/storage/storage-classes.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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 >}}
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
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/).
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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).
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/tutorials/stateful-application/basic-stateful-set.md
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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" %}}
Collapse file

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

Copy file name to clipboardExpand all lines: content/en/docs/tutorials/stateful-application/zookeeper.md
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.