This commit is contained in:
jonas
2021-11-18 13:59:40 +01:00
parent 03cb1839d9
commit f8913781ac
4 changed files with 21 additions and 3 deletions

View File

@@ -16,6 +16,17 @@ mount -o remount,rw $(blkid -L COS_STATE) /run/initramfs/cos-state
vim /run/initramfs/cos-state/grub2/grub.cfg
```
## Rancher server is logging error syncing nodename
The rancher server is logging the following for every node, repeatedly
```
2021/11/10 08:40:57 [ERROR] error syncing 'node2': handler machine-worker-label: machines.cluster.x-k8s.io "custom-9cebcaf1ae85" not found, requeuing
```
tag all nodes in the harvester cluster as worker nodes
```
kubectl label node node1 node-role.kubernetes.io/worker=true
```
# podman
Proplem:
```