Excluding a namespace or workload from the Automation
Learn how to effortlessly exclude a cluster, namespace, or workload from your Automation configuration
Exclude a namespace
apiVersion: perfectscale.io/v1
kind: NamespaceAutomationConfig
metadata:
name: your-namespace-automation-config
namespace: your-namespace # The namespace where the configuration should be applied
spec:
automation:
operational:
automationMode: Disabled # Disables Automation for the specified namespaceExclude kube-system namespace
excludedNamespaces: ["kube-system"]Exclude a workload
Exclude workload(s) by label
Last updated
Was this helpful?