Merge branch 'main' into 8lakdm-codex/检查目标机器ssh登录配置并修复sealos问题

This commit is contained in:
shenlan 2025-06-26 11:16:20 +08:00 committed by GitHub
commit 5dfee3bf6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,9 @@ sealos run \
```
If deploying with a non-root user the command also requires `--user` and
`--pk` options pointing to the user's SSH key. The host running Sealos must have
`newuidmap` and `newgidmap` installed (typically provided by the `uidmap`
package) along with the `fuse-overlayfs` binary to enable user namespaces.
`newuidmap` and `newgidmap` installed (typically provided by the `uidmap` package)
along with the `fuse-overlayfs` binary to enable user namespaces.
After the cluster is running the role installs the NVIDIA device plugin and runs a test pod to ensure `nvidia-smi` works inside the cluster.

View File

@ -5,3 +5,4 @@ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor > /usr/sh
sudo echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/hashicorp.list
sudo apt-get update
sudo apt-get install -y vault auditd uidmap fuse-overlayfs