mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * networking/metallb/metallb-operator-install.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="nw-metallb-operator-deployment-specifications-for-metallb_{context}"]
|
|
= Deployment specifications for MetalLB
|
|
|
|
[role="_abstract"]
|
|
Deployment specifications in the `MetalLB` custom resource control how the MetalLB `controller` and `speaker` pods deploy and run in {product-title}.
|
|
|
|
Use deployment specifications to manage the following tasks:
|
|
|
|
* Select nodes for MetalLB pod deployment.
|
|
* Manage scheduling by using pod priority and pod affinity.
|
|
* Assign CPU limits for MetalLB pods.
|
|
* Assign a container RuntimeClass for MetalLB pods.
|
|
* Assign metadata for MetalLB pods. |