KubernetesHostingOptions.MaxAgents 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.
The number of silos in the cluster which should monitor Kubernetes.
public int MaxAgents { get; set; }
member this.MaxAgents : int with get, set
Public Property MaxAgents As Integer
Property Value
Remarks
Setting this to a small number can reduce the load on the Kubernetes API server.