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: