Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for conf1 (0.08 sec)

  1. cluster/gce/gci/configure-helper.sh

      CLOUD_CONFIG_VOLUME=""
      CLOUD_CONFIG_MOUNT=""
      if [[ -f /etc/gce.conf ]]; then
        CLOUD_CONFIG_OPT="--cloud-config=/etc/gce.conf"
        CLOUD_CONFIG_VOLUME="{\"name\": \"cloudconfigmount\",\"hostPath\": {\"path\": \"/etc/gce.conf\", \"type\": \"FileOrCreate\"}},"
        CLOUD_CONFIG_MOUNT="{\"name\": \"cloudconfigmount\",\"mountPath\": \"/etc/gce.conf\", \"readOnly\": true},"
      fi
      DOCKER_REGISTRY="registry.k8s.io"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        fi
        if [[ "${MASTER_OS_DISTRIBUTION}" == "ubuntu" ]]; then
          # Configure the file path for host dns configuration
          # as ubuntu uses systemd-resolved
          flags+=" --resolv-conf=/run/systemd/resolve/resolv.conf"
        fi
      else # For nodes
        flags+=" ${NODE_KUBELET_TEST_ARGS:-}"
        flags+=" --bootstrap-kubeconfig=/var/lib/kubelet/bootstrap-kubeconfig"
        flags+=" --kubeconfig=/var/lib/kubelet/kubeconfig"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	// check node capabilities since the mount path is not the default
    	if len(experimentalMounterPath) != 0 {
    		// Replace the nameserver in containerized-mounter's rootfs/etc/resolv.conf with kubelet.ClusterDNS
    		// so that service name could be resolved
    		klet.dnsConfigurer.SetupDNSinContainerizedMounter(experimentalMounterPath)
    	}
    
    	// setup volumeManager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top