瀏覽代碼

Nota sobre CoreDNS

creylopez 9 月之前
父節點
當前提交
a0909910ff
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      RANCHER_DESKTOP.md

+ 10 - 0
RANCHER_DESKTOP.md

@@ -8,6 +8,8 @@
 
 [Deploy a local registry](#deploy-local-registry)
 
+[Notas sobre DNS](#notas-sobre-dns)
+
 
 ## Install Rancher Desktop
 
@@ -364,3 +366,11 @@ then, create a namespace, the registry and the ingress:
     kubectl create ns docker-registry
     kubectl create -f docker-registry.yaml -f ingress.yaml
 
+
+## Notas sobre DNS
+
+He observado que los pods no pillan la configuración DNS del ordenador host.
+
+Buscando en internet, encontré que una solución era reiniciar el servicio ```coredns```
+
+  kubectl -n kube-system rollout restart deployment coredns