Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-management/ (#14298)

* Add missing capture block end

* Drop outdated link to v1.6 upgrade
  • Loading branch information
sftim authored and k8s-ci-robot committed May 14, 2019
1 parent 6aa3beb commit 93e1a67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}}

0 comments on commit 93e1a67

Please sign in to comment.