update docs

This commit is contained in:
Artur Akmalov
2023-07-26 14:12:46 +05:00
parent 43a893aa1a
commit 347a3dbbe3
16 changed files with 68 additions and 43 deletions
+30
View File
@@ -0,0 +1,30 @@
---
sidebar_position: 1
---
# Settings
## VSCode
Пример конфига для подключения по SSH key (~/ssh/config)
Remote SSH - Microsoft
```
Host <IP>
HostName <IP>
User <USER>
IdentityFile ~/.ssh/id_rsa
```
maybe rename id_rsa.pub to authorized_keys
## OpenLens
OpenLens extensions (exec and logs)
Для просмотра логов и подключения к контейнерам нужно добавить расширение
```
@alebcay/openlens-node-pod-menu
```