Updating Kubernetes on Talos
Upgrading Kubernetes on Talos Introduction I pulled the short straw and the builtin talosctl upgrade-k8s did not work for me and after spending some time investigating and failing to find the solution I just decided to go the long way and update things manually. For Reference: Official Docs v1.10 Upgrade steps Set environment to the correct cluster set -gx KUBECONFIG ~/.config/kubeconfig_hcloud set -gx TALOSCONFIG ~/.config/talosconfig Ensure everything is running fine. In case someone wonders about the command, I’m using oc as kubectl replacement because my brain is hardwired through years of working with this thing. ...