You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does somebody runs the upgrade-controller on a single node kubernetes?
I try to get the upgrade controller running in a most simple way. Without success...
Is it maybe not possible to upgrade single node clusters? It would be really thankful if somebody has an idea.
The Job does not get created.
W0802 16:37:01.387522 1 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
time="2024-08-02T16:37:01Z" level=info msg="No access to list CRDs, assuming CRDs are pre-created."
time="2024-08-02T16:37:01Z" level=info msg="Starting /v1, Kind=Node controller"
time="2024-08-02T16:37:01Z" level=info msg="Starting /v1, Kind=Secret controller"
time="2024-08-02T16:37:01Z" level=info msg="Starting batch/v1, Kind=Job controller"
time="2024-08-02T16:37:01Z" level=info msg="Starting upgrade.cattle.io/v1, Kind=Plan controller"
Labels
kubectl get node --show-labels
NAME STATUS ROLES AGE VERSION LABELS
oracle-arm Ready control-plane,master 29d v1.29.6+k3s1 beta.kubernetes.io/arch=arm64,beta.kubernetes.io/instance-type=k3s,beta.kubernetes.io/os=linux,kubernetes.io/arch=arm64,kubernetes.io/hostname=oracle-arm,kubernetes.io/os=linux,node-role.kubernetes.io/control-plane=true,node-role.kubernetes.io/master=true,node.kubernetes.io/instance-type=k3s
version output
$ k3s --version
k3s version v1.29.6+k3s1 (83ae095a)
go version go1.21.11
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Folks,
does somebody runs the upgrade-controller on a single node kubernetes?
I try to get the upgrade controller running in a most simple way. Without success...
Is it maybe not possible to upgrade single node clusters? It would be really thankful if somebody has an idea.
The Job does not get created.
Thats my configuration:
Plan
Logs
Labels
version output
Beta Was this translation helpful? Give feedback.
All reactions