wonderful-engine-32700
03/26/2025, 5:56 PMbumpy-tomato-36167
03/26/2025, 5:59 PMbumpy-tomato-36167
03/26/2025, 6:02 PMbumpy-tomato-36167
03/26/2025, 6:03 PMwonderful-engine-32700
03/26/2025, 6:05 PMwonderful-engine-32700
03/26/2025, 6:05 PMwonderful-engine-32700
03/26/2025, 6:08 PMbumpy-tomato-36167
03/26/2025, 6:08 PMbumpy-tomato-36167
03/26/2025, 6:09 PMwonderful-engine-32700
03/26/2025, 6:13 PMwonderful-engine-32700
03/26/2025, 6:14 PMwonderful-engine-32700
03/26/2025, 6:15 PMwonderful-engine-32700
03/26/2025, 6:16 PMbumpy-tomato-36167
03/26/2025, 6:19 PMwonderful-engine-32700
03/26/2025, 6:20 PMbumpy-tomato-36167
03/26/2025, 6:21 PMwonderful-engine-32700
03/26/2025, 6:23 PMwonderful-engine-32700
03/26/2025, 6:32 PMbumpy-tomato-36167
03/26/2025, 6:34 PM/var/log/pods/kube-system_kube-apiserver-
tab complete
◦ /var/log/pods/kube-system_etcd-
tab complete
◦ /var/lib/rancher/rke2/agent/logs/kubelet.log
◦ /var/lib/rancher/rke2/agent/containerd/containerd.log
bumpy-tomato-36167
03/26/2025, 6:42 PMmachine_selector_config {
config = <<EOT
kubelet-arg:
- cloud-provider=external
EOT
and here:
# Control plane
machine_selector_config {
config = <<EOT
disable-cloud-controller: true
kubelet-arg:
- cloud-provider=external
kube-apiserver-arg:
- cloud-provider=external
kube-controller-manager-arg:
- cloud-provider=external
EOT
When you use <<EOT
the following lines must be completely to the left.
I would use <<-EOT
to continue the spacing as you have it.bumpy-tomato-36167
03/26/2025, 6:44 PM