Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for theByte (0.28 sec)

  1. hack/local-up-cluster.sh

            rm dns.yaml
        fi
    }
    
    function start_nodelocaldns {
      cp "${KUBE_ROOT}/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml" nodelocaldns.yaml
      # eventually all the __PILLAR__ stuff will be gone, but theyre still in nodelocaldns for backward compat.
      ${SED} -i -e "s/__PILLAR__DNS__DOMAIN__/${DNS_DOMAIN}/g" nodelocaldns.yaml
      ${SED} -i -e "s/__PILLAR__DNS__SERVER__/${DNS_SERVER_IP}/g" nodelocaldns.yaml
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top