Skip to content

Commit

Permalink
missing namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 10, 2024
1 parent 5236e87 commit 0cb3d7c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ Dockerfile.cross
tmp

config/local-setup/**/*.env
local
13 changes: 13 additions & 0 deletions config/deploy/local/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: dns-operator
app.kubernetes.io/instance: system
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: namespace
app.kubernetes.io/part-of: dns-operator
control-plane: dns-operator-controller-manager
name: system
2 changes: 1 addition & 1 deletion make/kind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind-delete-cluster: kind ## Delete the "kuadrant-dns-local" kind cluster.

.PHONY: kind-delete-all-clusters
kind-delete-all-clusters: kind ## Delete the all "kuadrant-dns-local*" kind clusters.
- $(KIND) get clusters | grep $(KIND_CLUSTER_NAME_PREFIX) | xargs -I % sh -c "kind delete cluster --name %"
- $(KIND) get clusters | grep $(KIND_CLUSTER_NAME_PREFIX) | xargs -I % sh -c "$(KIND) delete cluster --name %"

.PHONY: kind-load-image
kind-load-image: kind ## Load image to "kuadrant-dns-local" kind cluster.
Expand Down

0 comments on commit 0cb3d7c

Please sign in to comment.