Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resolveConf (0.12 sec)

  1. src/net/dnsclient_unix_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	defer conf.teardown()
    
    	resolvConf := dnsConfig{servers: defaultNS}
    	if runtime.GOOS == "openbsd" {
    		// Set error to ErrNotExist, so that the hostLookupOrder
    		// returns hostLookupFiles for openbsd.
    		resolvConf.err = os.ErrNotExist
    	}
    
    	if !conf.forceUpdateConf(&resolvConf, time.Now().Add(time.Hour)) {
    		t.Fatal("failed to update resolv config")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

    failSwapOn: ${FAIL_SWAP_ON}
    port: ${KUBELET_PORT}
    readOnlyPort: ${KUBELET_READ_ONLY_PORT}
    rotateCertificates: true
    runtimeRequestTimeout: "${RUNTIME_REQUEST_TIMEOUT}"
    staticPodPath: "${POD_MANIFEST_PATH}"
    resolvConf: "${KUBELET_RESOLV_CONF}"
    EOF
    
      if [[ "$ENABLE_TRACING" = true ]]; then
            cat <<EOF >> "${TMP_DIR}"/kubelet.yaml
    tracing:
      endpoint: localhost:4317 # the default value
    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