mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
update docs
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user