Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-11 00:23:05 +00:00
parent 5244514dab
commit de1a736bbc
40 changed files with 127 additions and 72 deletions

View File

@@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
- Add a node to the cluster configuration (internal use):
`pvecm addnode {{node}}`
`pvecm {{[addn|addnode]}} {{node}}`
- Display the version of the cluster join API available on this node:
`pvecm apiver`
`pvecm {{[ap|apiver]}}`
- Generate new cluster configuration:
`pvecm create {{clustername}}`
`pvecm {{[c|create]}} {{clustername}}`
- Remove a node from the cluster configuration:
`pvecm delnode {{node}}`
`pvecm {{[d|delnode]}} {{node}}`
- Display the local view of the cluster nodes:
`pvecm nodes`
`pvecm {{[n|nodes]}}`
- Display the local view of the cluster status:
`pvecm status`
`pvecm {{[s|status]}}`