Skip to content

Commit b1e51af

Browse files
authored
Merge pull request #40815 from Arhell/ru-use
[ru] update curl command
2 parents 579c5cf + 6b54e95 commit b1e51af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ru/docs/tasks/administer-cluster/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 20
1717
1. Скачайте, распакуйте и инициализируйте пропатченную версию `easyrsa3`.
1818

1919
```shell
20-
curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
20+
curl -LO curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
2121
tar xzf easy-rsa.tar.gz
2222
cd easy-rsa-master/easyrsa3
2323
./easyrsa init-pki

0 commit comments

Comments
 (0)