From 8ff26badb4af2b9bbca0b87ec6ccc38cf91bf724 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 25 Feb 2016 16:15:46 -0800 Subject: [PATCH] Revert "doc fix" This reverts commit 5aef96a20f8ea38a6e0a92a7399f5a7f87dcd030. --- _includes/masterdocs/docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/masterdocs/docs/api.md b/_includes/masterdocs/docs/api.md index 57087a30de3..1e2ced6964a 100644 --- a/_includes/masterdocs/docs/api.md +++ b/_includes/masterdocs/docs/api.md @@ -73,13 +73,13 @@ Currently there are two API groups in use: In the future we expect that there will be more API groups, all at REST path `/apis/$API_GROUP` and using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for [third parties to -create their own API groups](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/extending-api.md), and to avoid naming collisions. +create their own API groups](design/extending-api.md), and to avoid naming collisions. ## Enabling resources in the extensions group DaemonSets, Deployments, HorizontalPodAutoscalers, Ingress, Jobs and ReplicaSets are enabled by default. -Other extensions resources can be enabled by setting `runtime-config` on -apiserver. `runtime-config` accepts comma separated values. For ex: to disable deployments and jobs, set +Other extensions resources can be enabled by setting runtime-config on +apiserver. runtime-config accepts comma separated values. For ex: to disable deployments and jobs, set `--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/jobs=false` ## v1beta1, v1beta2, and v1beta3 are deprecated; please move to v1 ASAP