|
return fmt.Errorf("OperatingSystemProfile %q does not support cloud provider %q", osp.Name, providerConfig.OperatingSystem) |
Reports the OS name instead of the cloud priovider, leading events that read like this
operating-system-config-controller OperatingSystemProfile "osp-flatcar" does not support cloud provider "flatcar"
(I tried using Hetzner with custom images, but no dice)
operating-system-manager/pkg/controllers/osc/osc_controller.go
Line 564 in e0ccd2c
Reports the OS name instead of the cloud priovider, leading events that read like this
(I tried using Hetzner with custom images, but no dice)