Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 144 of 144 for Waypoint (0.13 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              imagePullSecrets:
                {{- range .Values.global.imagePullSecrets }}
                - name: {{ . }}
                {{- end }}
              {{- end }}
          waypoint: |
            apiVersion: v1
            kind: ServiceAccount
            metadata:
              name: {{.ServiceAccount | quote}}
              namespace: {{.Namespace | quote}}
              annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. samples/ambient-argo/documentation/argo-reference-arch.dot

            tagsta[label="tag stable->1.18.5"]
        }
    
        subgraph cluster_app {
            rankdir=TB
            node [style=filled];
            appcontents[label="App Pods"]
            appwp[label="App Waypoints"]
            ig[label="Ingress Gateway"]
            nwc[label="App Network Configs"]
            fontsize="24"
            label = "NS ambient";
        }
        fontsize="32"
        label = "Application Cluster";
        style=filled
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/policyattachment.go

    		}
    		return p.isSelected(policy)
    	}
    
    	// gateway with no targetRefs: (sometimes) fallback to selector
    	if len(targetRefs) == 0 {
    		// gateways require the feature flag for selector-based policy
    		// waypoints never use selector
    		if p.IsWaypoint || !features.EnableSelectorBasedK8sGatewayPolicy {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. pilot/pkg/xds/workload_test.go

    		createPod(s, "pod2", "sa", "127.0.0.2", "node")
    		expect(ads.ExpectResponse(), "Kubernetes//Pod/default/pod2")
    
    		// TODO: implement pod update; this actually cannot really be done without waypoints or VIPs
    		deletePod(s, "pod")
    		expectRemoved(ads.ExpectResponse(), "Kubernetes//Pod/default/pod")
    
    		// Create pod we are not subscribed to; due to same-node optimization this will push
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top