From a83d3b5f18db6be182b6ba04b88e5d37a2edfab5 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Thu, 25 Aug 2016 12:52:10 -0700 Subject: [PATCH 1/7] Fixes the second issue in the Dead Link Report: broken URL in docs/admin/authorization --- docs/admin/authorization.md | 2 +- docs/admin/cluster-management.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index b1efc1202c..05b9fad0da 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,7 @@ As of 1.3 RBAC mode is in alpha and considered experimental. To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`, and [enable the API version]( -docs/admin/cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), +../cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md index 1be4fc8a02..27bffefbb1 100644 --- a/docs/admin/cluster-management.md +++ b/docs/admin/cluster-management.md @@ -170,7 +170,7 @@ This is an infrequent event, but it requires careful management. There is a sequ 1. Turn off the old API version. ### Turn on or off an API version for your cluster - + Specific API versions can be turned on or off by passing --runtime-config=api/ flag while bringing up the API server. For example: to turn off v1 API, pass `--runtime-config=api/v1=false`. runtime-config also supports 2 special keys: api/all and api/legacy to control all and legacy APIs respectively. For example, for turning off all api versions except v1, pass `--runtime-config=api/all=false,api/v1=true`. From 2b42de43af08777b122fa4be58374b6c1630692f Mon Sep 17 00:00:00 2001 From: fbsolo Date: Thu, 25 Aug 2016 13:07:17 -0700 Subject: [PATCH 2/7] Fixes the second issue in the Dead Link Report: broken URL in docs/admin/authorization --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index 05b9fad0da..b188932b5a 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,7 @@ As of 1.3 RBAC mode is in alpha and considered experimental. To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`, and [enable the API version]( -../cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), +cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings From 664878bd6e8a2231c22be005bb3d0c0e259280a3 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Thu, 25 Aug 2016 13:12:21 -0700 Subject: [PATCH 3/7] Fixes the second issue in the Dead Link Report: broken URL in docs/admin/authorization --- docs/admin/cluster-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md index 27bffefbb1..f871e80cde 100644 --- a/docs/admin/cluster-management.md +++ b/docs/admin/cluster-management.md @@ -169,8 +169,8 @@ This is an infrequent event, but it requires careful management. There is a sequ 1. Update existing objects in the storage to new version by running `cluster/update-storage-objects.sh`. 1. Turn off the old API version. -### Turn on or off an API version for your cluster +### Turn on or off an API version for your cluster Specific API versions can be turned on or off by passing --runtime-config=api/ flag while bringing up the API server. For example: to turn off v1 API, pass `--runtime-config=api/v1=false`. runtime-config also supports 2 special keys: api/all and api/legacy to control all and legacy APIs respectively. For example, for turning off all api versions except v1, pass `--runtime-config=api/all=false,api/v1=true`. From 60065a788214966e7987eae370213c847139c4f6 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Sat, 27 Aug 2016 00:19:11 -0700 Subject: [PATCH 4/7] Fixed anchor target in cluster-management.md to conform to anchor HTML standards in the Kubernetes documentation repo --- docs/admin/cluster-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-management.md b/docs/admin/cluster-management.md index f871e80cde..1be4fc8a02 100644 --- a/docs/admin/cluster-management.md +++ b/docs/admin/cluster-management.md @@ -169,8 +169,8 @@ This is an infrequent event, but it requires careful management. There is a sequ 1. Update existing objects in the storage to new version by running `cluster/update-storage-objects.sh`. 1. Turn off the old API version. - ### Turn on or off an API version for your cluster + Specific API versions can be turned on or off by passing --runtime-config=api/ flag while bringing up the API server. For example: to turn off v1 API, pass `--runtime-config=api/v1=false`. runtime-config also supports 2 special keys: api/all and api/legacy to control all and legacy APIs respectively. For example, for turning off all api versions except v1, pass `--runtime-config=api/all=false,api/v1=true`. From e172def939d4f1509bb5a6efd8fd34d7d38c89d7 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Sat, 27 Aug 2016 00:41:59 -0700 Subject: [PATCH 5/7] This sets a URL in authorization.md to point to a specific anchor in cluster-management.md --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index b188932b5a..58f4be2271 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,7 @@ As of 1.3 RBAC mode is in alpha and considered experimental. To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`, and [enable the API version]( -cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), +cluster-management/#Turn-on-or-off-an-api-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings From 037957614d180a74ae140fab9b693e90bd1d86b5 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Sat, 27 Aug 2016 00:49:30 -0700 Subject: [PATCH 6/7] This sets a URL in authorization.md to point to a specific anchor in cluster-management.md --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index 58f4be2271..b188932b5a 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,7 @@ As of 1.3 RBAC mode is in alpha and considered experimental. To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`, and [enable the API version]( -cluster-management/#Turn-on-or-off-an-api-version-for-your-cluster), +cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings From 6305359afca58b469e60603acad2e30153bad223 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Sat, 27 Aug 2016 01:06:19 -0700 Subject: [PATCH 7/7] This sets a URL in authorization.md to point to a specific anchor in cluster-management.md --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index b188932b5a..18e97398a3 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,7 @@ As of 1.3 RBAC mode is in alpha and considered experimental. To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`, and [enable the API version]( -cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), +cluster-management.md/#Turn-on-or-off-an-API-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings