ContainerServiceFleetTaintEffect.NoSchedule Property

Definition

Do not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.

public static Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTaintEffect NoSchedule { get; }
static member NoSchedule : Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTaintEffect
Public Shared ReadOnly Property NoSchedule As ContainerServiceFleetTaintEffect

Property Value

Applies to