-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- [[../kubernetes|kubernetes]] | ||
- [[../openebs|openebs]] | ||
- storage 추가 | ||
- [[../nvidia|nvidia]] gpu 지원 | ||
+ https://github.com/NVIDIA/k8s-device-plugin | ||
+ https://docs.kakaocloud.com/tutorial/container/k8se-nvidia-gpu-worknode | ||
- [nvidia container toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) 을 먼저 gpu node 에 설치 | ||
```sh | ||
systemctl cat containerd | grep ExecStart | ||
ExecStartPre=-/sbin/modprobe overlay | ||
ExecStart=/usr/bin/containerd # --config 옵션이 없으면 기본 config 사용중 생성 필요 | ||
|
||
containerd config default | sudo tee /etc/containerd/config.toml | ||
|
||
# config 를 참조하도록 수정 | ||
sudo SYSTEMD_EDITOR=vim systemctl edit --full containerd | ||
``` | ||
|
||
- `ExecStart` 에 `--config` 추가 | ||
```sh | ||
ExecStart=/usr/bin/containerd --config /etc/containerd/config.toml | ||
``` | ||
- `gpu-only=true` taint 걸어둔게 속썩임 helm 의 tolerence 와 맞춰서 node 에 taint 이름 변경 | ||
- 관계 정리 | ||
- target-node label, taint | ||
- resource affinity, nodeSelector, tolerations | ||
- [[../ollama|ollama]] 로컬 서빙 | ||
- whisper 로컬 서빙 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- kubernetes | ||
- whisper | ||
- dify 에서 테스트 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# powershell | ||
|
||
## link | ||
- [[windows]] | ||
- [[wsl]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ sudo service ufw stop # 외부에서 접속하기위해 방화벽 비활성화 | |
- [[stable-diffusion]] | ||
- [[python]] | ||
- [[pipenv]] | ||
- [[wsl]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
|
||
## link | ||
- [[wsl]] | ||
- [[powershell]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters