Skip to content

Commit 8e4a05d

Browse files
committed
fix broken links to examples
1 parent 98e598b commit 8e4a05d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/blog/_posts/2016-05-00-Hypernetes-Security-And-Multi-Tenancy-In-Kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We can consider containers as two parts (as Kubernetes does). The first part is
2424

2525
The interesting part of HyperContainer is not only that it is secure enough for multi-tenant environments (such as a public cloud), but also how well it fits into the Kubernetes philosophy.
2626

27-
One of the most important concepts in Kubernetes is Pods. The design of Pods is a lesson learned ([Borg paper section 8.1](http://static.googleusercontent.com/media/research.google.com/zh-CN//pubs/archive/43438.pdf)) from real world workloads, where in many cases people want an atomic scheduling unit composed of multiple containers (please check this [example](https://github.com/kubernetes/examples/tree/master/staging/javaweb-tomcat-sidecar) for further information). In the context of Linux containers, a Pod wraps and encapsulates several containers into a logical group. But in HyperContainer, the hypervisor serves as a natural boundary, and Pods are introduced as first-class objects:
27+
One of the most important concepts in Kubernetes is Pods. The design of Pods is a lesson learned ([Borg paper section 8.1](http://static.googleusercontent.com/media/research.google.com/zh-CN//pubs/archive/43438.pdf)) from real world workloads, where in many cases people want an atomic scheduling unit composed of multiple containers (please check this [example](https://github.com/kubernetes/examples/tree/master/_archived/javaweb-tomcat-sidecar) for further information). In the context of Linux containers, a Pod wraps and encapsulates several containers into a logical group. But in HyperContainer, the hypervisor serves as a natural boundary, and Pods are introduced as first-class objects:
2828

2929

3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The following examples use the VMware Cloud Provider (vCP) StorageClass provisio
368368
management.
369369

370370
There are few
371-
[vSphere examples](https://github.com/kubernetes/examples/tree/master/staging/volumes/vsphere)
371+
[vSphere examples](https://github.com/kubernetes/examples/tree/master/_archived/volumes/vsphere)
372372
which you try out for persistent volume management inside Kubernetes for vSphere.
373373

374374
### Ceph RBD (deprecated) {#ceph-rbd}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ 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).
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/_archived/cluster-dns).
1212

1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ 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

199199
For additional Kubernetes DNS examples, see the
200-
[cluster-dns examples](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
200+
[cluster-dns examples](https://github.com/kubernetes/examples/tree/master/_archived/cluster-dns)
201201
in the Kubernetes GitHub repository.
202202

203203
### Are DNS queries being received/processed?

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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/)
29+
* [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/_archived/persistent-volume-provisioning/)
3030
* The [kubectl](/docs/reference/kubectl/kubectl/) command line tool
3131

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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/)
30+
- [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/_archived/persistent-volume-provisioning/)
3131
- [StatefulSets](/docs/concepts/workloads/controllers/statefulset/)
3232
- [PodDisruptionBudgets](/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget)
3333
- [PodAntiAffinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)

0 commit comments

Comments
 (0)