Add gpu-k8s dependency on common role
This commit is contained in:
parent
5dfee3bf6d
commit
ec95a03160
@ -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.
|
||||
|
||||
|
||||
|
||||
@ -12,4 +12,3 @@
|
||||
roles:
|
||||
- roles/vhosts/ssh-trust/
|
||||
- roles/vhosts/gpu-k8s/
|
||||
- roles/vhosts/common/
|
||||
|
||||
2
playbooks/roles/vhosts/gpu-k8s/meta/main.yml
Normal file
2
playbooks/roles/vhosts/gpu-k8s/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- role: common
|
||||
Loading…
Reference in New Issue
Block a user