mirror of https://github.com/k3s-io/k3s
Merge pull request #48533 from superbrothers/fix-dead-link
Automatic merge from submit-queue (batch tested with PRs 47738, 49196, 48907, 48533, 48822) Fix a dead link in cluster/update-storage-objects.sh **What this PR does / why we need it**: This PR fixes a dead link in cluster/update-storage-objects.sh. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/6/head
commit
a2d2ddf719
|
@ -19,7 +19,7 @@
|
|||
# they are written using the latest API version.
|
||||
#
|
||||
# Steps to use this script to upgrade the cluster to a new version:
|
||||
# https://github.com/kubernetes/kubernetes/blob/master/docs/cluster_management.md#updgrading-to-a-different-api-version
|
||||
# https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-to-a-different-api-version
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
|
Loading…
Reference in New Issue