All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Halfface. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:05, 16 December 2024 Ekaanbj talk contribs created page Talos (Created page with "=talos kubernetes setup under libvirt with 3 control and 3 worker nodes= ==Download latest talosctl== talosctl_install(){ sudo curl --proto =https --tlsv1.2 -fL https://github.com/siderolabs/talos/releases/latest/download/talosctl-linux-amd64 -o /usr/local/bin/talosctl ; sudo chmod 755 /usr/local/bin/talosctl ; } ==Download latest talos system image.== talos_latest_iso(){ LATEST=$(curl -sk https://github.com/siderolabs/talos/releases | elinks -dump -no-references -n...")