From 81553834f1df3f6c140a2018bd7803aa9f1f6534 Mon Sep 17 00:00:00 2001 From: xguefer Date: Fri, 25 Jul 2025 17:44:24 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20kustomization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coredns/kustomization.yaml | 11 +++++++++++ coredns/readme.md | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 coredns/kustomization.yaml diff --git a/coredns/kustomization.yaml b/coredns/kustomization.yaml new file mode 100644 index 0000000..b20aad6 --- /dev/null +++ b/coredns/kustomization.yaml @@ -0,0 +1,11 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: coredns-multus + +resources: + - namespace.yaml + - configmap.yaml + - deployment.yaml + - net-attach-def-admin.yaml + - net-attach-def-srv.yaml diff --git a/coredns/readme.md b/coredns/readme.md index cfdead7..b8dd853 100644 --- a/coredns/readme.md +++ b/coredns/readme.md @@ -136,7 +136,13 @@ spec: ``` --- +## Comprobación de las interfaces +Desplegar: +```sh +kubectl apply -k . #<-- (hay un kustomization en la carpeta coredns del repositorio) +``` +--- ## Comprobación de las interfaces Para ver las interfaces asignadas por Multus: