Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for alt_cni (0.1 sec)

  1. 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"
              ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 05 22:23:01 UTC 2020
    - 525 bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml

    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
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 27 21:22:31 UTC 2020
    - 541 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml.injected

        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
            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)
  4. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml.injected

          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)
Back to top