소스 검색

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