I think I made a little progress, I setup the auto...
# k3s
s
I think I made a little progress, I setup the automated method, and set the version in my yaml to
v1.27.6+k3s1
. I deployed the yaml file but when I check plans or jobs I see nothing:
Copy code
kubectl get nodes

NAME                             STATUS   ROLES                  AGE    VERSION
<http://kubemaster.mydomain.com|kubemaster.mydomain.com>          Ready    control-plane,master   327d   v1.25.4+k3s1
<http://kubenode3.mydomain.com|kubenode3.mydomain.com>.          Ready    <none>                 3d5h   v1.27.6+k3s1
<http://kubenode2.mydomain.com|kubenode2.mydomain.com>.          Ready    <none>                 327d   v1.25.4+k3s1
<http://kubenode1.mydomain.com|kubenode1.mydomain.com>.          Ready    <none>                 327d   v1.25.4+k3s1
Plans:
Copy code
apiVersion: v1
items: []
kind: List
metadata:
  resourceVersion: ""
Jobs:
Copy code
apiVersion: v1
items: []
kind: List
metadata:
  resourceVersion: ""