Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 136 for gce (0.08 sec)

  1. build/dependencies.yaml

          match: TAG\s*\?=
    
      - name: "registry.k8s.io/pause: dependents"
        version: 3.10
        refPaths:
        - path: cluster/gce/config-common.sh
          match: registry.k8s.io\/pause:\d+\.\d+
        - path: cluster/gce/gci/configure-helper.sh
          match: registry.k8s.io\/pause:\d+\.\d+
        - path: cluster/gce/windows/smoke-test.sh
          match: registry.k8s.io\/pause:\d+\.\d+
        - path: cmd/kubeadm/app/constants/constants.go
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. cluster/gce/gci/master-helper.sh

      metadata="${metadata},kubelet-config=${KUBE_TEMP}/master-kubelet-config.yaml"
      metadata="${metadata},user-data=${KUBE_ROOT}/cluster/gce/gci/master.yaml"
      metadata="${metadata},configure-sh=${KUBE_ROOT}/cluster/gce/gci/configure.sh"
      metadata="${metadata},cluster-location=${KUBE_TEMP}/cluster-location.txt"
      metadata="${metadata},cluster-name=${KUBE_TEMP}/cluster-name.txt"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 19:00:22 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  3. cluster/kube-util.sh

    # cluster/${KUBERNETES_PROVIDER}/util.sh where KUBERNETES_PROVIDER, if unset,
    # will use its default value (gce).
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    source "${KUBE_ROOT}/cluster/skeleton/util.sh"
    
    if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
        KUBERNETES_PROVIDER=""
    else
        KUBERNETES_PROVIDER="${KUBERNETES_PROVIDER:-gce}"
    fi
    
    # PROVIDER_VARS is a list of cloud provider specific variables. Note:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 21 19:52:51 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  4. cluster/gce/upgrade-aliases.sh

    # limitations under the License.
    
    # !!!EXPERIMENTAL!!! Upgrade a K8s cluster from routes to IP aliases for
    # node connectivity on GCE. This is only for migration.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    if [[ "${KUBERNETES_PROVIDER:-gce}" != "gce" ]]; then
      echo "ERR: KUBERNETES_PROVIDER must be gce" >&2
      exit 1
    fi
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/hack/lib/util.sh"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. cluster/kubemark/gce/config-default.sh

    # sync with gce/config-default.sh (except the filename, because I'm reusing
    # gce/util.sh script which assumes config filename), but if some things that
    # are enabled by default should not run in hollow clusters, they should be disabled here.
    
    # shellcheck disable=SC2034 # Variables sourced in other scripts.
    
    source "${KUBE_ROOT}/cluster/gce/config-common.sh"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 09 19:04:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  6. cluster/gce/addons/cloud-pvl-admission/mutating-webhook-configuration.yaml

        resources:   ["persistentvolumes"]
        scope:       "*"
      clientConfig:
        url: "https://127.0.0.1:9001/admit"
        caBundle: "__CLOUD_PVL_ADMISSION_CA_CERT__"
      matchConditions:
      - name: "only-gce"
        expression: "has(object.spec.gcePersistentDisk)"
      admissionReviewVersions: ["v1"]
      sideEffects: None
      timeoutSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 02 23:15:32 UTC 2023
    - 699 bytes
    - Viewed (0)
  7. cluster/addons/cluster-loadbalancing/glbc/default-svc.yaml

    apiVersion: v1
    kind: Service
    metadata:
      # This must match the --default-backend-service argument of the l7 lb
      # controller and is required because GCE mandates a default backend.
      name: default-http-backend
      namespace: kube-system
      labels:
        k8s-app: glbc
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
        kubernetes.io/name: "GLBCDefaultBackend"
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 25 00:53:12 UTC 2017
    - 577 bytes
    - Viewed (0)
  8. hack/ginkgo-e2e.sh

    "${program[@]}" "${e2e_test}" -- \
      "${auth_config[@]:+${auth_config[@]}}" \
      --host="${KUBE_MASTER_URL}" \
      --provider="${KUBERNETES_PROVIDER}" \
      --gce-project="${PROJECT:-}" \
      --gce-zone="${ZONE:-}" \
      --gce-region="${REGION:-}" \
      --gce-multizone="${MULTIZONE:-false}" \
      --gke-cluster="${CLUSTER_NAME:-}" \
      --kube-master="${KUBE_MASTER:-}" \
      --cluster-tag="${CLUSTER_ID:-}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  9. cluster/get-kube.sh

      elif [[ $(which curl) ]]; then
        # if the url belongs to GCS API we should use oauth2_token in the headers
        curl_headers=""
        if { [[ "${KUBERNETES_PROVIDER:-gce}" == "gce" ]] || [[ "${KUBERNETES_PROVIDER}" == "gke" ]] ; } &&
           [[ "$kubernetes_tar_url" =~ ^https://storage.googleapis.com.* ]] ; then
          curl_headers="Authorization: Bearer $(gcloud auth print-access-token)"
        fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 18 22:47:29 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. pkg/test/fakes/gce_metadata_server/main.go

    	signal.Notify(done, os.Interrupt, syscall.SIGINT, syscall.SIGTERM)
    	log.Println("GCE metadata server started")
    	<-done
    	if err := s1.Shutdown(context.Background()); err != nil {
    		log.Fatalf("GCE Metadata Shutdown Failed: %+v", err)
    	}
    	if err := s2.Shutdown(context.Background()); err != nil {
    		log.Fatalf("GCE Metadata Shutdown Failed: %+v", err)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 22:47:52 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top