Skip to content

Commit

Permalink
DOCS: Update create-static-conf.md (#845)
Browse files Browse the repository at this point in the history
* DOCS: Update create-static-conf.md

В статических файлах конфигурации практичней использовать certificate-authority-data вместо certificate-authority

* Update ru/managed-kubernetes/operations/connect/create-static-conf.md

---------

Co-authored-by: Vladimir Kiryushkin <[email protected]>
  • Loading branch information
vitaliytv and vnkiryushkin authored Oct 31, 2024
1 parent f05f657 commit 00fe6aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
```bash
kubectl config set-cluster sa-test2 \
--certificate-authority=ca.pem \
--embed-certs \
--server=$MASTER_ENDPOINT \
--kubeconfig=test.kubeconfig
```
Expand All @@ -290,6 +291,7 @@
```bash
kubectl config set-cluster sa-test2 `
--certificate-authority=ca.pem `
--embed-certs `
--server=$MASTER_ENDPOINT `
--kubeconfig=test.kubeconfig
```
Expand Down

0 comments on commit 00fe6aa

Please sign in to comment.