Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Somani (0.16 sec)

  1. common/scripts/kind_provisioner.sh

      # https://github.com/coredns/coredns/issues/2494#issuecomment-457215452
      # CoreDNS should handle those domains and answer with NXDOMAIN instead of SERVFAIL
      # otherwise pods stops trying to resolve the domain.
      if [ "${IP_FAMILY}" = "ipv6" ] || [ "${IP_FAMILY}" = "dual" ]; then
        # Get the current config
        original_coredns=$(kubectl get -oyaml -n=kube-system configmap/coredns)
        echo "Original CoreDNS config:"
    Shell Script
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
Back to top