I am not sure if this is the correct repository to open this issue, but:
It would be great if it was possible to somehow configure a priority-class for the omsagent within an AKS-Cluster.
Currently, that does not seem possible - or at least I could find no documentation whatsoever about it.
In our scenario, we want to give the cluster monitoring a somewhat higher priority than most of the other services - so that in case of an error, we won't be flying blind.
The only workaround I can think of is to use a global default class - however that is not really feasible as there might be other, unimportant pods without a PriorityClass within the cluster that might suddenly be ranked way higher than they should be.
Is such a feature possible?