Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:k0s [2024/10/31 08:20] – created igor | tips:k0s [2024/11/06 10:24] (current) – igor | ||
---|---|---|---|
Line 15: | Line 15: | ||
=== Bootstrap controller === | === Bootstrap controller === | ||
- | Bootstrap del nodo controller (non singolo) | + | Bootstrap del nodo controller (non single mode) |
< | < | ||
Line 34: | Line 34: | ||
SingleNode: false | SingleNode: false | ||
</ | </ | ||
+ | |||
+ | === Ambiente di lavoro === | ||
+ | |||
+ | Per rendere più comoda la gestione: | ||
+ | |||
+ | < | ||
+ | ubuntu@k0s-ctrl: | ||
+ | ubuntu@k0s-ctrl: | ||
+ | ubuntu@k0s-ctrl: | ||
+ | </ | ||
+ | |||
+ | === creazione worker === | ||
+ | |||
+ | Sul controller creare un token (si può redirigere su file) | ||
+ | |||
+ | < | ||
+ | ubuntu@k0s-ctrl: | ||
+ | </ | ||
+ | |||
+ | Sul candidato nodo installare k0s con curl (vedi sopra) e copiare il token generato nel controller in un file (es k8s_worker_token) | ||
+ | |||
+ | < | ||
+ | ubuntu@a6: | ||
+ | ubuntu@a6: | ||
+ | < | ||
+ | |||
+ | Verificare il successo dell' | ||
+ | |||
+ | < | ||
+ | ubuntu@k0s-ctrl: | ||
+ | NAME | ||
+ | a6 | ||
+ | </ | ||
+ | |||
+ | k0s incorpora '' | ||
+ | |||
+ | < | ||
+ | ubuntu@k0s-ctrl: | ||
+ | </ | ||
+ | |||