After I install a new GKE cluster on Arm-based VM it immediately starts in a failing state. Specifically antrea-controller-horizontal-autoscaler
cannot be run as it has no toleration for Arm-based architecture.
Did it happen to anyone else? Official docs don't mention anything like that and HPA should be allowed for Arm-based clusters.
EDIT: I'm running a GKE Standard Cluster. By trial and error I've found out that the configuration that starts antrea-controller
is Dataplane V2. It's unfortunate that there's not a single line in GKE docs about Antrea. Anyway, as Dataplane V2 is considered preferred by GKE and there's no mention about it not being ready for Arm, I expect this to be an issue of GKE. Antrea even seems to support ARM but GKE seems to not leverage it?
I suppose it'd be incorrect of me to change the managed resources as I have no guarantee for it to work in the future and/or get replaced by new version of Antrea configuration by GKE. Am I right?