Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Manifest (1.54 sec)

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

      prepare-etcd-manifest "" "2379" "2380" "200m" "etcd.manifest"
    
      prepare-log-file /var/log/etcd-events.log "${ETCD_RUNASUSER:-0}"
      prepare-etcd-manifest "-events" "4002" "2381" "100m" "etcd-events.manifest"
    }
    
    # Replaces the variables in the konnectivity-server manifest file with the real values, and then
    # copy the file to the manifest dir
    # $1: value for variable "agent_port"
    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

      flags+=" --config=${WINDOWS_KUBELET_CONFIG_FILE}"
      flags+=" --kubeconfig=${WINDOWS_KUBECONFIG_FILE}"
    
      # The directory where the TLS certs are located.
      flags+=" --cert-dir=${WINDOWS_PKI_DIR}"
      flags+=" --pod-manifest-path=${WINDOWS_MANIFESTS_DIR}"
    
      # Configure kubelet to run as a windows service.
      flags+=" --windows-service=true"
    
      # Configure the file path for host dns configuration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top