Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 120 for ingressGateways (0.29 sec)

  1. pilot/pkg/config/monitor/file_snapshot_test.go

        - "*.example.com"
    `
    
    var statusRegressionYAML = `
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: test
      namespace: test-1
    spec:
      selector:
        app: istio-ingressgateway
      servers:
      - hosts:
        - example.com
        port:
          name: http
          number: 80
          protocol: HTTP
    status: {}`
    
    var virtualServiceYAML = `
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. tests/integration/ambient/untaint/main_test.go

          namespace: "kube-system"
        env:
          PILOT_ENABLE_NODE_UNTAINT_CONTROLLERS: "true"
      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    
      gateways:
        istio-ingressgateway:
          enabled: false
        istio-egressgateway:
          enabled: false
    
    `
    		}, cert.CreateCASecretAlt)).
    		Teardown(untaintNodes).
    		Run()
    }
    
    func taintNodes(t resource.Context) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 14:58:41 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/route-precedence.status.yaml.golden

      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:80
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
      - attachedRoutes: 2
        conditions:
        - lastTransitionTime: fake
          message: No errors found
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. pkg/test/framework/components/istio/eastwest.go

    		inFileNames = append(inFileNames, customSettings)
    	}
    
    	setArgs := []string{
    		"hub=" + s.Image.Hub,
    		"tag=" + s.Image.Tag,
    		"values.global.imagePullPolicy=" + s.Image.PullPolicy,
    		"values.gateways.istio-ingressgateway.autoscaleEnabled=false",
    	}
    
    	if i.cfg.SystemNamespace != "istio-system" {
    		setArgs = append(setArgs, "values.global.istioNamespace="+i.cfg.SystemNamespace)
    	}
    
    	// Include all user-specified values.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/http.yaml

    spec:
      controllerName: istio.io/gateway-controller
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: gateway
      namespace: istio-system
    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
      gatewayClassName: istio
      listeners:
      - name: default
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/tls.status.yaml.golden

      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:34000
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
      - attachedRoutes: 2
        conditions:
        - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 20:54:36 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. pkg/test/framework/components/opentelemetry/kube.go

    	appName         = "opentelemetry-collector"
    	remoteOtelEntry = `
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: otel-gateway
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
      - port:
          number: 55678
          name: http-tracing-span
          protocol: HTTP
        hosts:
        - "opentelemetry-collector.{INGRESS_DOMAIN}"
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/gateway/gateway.go

    		return true
    	})
    }
    
    func (*IngressGatewayPortAnalyzer) analyzeGateway(r *resource.Instance, c analysis.Context) {
    	gw := r.Message.(*v1alpha3.Gateway)
    
    	// Typically there will be a single istio-ingressgateway service, which will select
    	// the same ingress gateway pod workload as the Gateway resource.  If there are multiple
    	// Kubernetes services, and they offer different TCP port combinations, this validator will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/mesh.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/default.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-default
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/*.example.com'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 19 18:39:48 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/http.status.yaml.golden

      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:80
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
      - attachedRoutes: 8
        conditions:
        - lastTransitionTime: fake
          message: No errors found
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top