.
This commit is contained in:
11
doc/notes.md
11
doc/notes.md
@@ -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:
|
||||
```
|
||||
|
Reference in New Issue
Block a user