Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,256 for yamlv3 (0.19 sec)

  1. samples/open-telemetry/loki/otel.yaml

            sidecar.istio.io/inject: "false" # do not inject
        spec:
          containers:
            - command:
                - "/otelcol-contrib"
                - "--config=/conf/opentelemetry-collector-config.yaml"
              env:
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
                      apiVersion: v1
                      fieldPath: metadata.name
                - name: POD_NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. releasenotes/notes/44931.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 18 02:13:27 UTC 2023
    - 141 bytes
    - Viewed (0)
  3. istioctl/pkg/workload/testdata/vmconfig/ipv4/meshconfig.yaml

        # should be overridden by the command
        ISTIO_META_DNS_CAPTURE: "false"
        # should be overridden by the annotation on the WorkloadGroup
        PROXY_CONFIG_ANNOT_VALUE: "foo"
        # should be in the final cluster.env/mesh.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 300 bytes
    - Viewed (0)
  4. samples/open-telemetry/otel.yaml

            sidecar.istio.io/inject: "false" # do not inject
        spec:
          containers:
            - command:
                - "/otelcol"
                - "--config=/conf/opentelemetry-collector-config.yaml"
              env:
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
                      apiVersion: v1
                      fieldPath: metadata.name
                - name: POD_NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 31 08:51:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. releasenotes/notes/36778.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
    - 36471
    
    releaseNotes:
    - |
      **Added** `istioctl analyze` now supports `--ignore-unknown`, which suppresses
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 18 21:01:02 UTC 2022
    - 240 bytes
    - Viewed (0)
  6. releasenotes/notes/drop-kustomize.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issues:
    - 44237
    releaseNotes:
    - |
      **Removed** `kustomization.yaml` and pre-generated installation manifests (`gen-istio.yaml`, etc) from published releases.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 14 02:14:42 UTC 2023
    - 344 bytes
    - Viewed (0)
  7. manifests/charts/istio-operator/templates/crds.yaml

    {{- if .Values.enableCRDTemplates -}}
    {{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}}
    ---
    {{ $.Files.Get $path }}
    {{- end -}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 08 21:55:57 UTC 2020
    - 147 bytes
    - Viewed (0)
  8. releasenotes/notes/46072.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 01 23:59:38 UTC 2023
    - 199 bytes
    - Viewed (0)
  9. istioctl/pkg/workload/testdata/vmconfig/ipv6/meshconfig.yaml

        # should be overridden by the command
        ISTIO_META_DNS_CAPTURE: "false"
        # should be overridden by the annotation on the WorkloadGroup
        PROXY_CONFIG_ANNOT_VALUE: "foo"
        # should be in the final cluster.env/mesh.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 300 bytes
    - Viewed (0)
  10. docs/site-replication/ldap.yaml

    # To run locally an OpenLDAP instance using Docker
    # $ docker-compose -f ldap.yaml up -d
    version: '3.7'
    
    services:
      openldap:
        image: quay.io/minio/openldap
        ports:
          - "389:389"
          - "636:636"
        environment:
          LDAP_ORGANIZATION: "MinIO Inc"
          LDAP_DOMAIN: "min.io"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 09 01:34:52 UTC 2021
    - 325 bytes
    - Viewed (0)
Back to top