HybridContainerServiceExpander.MostPods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once.
public static Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceExpander MostPods { get; }
static member MostPods : Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceExpander
Public Shared ReadOnly Property MostPods As HybridContainerServiceExpander
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET