Skip to content

Commit

Permalink
Arrange the Extending Kubernetes section in the Concepts TOC (#8569)
Browse files Browse the repository at this point in the history
* Left nav for Extending Kubernetes

* Redirect moved topics. Remove extraneous directory.
  • Loading branch information
steveperry-53 authored and k8s-ci-robot committed May 16, 2018
1 parent fbfb8c4 commit 169aadb
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 5 deletions.
5 changes: 0 additions & 5 deletions content/en/docs/concepts/api-extension/_index.md

This file was deleted.

3 changes: 3 additions & 0 deletions content/en/docs/concepts/extend-kubernetes/_index.md
@@ -0,0 +1,3 @@
---
title: Extending Kubernetes
---
@@ -0,0 +1,4 @@
---
title: Extending the Kubernetes API
weight: 20
---
Expand Up @@ -5,6 +5,7 @@ reviewers:
- cheftako
- chenopis
content_template: templates/concept
weight: 10
---

{{% capture overview %}}
Expand Down
Expand Up @@ -4,6 +4,7 @@ reviewers:
- enisoc
- deads2k
content_template: templates/concept
weight: 20
---

{{% capture overview %}}
Expand Down
@@ -0,0 +1,4 @@
---
title: Compute, Storage, and Networking Extensions
weight: 30
---
Expand Up @@ -3,6 +3,7 @@ reviewers:
title: Device Plugins
description: Use the Kubernetes device plugin framework to implement plugins for GPUs, NICs, FPGAs, InfiniBand, and similar resources that require vendor-specific setup.
content_template: templates/concept
weight: 20
---

{{< feature-state state="beta" >}}
Expand Down
Expand Up @@ -4,6 +4,7 @@ reviewers:
- freehan
- thockin
title: Network Plugins
weight: 10
---

{{< toc >}}
Expand Down
Expand Up @@ -6,6 +6,7 @@ reviewers:
- cheftako
- chenopis
content_template: templates/concept
weight: 10
---

{{% capture overview %}}
Expand Down
Expand Up @@ -3,6 +3,7 @@ title: Service Catalog
reviewers:
- chenopis
content_template: templates/concept
weight: 40
---

{{% capture overview %}}
Expand Down
6 changes: 6 additions & 0 deletions static/_redirects
Expand Up @@ -72,17 +72,21 @@
/docs/concepts/abstractions/init-containers/ /docs/concepts/workloads/pods/init-containers/ 301
/docs/concepts/abstractions/overview/ /docs/concepts/overview/working-with-objects/kubernetes-objects/ 301
/docs/concepts/abstractions/pod/ /docs/concepts/workloads/pods/pod-overview/ 301
/docs/concepts/api-extension/apiserver-aggregation/ /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ 301
/docs/concepts/api-extension/custom-resources/ /docs/concepts/extend-kubernetes/api-extension/custom-resources/ 301
/docs/concepts/cluster/ /docs/concepts/cluster-administration/cluster-administration-overview/ 301
/docs/concepts/cluster-administration/access-cluster/ /docs/tasks/access-application-cluster/access-cluster/ 301
/docs/concepts/cluster-administration/audit/ /docs/tasks/debug-application-cluster/audit/ 301
/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig /docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/ 301
/docs/concepts/cluster-administration/cluster-management/ /docs/tasks/administer-cluster/cluster-management/ 301
/docs/concepts/cluster-administration/configure-etcd/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
/docs/concepts/cluster-administration/device-plugins/ /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ 301
/docs/concepts/cluster-administration/etcd-upgrade/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
/docs/concepts/cluster-administration/federation-service-discovery/ /docs/tasks/federation/federation-service-discovery/ 301
/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods/ /docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/ 301
/docs/concepts/cluster-administration/master-node-communication/ /docs/concepts/architecture/master-node-communication/ 301
/docs/concepts/cluster-administration/multiple-clusters/ /docs/concepts/cluster-administration/federation/ 301
/docs/concepts/cluster-administration/network-plugins/ /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ 301
/docs/concepts/cluster-administration/out-of-resource/ /docs/tasks/administer-cluster/out-of-resource/ 301
/docs/concepts/cluster-administration/resource-usage-monitoring /docs/tasks/debug-application-cluster/resource-usage-monitoring/ 301
/docs/concepts/cluster-administration/sysctl-cluster/ /docs/tasks/administer-cluster/sysctl-cluster/ 301
Expand All @@ -96,8 +100,10 @@
/docs/concepts/nodes/node/ /docs/concepts/architecture/nodes/ 301
/docs/concepts/object-metadata/annotations/ /docs/concepts/overview/working-with-objects/annotations/ 301
/docs/concepts/overview/ /docs/concepts/overview/what-is-kubernetes/ 301
/docs/concepts/overview/extending/ /docs/concepts/extend-kubernetes/extend-cluster/ 301
/docs/concepts/policy/container-capabilities/ /docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container/ 301
/docs/concepts/policy/security-context/ /docs/tasks/configure-pod-container/security-context/ 301
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
/docs/concepts/storage/etcd-store-api-object/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
/docs/concepts/storage/volumes/emptyDirapiVersion/ /docs/concepts/storage/volumes/#emptydir/ 301
Expand Down

0 comments on commit 169aadb

Please sign in to comment.