Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kubeVersion (0.28 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    .Values.podDisruptionBudget }} {{- toYaml . | nindent 2 }} {{- end }} {{- end }} manifests/charts/gateway/templates/hpa.yaml {{- if and (.Values.autoscaling.enabled) (eq .Values.kind "Deployment") }} {{- if (semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion)}} apiVersion: autoscaling/v2 {{- else }} apiVersion: autoscaling/v2beta2 {{- end }} kind: HorizontalPodAutosca metadata: name: {{ include "gateway.name" . }} namespace: {{ .Release.Namespace }} labels: {{- include "gateway.labels" ....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        sha512sum="sha512sum"
      else
        sha512sum="shasum -a512"
      fi
    
      if [[ -z "${KUBE_VERSION-}" ]]; then
        find-release-tars
        upload-tars
      elif [[ ${KUBE_VERSION} =~ ${KUBE_RELEASE_VERSION_REGEX} ]]; then
        SERVER_BINARY_TAR_URL="https://dl.k8s.io/release/${KUBE_VERSION}/kubernetes-server-linux-amd64.tar.gz"
        # TODO: Clean this up.
    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