Skip to content

Commit 8b731ac

Browse files
committed
[zh-cn] sync task files of task-11
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
1 parent 506d2e7 commit 8b731ac

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

content/zh-cn/docs/tasks/administer-cluster/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manually through [`easyrsa`](http://github.com/OpenVPN/easy-rsa), [`openssl`](h
3434
1. 下载、解压、初始化打过补丁的 `easyrsa3`
3535

3636
```shell
37-
curl -LO http://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
37+
curl -LO http://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
3838
tar xzf easy-rsa.tar.gz
3939
cd easy-rsa-master/easyrsa3
4040
./easyrsa init-pki

content/zh-cn/docs/tasks/administer-cluster/cluster-upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: 升级集群
33
content_type: task
4+
weight: 350
45
---
56
<!--
67
title: Upgrade A Cluster
78
content_type: task
9+
weight: 350
810
-->
911

1012
<!-- overview -->

content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 升级 kubeadm 集群
33
content_type: task
4-
weight: 20
4+
weight: 40
55
---
66
<!--
77
reviewers:
88
- sig-cluster-lifecycle
99
title: Upgrading kubeadm clusters
1010
content_type: task
11-
weight: 20
11+
weight: 40
1212
-->
1313

1414
<!-- overview -->
@@ -476,7 +476,7 @@ without compromising the minimum required capacity for running your workloads.
476476
```
477477

478478
{{% /tab %}}
479-
{{% tab name="CentOS, RHEL or Fedora" %}}
479+
{{% tab name="CentOSRHEL Fedora" %}}
480480

481481
```shell
482482
# 将 {{< skew currentVersion >}}.x-0 x 替换为最新的补丁版本
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 安装网络策略驱动
3-
weight: 30
3+
weight: 50
44
---
55
<!--
66
title: Install a Network Policy Provider
7-
weight: 30
7+
weight: 50
88
-->

0 commit comments

Comments
 (0)