Add gpu-k8s dependency on common role

This commit is contained in:
shenlan 2025-06-26 11:20:49 +08:00
parent 5dfee3bf6d
commit ec95a03160
3 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ 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)
Add the role to your playbook along with the `ssh-trust` role which configures passwordless access from the ops host to the cluster nodes. The `gpu-k8s` role automatically pulls in the `common` role so you do not need to list it separately:
along with the `fuse-overlayfs` binary to enable user namespaces.

View File

@ -12,4 +12,3 @@
roles:
- roles/vhosts/ssh-trust/
- roles/vhosts/gpu-k8s/
- roles/vhosts/common/

View File

@ -0,0 +1,2 @@
dependencies:
- role: common