Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 4,256 for yamlv3 (0.15 sec)

  1. samples/ambient-argo/istio/cni.yaml

          helm:
            valuesObject:
              revision: rapid
              cni:
                cniBinDir: "/home/kubernetes/bin"
            valueFiles:
              - >-
                $values/manifests/charts/istio-cni/ambient-values.yaml
          chart: cni
        - repoURL: 'https://github.com/istio/istio.git'
          targetRevision: HEAD
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 811 bytes
    - Viewed (0)
  2. releasenotes/notes/25302.yaml

    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
      **Improved** `istioctl analyze` to find the exact line number with configuration errors when analyzing yaml files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 449 bytes
    - Viewed (0)
  3. hack/update-conformance-yaml.sh

    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    cd "${KUBE_ROOT}"
    
    # generate json spec -> yaml
    test/conformance/gen-conformance-yaml.sh
    # replace checked-in yaml
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 21:15:01 UTC 2024
    - 886 bytes
    - Viewed (0)
  4. samples/ambient-argo/application/application.yaml

    spec:
      destination:
        name: ambient-cluster
        namespace: ambient
      source:
        path: application
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        directory:
          exclude: application.yaml
      project: default
      syncPolicy:
        automated:
          prune: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 461 bytes
    - Viewed (0)
  5. manifests/profiles/default.yaml

        ingressGateways:
        - name: istio-ingressgateway
          enabled: true
        egressGateways:
        - name: istio-egressgateway
          enabled: false
    
      # Most default values come from the helm chart's values.yaml
      # Below are the things that differ
      values:
        defaultRevision: ""
        global:
          istioNamespace: istio-system
          configValidation: true
        gateways:
          istio-ingressgateway: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 00:16:21 UTC 2024
    - 744 bytes
    - Viewed (0)
  6. releasenotes/notes/31695-releasenote.yaml

    kind: feature
    area: istioctl
    
    issue:
      - 31695
    
    docs:
     - '[usage] https://istio.io/latest/docs/reference/commands/istioctl/#istioctl-proxy-config'
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 07:21:56 UTC 2021
    - 304 bytes
    - Viewed (0)
  7. samples/ambient-argo/istio/extras.yaml

        - resources-finalizer.argocd.argoproj.io
    spec:
      project: default
      source:
        repoURL: 'https://github.com/istio/istio.git'
        targetRevision: HEAD
        path: samples/addons
        directory:
          exclude: loki.yaml
      destination:
        name: ambient-cluster
        namespace: istio-system
      syncPolicy:
        automated:
          prune: true
          selfHeal: true
        syncOptions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 519 bytes
    - Viewed (0)
  8. prow/config/metrics/metrics.yaml

    # Created with `curl -Ls https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.7.1/components.yaml > prow/config/metrics/metrics.yaml`
    # With a startup probe and `--kubelet-insecure-tls` added.
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
        k8s-app: metrics-server
      name: metrics-server
      namespace: kube-system
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRole
    metadata:
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 11 20:51:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. hack/verify-conformance-yaml.sh

    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    cd "${KUBE_ROOT}"
    
    # generate json spec -> yaml
    test/conformance/gen-conformance-yaml.sh
    
    # diff generated and checked-in
    if diff -u test/conformance/testdata/conformance.yaml _output/conformance.yaml; then
      echo PASS
      exit 0
    fi
    echo 'See instructions in test/conformance/README.md'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 21:15:01 UTC 2024
    - 992 bytes
    - Viewed (0)
  10. tests/testdata/config/egressgateway.yaml

    kind: Gateway
    metadata:
      name: istio-egressgateway
      namespace: testns
    spec:
      selector:
        # DO NOT CHANGE THESE LABELS
        # The egressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: egressgateway
      servers:
      - port:
          number: 80 #also declared in gateway's deployment files
          name: http
          protocol: HTTP
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 933 bytes
    - Viewed (0)
Back to top