tech:cheatsheets:salt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tech:cheatsheets:salt [2024/01/15 07:32] – removed - external edit (Unknown date) 127.0.0.1 | tech:cheatsheets:salt [2024/01/15 07:32] (current) – ↷ Page moved from infrastructure:cheatsheets:salt to tech:cheatsheets:salt waldemar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Salt Project ====== | ||
| + | https:// | ||
| + | ===== Remove entry from mine ===== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Should a node be removed at least its prometheus/ | ||
| + | Given a node '' | ||
| + | salt-run mine.update ' | ||
| + | | ||
| + | The previous command only works while the minion is still connected to the master. | ||
| + | If the minion is already removed you can execute this command. | ||
| + | salt-run cache.clear_all pi-k8s-01 | ||