Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 87 for CNCF (0.04 sec)

  1. releasenotes/notes/cncf-ebpf.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 45162
    releaseNotes:
      - |
        **Removed** eBPF support is temporarily disabled pending CNCF establishing guidance around dual-licensed eBPF bytecode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 26 16:40:22 UTC 2023
    - 288 bytes
    - Viewed (0)
  2. releasenotes/notes/cncf-ebpf-enable.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 47257
    releaseNotes:
      - |
        **Added** eBPF redirection support for ambient after CNCF established guidance around dual-licensed eBPF bytecode.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 22:35:41 UTC 2023
    - 292 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml

    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels: 
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          annotations:
            k8s.v1.cni.cncf.io/networks: alt_cni
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 05 22:23:01 UTC 2020
    - 525 bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-cncf-networks.yaml.injected

      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            k8s.v1.cni.cncf.io/networks: default/istio-cni
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
            prometheus.io/port: "15020"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml.injected

      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            k8s.v1.cni.cncf.io/networks: alt_cni, default/istio-cni
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml

    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels: 
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          annotations:
            k8s.v1.cni.cncf.io/networks: '[{"name": "alt_cni"}]'
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 27 21:22:31 UTC 2020
    - 541 bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml.injected

      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            k8s.v1.cni.cncf.io/networks: '[{"name": "alt_cni"}, {"name": "default/istio-cni"}]'
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

            {{- if or (eq .Values.pilot.cni.provider "multus") (eq .Values.istio_cni.provider "multus") (not .Values.istio_cni.chained)}}
            k8s.v1.cni.cncf.io/networks: '{{ appendMultusNetwork (index .ObjectMeta.Annotations `k8s.v1.cni.cncf.io/networks`) `default/istio-cni` }}',
            {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks.yaml.15.template.gen.yaml

            {{- if or (eq .Values.pilot.cni.provider "multus") (eq .Values.istio_cni.provider "multus") (not .Values.istio_cni.chained)}}
            k8s.v1.cni.cncf.io/networks: '{{ appendMultusNetwork (index .ObjectMeta.Annotations `k8s.v1.cni.cncf.io/networks`) `default/istio-cni` }}',
            {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks.yaml.15.mesh.gen.yaml

    John Howard <******@****.***> 1709830758 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 191 bytes
    - Viewed (0)
Back to top