Merge "Add metrics-server to list of platform namespaces"
This commit is contained in:
commit
fd347826bc
@ -85,7 +85,7 @@ BASE_GROUPS_EXCLUDE = [CGROUP_K8S, CGROUP_MACHINE]
|
||||
# Groupings of pods by kubernetes namespace
|
||||
K8S_NAMESPACE_SYSTEM = ['kube-system', 'armada', 'cert-manager', 'portieris',
|
||||
'vault', 'notification', 'platform-deployment-manager',
|
||||
'flux-helm']
|
||||
'flux-helm', 'metrics-server']
|
||||
K8S_NAMESPACE_ADDON = ['monitor', 'openstack']
|
||||
|
||||
# Pod parent cgroup name based on annotation.
|
||||
|
@ -42,7 +42,7 @@ RESERVED_CONF = '/etc/platform/worker_reserved.conf'
|
||||
BASE_GROUPS = ['docker', 'system.slice', 'user.slice']
|
||||
K8S_NAMESPACE_SYSTEM = ['kube-system', 'armada', 'cert-manager', 'portieris',
|
||||
'vault', 'notification', 'platform-deployment-manager',
|
||||
'flux-helm']
|
||||
'flux-helm', 'metrics-server']
|
||||
K8S_NAMESPACE_ADDON = ['monitor', 'openstack']
|
||||
|
||||
# Used commands
|
||||
|
Loading…
x
Reference in New Issue
Block a user