Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request kubernetes#40144 from fenggw-fnst/task-11
Browse files Browse the repository at this point in the history
[zh-cn] sync task files of task-11
  • Loading branch information
k8s-ci-robot authored Mar 20, 2023
2 parents e47b403 + 8b731ac commit 7f59f38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ manually through [`easyrsa`](https://github.com/OpenVPN/easy-rsa), [`openssl`](h
1. 下载、解压、初始化打过补丁的 `easyrsa3`

```shell
curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
tar xzf easy-rsa.tar.gz
cd easy-rsa-master/easyrsa3
./easyrsa init-pki
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 升级集群
content_type: task
weight: 350
---
<!--
title: Upgrade A Cluster
content_type: task
weight: 350
-->

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 升级 kubeadm 集群
content_type: task
weight: 20
weight: 40
---
<!--
reviewers:
- sig-cluster-lifecycle
title: Upgrading kubeadm clusters
content_type: task
weight: 20
weight: 40
-->

<!-- overview -->
Expand Down Expand Up @@ -476,7 +476,7 @@ without compromising the minimum required capacity for running your workloads.
```

{{% /tab %}}
{{% tab name="CentOS, RHEL or Fedora" %}}
{{% tab name="CentOSRHEL Fedora" %}}

```shell
# 将 {{< skew currentVersion >}}.x-0 x 替换为最新的补丁版本
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 安装网络策略驱动
weight: 30
weight: 50
---
<!--
title: Install a Network Policy Provider
weight: 30
weight: 50
-->

0 comments on commit 7f59f38

Please sign in to comment.