Deprecation complete: ingress ... (#3553)
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- caesarxuchao
|
|
||||||
- dchen1107
|
|
||||||
title: Nodes
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Nodes](/docs/concepts/nodes/node/)
|
|
||||||
@@ -3,6 +3,9 @@ assignees:
|
|||||||
- caesarxuchao
|
- caesarxuchao
|
||||||
- dchen1107
|
- dchen1107
|
||||||
title: Nodes
|
title: Nodes
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/admin/node/"
|
||||||
|
- "/docs/admin/node.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Names
|
title: Names
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/identifiers/"
|
||||||
|
- "/docs/user-guide/identifiers.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
All objects in the Kubernetes REST API are unambiguously identified by a Name and a UID.
|
All objects in the Kubernetes REST API are unambiguously identified by a Name and a UID.
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ assignees:
|
|||||||
- mikedanese
|
- mikedanese
|
||||||
- thockin
|
- thockin
|
||||||
title: Namespaces
|
title: Namespaces
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/namespaces/"
|
||||||
|
- "/docs/user-guide/namespaces.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes supports multiple virtual clusters backed by the same physical cluster.
|
Kubernetes supports multiple virtual clusters backed by the same physical cluster.
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
assignees:
|
assignees:
|
||||||
- bprashanth
|
- bprashanth
|
||||||
title: Ingress Resources
|
title: Ingress Resources
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/ingress/"
|
||||||
|
- "/docs/user-guide/ingress.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ assignees:
|
|||||||
- thockin
|
- thockin
|
||||||
- caseydavenport
|
- caseydavenport
|
||||||
title: Network Policies
|
title: Network Policies
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/networkpolicies/"
|
||||||
|
- "/docs/user-guide/networkpolicies.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ redirect_from:
|
|||||||
- "/docs/concepts/abstractions/controllers/petsets.html"
|
- "/docs/concepts/abstractions/controllers/petsets.html"
|
||||||
- "/docs/user-guide/petset/bootstrapping/"
|
- "/docs/user-guide/petset/bootstrapping/"
|
||||||
- "/docs/user-guide/petset/bootstrapping/index.html"
|
- "/docs/user-guide/petset/bootstrapping/index.html"
|
||||||
|
- "/docs/user-guide/petset/"
|
||||||
|
- "/docs/user-guide/petset.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
__Warning:__ Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ [migrate](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application).
|
__Warning:__ Starting in Kubernetes version 1.5, PetSet has been renamed to [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets). To use (or continue to use) PetSet in Kubernetes 1.5, you _must_ [migrate](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) your existing PetSets to StatefulSets. For information on working with StatefulSet, see the tutorial on [how to run replicated stateful applications](/docs/tutorials/stateful-application/run-replicated-stateful-application).
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ assignees:
|
|||||||
- bprashanth
|
- bprashanth
|
||||||
- janetkuo
|
- janetkuo
|
||||||
title: Replication Controller
|
title: Replication Controller
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/replication-controller/"
|
||||||
|
- "/docs/user-guide/replication-controller/index.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
title: Pods
|
title: Pods
|
||||||
|
redirect_from:
|
||||||
|
- "/docs/user-guide/pods/index/"
|
||||||
|
- "/docs/user-guide/pods/index.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- mikedanese
|
|
||||||
- thockin
|
|
||||||
title: Names
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Names](/docs/concepts/overview/working-with-objects/names/)
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- bprashanth
|
|
||||||
title: Ingress Resources
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Ingress Resources](/docs/concepts/services-networking/ingress/)
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- derekwaynecarr
|
|
||||||
- mikedanese
|
|
||||||
- thockin
|
|
||||||
title: Namespaces
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Namespaces](/docs/concepts/overview/working-with-objects/namespaces/)
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- thockin
|
|
||||||
- caseydavenport
|
|
||||||
title: Network Policies
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Network Policies](/docs/concepts/services-networking/networkpolicies/)
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- bprashanth
|
|
||||||
- enisoc
|
|
||||||
- erictune
|
|
||||||
- foxish
|
|
||||||
- janetkuo
|
|
||||||
- kow3ns
|
|
||||||
- smarterclayton
|
|
||||||
title: Pet Sets
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[PetSets](/docs/concepts/workloads/controllers/petset/)
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
title: Pods
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[Pods](/docs/concepts/workloads/pods/pod/)
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
assignees:
|
|
||||||
- bprashanth
|
|
||||||
- janetkuo
|
|
||||||
title: Replication Controller
|
|
||||||
---
|
|
||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
|
||||||
|
|
||||||
[ReplicationControllers](/docs/concepts/workloads/controllers/replicationcontroller/)
|
|
||||||
Reference in New Issue
Block a user