We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3296a + 14531b1 commit d1da69fCopy full SHA for d1da69f
content/ja/docs/tasks/administer-cluster/certificates.md
@@ -18,7 +18,7 @@ weight: 30
18
1. パッチが適用されたバージョンの`easyrsa3`をダウンロードして解凍し、初期化します。
19
20
```shell
21
- 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
22
tar xzf easy-rsa.tar.gz
23
cd easy-rsa-master/easyrsa3
24
./easyrsa init-pki
0 commit comments