Deprecation complete: etcd ... (#3543)
parent
4d990ef6ef
commit
61c1605c27
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- davidopp
|
||||
- thockin
|
||||
title: Using DNS Pods and Services
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[DNS Pods and Services](/docs/concepts/services-networking/dns-pod-service/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- lavalamp
|
||||
title: Configuring Kubernetes Use of etcd
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Configuring Kubernetes Use of etcd](/docs/concepts/storage/etcd-store-api-object/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- davidopp
|
||||
title: Using Multiple Clusters
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Using Multiple Clusters](/docs/concepts/cluster-administration/multiple-clusters/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- thockin
|
||||
title: Networking in Kubernetes
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Cluster Networking](/docs/concepts/cluster-administration/networking/)
|
|
@ -3,6 +3,9 @@ title: Configuring Kubernetes Use of etcd
|
|||
redirect_from:
|
||||
- "/docs/concepts/storage/etcd-store-api-object/"
|
||||
- "/docs/concepts/storage/etcd-store-api-object.html"
|
||||
redirect_from:
|
||||
- "/docs/admin/etcd/"
|
||||
- "/docs/admin/etcd.html"
|
||||
---
|
||||
|
||||
[etcd](https://coreos.com/etcd/docs/latest/) is a highly-available key value
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
assignees:
|
||||
- davidopp
|
||||
title: Using Multiple Clusters
|
||||
redirect_from:
|
||||
- "/docs/admin/multi-cluster/"
|
||||
- "/docs/admin/multi-cluster.html"
|
||||
---
|
||||
|
||||
You may want to set up multiple Kubernetes clusters, both to
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
assignees:
|
||||
- thockin
|
||||
title: Cluster Networking
|
||||
redirect_from:
|
||||
- "/docs/admin/networking/"
|
||||
- "/docs/admin/networking.html"
|
||||
---
|
||||
|
||||
Kubernetes approaches networking somewhat differently than Docker does by
|
||||
|
|
|
@ -3,6 +3,9 @@ assignees:
|
|||
- davidopp
|
||||
- thockin
|
||||
title: DNS Pods and Services
|
||||
redirect_from:
|
||||
- "/docs/admin/dns/"
|
||||
- "/docs/admin/dns.html"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -3,6 +3,9 @@ assignees:
|
|||
- davidopp
|
||||
- madhusudancs
|
||||
title: Configuring Multiple Schedulers
|
||||
redirect_from:
|
||||
- "/docs/admin/multiple-schedulers/"
|
||||
- "/docs/admin/multiple-schedulers.html"
|
||||
---
|
||||
|
||||
Kubernetes ships with a default scheduler that is described [here](/docs/admin/kube-scheduler/).
|
||||
|
|
Loading…
Reference in New Issue