Kubernetes deployment settings
Because all Telemetry Pipeline installations are deployed on top of Kubernetes, you can use Pipeline CLI to manage different Kubernetes deployment settings.
Namespaces
When you install or upgrade
a Core Operator, use the
--kube-namespace
flag to set its namespace. However, be aware that Core Operator
CRDs do not support namespace scoping.
Tolerations and taints
Requires Core Instance version 2.8.4 or later and Pipeline CLI version 1.7.2 or later.
Tolerations and taints (opens in a new tab) can help you take advantage of high-availability hardware by ensuring that your deployments spread evenly.
To specify tolerations, use the --tolerations
flag and
key1=Equal:value1:Execute
syntax.
Annotations
To set custom annotations, use the --annotations
flag and
annotation1=value1,annotation2=value2
syntax.