high-alligator-99144
11/17/2022, 8:02 PMkind-continent-26368
11/17/2022, 8:34 PMsquare-orange-60123
11/17/2022, 9:14 PM…
button next to the node on the cluster page.
I would recommend trying a more ‘vanilla’ install, without any user input in the cloud-config, and seeing if rancher can provision then.high-alligator-99144
11/18/2022, 6:24 AMapt proxy
and package_update
. qemu-guest-agent is by harvester and the ssh key is by rancher. This still doesn't work.
#cloud-config
apt:
conf: |
APT {
Get {
Assume-Yes 'true';
Fix-Broken 'true';
}
}
http_proxy: <http://16.85.88.10:8080>
https_proxy: <http://16.85.88.10:8080>
package_update: true
packages:
- qemu-guest-agent
runcmd:
- - systemctl
- enable
- --now
- qemu-guest-agent
ssh_authorized_keys:
- ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCk1SnbFcyXhnd+Ipc3o03EO/+JOY+xV3d3PdyKo8ZqzG0+0RhC+/Cd8fiQuWWQDgadqr65pqn9xWyeP31IpzGoS9hRoXk8sqaXPCMyRwUKr3vrpRngKWm8k187JDldDfHqHKWx6E3DwXN2nM+dMAzd65tR9ljOKu8daqhQqmsHmWiT98Kw+VDyqUNq/DW7HcoaLrmIP3xbFSJnBs12Abrn86I0JeY5XKa2fb9P9DK2rnMDssNcRaNgmL5V/6z4LkGD8i0NcL8l2JSq807QJj2lROdKREj9tT653XY191oq7G8aStd0to4AOoLdrm+34tJd2ciPbZDEqAqMdNk8ZZVP
square-orange-60123
11/18/2022, 6:03 PMhigh-alligator-99144
11/18/2022, 7:35 PM