Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 211 for ingressGateways (0.2 sec)

  1. pkg/config/analysis/analyzers/testdata/gateway-secrets.yaml

    metadata:
      labels:
        myapp: custom-gateway
      name: custom-gateway
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: defaultgateway-noerrors
    spec:
      selector:
        istio: ingressgateway # use istio default ingress gateway, so we expect the credential in istio-system
      servers:
      - port:
          number: 443
          name: https
          protocol: HTTPS
        tls:
          mode: SIMPLE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 17 11:51:20 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_beta.yaml

    spec:
      selector:
        istio: ingressgateway
      servers:
      - hosts:
        - '*.api.testing-03.com'
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: Gateway
    metadata:
      name: testing-gateway-02-test-03
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 11:29:57 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/virtualservice_gateways.yaml

    #
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: httpbin-gateway
    spec:
      selector:
        istio: ingressgateway
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: crossnamespace-gw
      namespace: another
    spec:
      selector:
        istio: ingressgateway
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: httpbin
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.txt

    10.244.0.176:8080                                HEALTHY                  outbound|80||istio-ingressgateway.istio-system.svc.cluster.local
    10.244.0.176:8443                                HEALTHY                  outbound|443||istio-ingressgateway.istio-system.svc.cluster.local
    10.244.0.176:15021                               HEALTHY                  outbound|15021||istio-ingressgateway.istio-system.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_with_ns_prefix.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: testing-gateway
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
        - hosts:
            - './testing-01.com'
          port:
            name: http
            number: 80
            protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: testing-service-01-test-01
      namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/multi-gateway.status.yaml.golden

        type: Accepted
      - lastTransitionTime: fake
        message: 'Assigned to service(s) example.com:34000, example.com:80, istio-ingressgateway.istio-system.svc.domain.suffix:34000,
          and istio-ingressgateway.istio-system.svc.domain.suffix:80, but failed to assign
          to all requested addresses: hostname "istio-ingressgateway.not-default.svc.domain.suffix"
          not found'
        reason: AddressNotUsable
        status: "False"
        type: Programmed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. pkg/test/framework/components/istio/istio.go

    	resource.Resource
    
    	Settings() Config
    	// Ingresses returns all ingresses for "istio-ingressgateway" in each cluster.
    	Ingresses() ingress.Instances
    	// IngressFor returns an ingress used for reaching workloads in the given cluster.
    	// The ingress's service name will be "istio-ingressgateway" and the istio label will be "ingressgateway".
    	IngressFor(cluster cluster.Cluster) ingress.Instance
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/testdata/output/multi_line_entries.log

    parentShutdownDuration: 60s
    proxyAdminPort: 15000
    proxyMetadata:
      DNS_AGENT: ""
    serviceCluster: istio-ingressgateway
    statNameLength: 189
    statusPort: 15020
    tracing:
      zipkin:
        address: zipkin.istio-system:9411
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:55:53 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  9. samples/bookinfo/platform/kube/bookinfo-certificate.yaml

        # Enable the HTTP-01 challenge provider
        http01: {}
    ---
    apiVersion: certmanager.k8s.io/v1alpha1
    kind: Certificate
    metadata:
      name: istio-ingressgateway-certs
      namespace: istio-system
    spec:
      secretName: istio-ingressgateway-certs
      issuerRef:
        name: letsencrypt-staging
        kind: ClusterIssuer
      commonName: bookinfo.example.com
      dnsNames:
      - bookinfo.example.com
      acme:
        config:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 02 15:32:24 UTC 2019
    - 914 bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_with_ns_prefix_beta.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: Gateway
    metadata:
      name: testing-gateway
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
        - hosts:
            - './testing-01.com'
          port:
            name: http
            number: 80
            protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: testing-service-01-test-01
      namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 11:29:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top