[ja] update curl command

pull/40810/head
Arhell 2023-04-23 11:46:14 +03:00
parent 306bb81639
commit 14531b136e
1 changed files with 1 additions and 1 deletions
content/ja/docs/tasks/administer-cluster

View File

@ -18,7 +18,7 @@ weight: 30
1. パッチが適用されたバージョンの`easyrsa3`をダウンロードして解凍し、初期化します。 1. パッチが適用されたバージョンの`easyrsa3`をダウンロードして解凍し、初期化します。
```shell ```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 tar xzf easy-rsa.tar.gz
cd easy-rsa-master/easyrsa3 cd easy-rsa-master/easyrsa3
./easyrsa init-pki ./easyrsa init-pki