Skip to content

Commit 01b293b

Browse files
committed
add k8s internal namespaces to constants
We can replace this after we create a labeling strategy
1 parent fd6f53a commit 01b293b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/warnet/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
LOGGING_NAMESPACE = "warnet-logging"
1616
INGRESS_NAMESPACE = "ingress"
1717
WARGAMES_NAMESPACE_PREFIX = "wargames-"
18+
KUBE_INTERNAL_NAMESPACES = ["kube-node-lease", "kube-public", "kube-system", "kubernetes-dashboard"]
1819
HELM_COMMAND = "helm upgrade --install --create-namespace"
1920

2021
# Directories and files for non-python assets, e.g., helm charts, example scenarios, default configs

0 commit comments

Comments
 (0)