From 93e1a67dfa016cb6f026b7c8d7c5634aedc7d895 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 14 May 2019 08:25:12 +0100 Subject: [PATCH] Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298) * Add missing capture block end * Drop outdated link to v1.6 upgrade --- .../en/docs/tasks/administer-cluster/cluster-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/cluster-management.md b/content/en/docs/tasks/administer-cluster/cluster-management.md index 3533a0a22313f..0da627395ab7c 100644 --- a/content/en/docs/tasks/administer-cluster/cluster-management.md +++ b/content/en/docs/tasks/administer-cluster/cluster-management.md @@ -26,8 +26,6 @@ To install Kubernetes on a set of machines, consult one of the existing [Getting The current state of cluster upgrades is provider dependent, and some releases may require special care when upgrading. It is recommended that administrators consult both the [release notes](https://git.k8s.io/kubernetes/CHANGELOG.md), as well as the version specific upgrade notes prior to upgrading their clusters. -* [Upgrading to 1.6](/docs/admin/upgrade-1-6) - ### Upgrading an Azure Kubernetes Service (AKS) cluster Azure Kubernetes Service enables easy self-service upgrades of the control plane and nodes in your cluster. The process is @@ -219,3 +217,5 @@ kubectl convert -f pod.yaml --output-version v1 ``` For more options, please refer to the usage of [kubectl convert](/docs/reference/generated/kubectl/kubectl-commands#convert) command. + +{{% /capture %}}