mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 19:56:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user