Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PILOT_ENABLE_ALPHA_GATEWAY_API (0.31 sec)

  1. releasenotes/notes/drop-gateway-alpha.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 17:26:01 UTC 2023
    - 216 bytes
    - Viewed (0)
  2. tests/integration/base.yaml

          autoscaleEnabled: false
          env:
            ENABLE_EXTERNAL_NAME_ALIAS: true
            UNSAFE_ENABLE_ADMIN_ENDPOINTS: true
            PILOT_REMOTE_CLUSTER_TIMEOUT: 15s
            PILOT_ENABLE_ALPHA_GATEWAY_API: "true"
        global:
          proxy:
            resources:
              requests:
                cpu: 10m
                memory: 40Mi
        gateways:
          istio-ingressgateway:
            autoscaleEnabled: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. pilot/pkg/features/experimental.go

    			" be enabled. In addition to this being enabled, the gateway-api CRDs need to be installed.").Get()
    
    	EnableAlphaGatewayAPI = env.Register("PILOT_ENABLE_ALPHA_GATEWAY_API", false,
    		"If this is set to true, support for alpha APIs in the Kubernetes gateway-api (github.com/kubernetes-sigs/gateway-api) will "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top