Panfactum LogoPanfactum
Infrastructure ModulesKuberneteskube_priority_classes

Kubernetes Priority Classes

kube_priority_classes
Stable
Live
Source Code Link

Sets up additional priority classes in addition to the default ones provided by Kubernetes:

  • database (10000000): Used for running stateful pods

  • default (0): The global default priority class

  • cluster-important (100000000): Used for controllers that provide ancillary (but not critical) cluster functionality

Providers

The following providers are needed by this module:

Required Inputs

No required inputs.

Optional Inputs

The following input variables are optional (have default values):

Outputs

No outputs.

Usage

No notes