1.2.33.10.8. Red Hat OpenShift Service on AWS ゲートウェイ API の有効化
Red Hat OpenShift Service on AWS Gateway API を有効にするには、ServiceMeshControlPlane リソースの techPreview.gatewayAPI 仕様で、enabled フィールドの値を true に設定します。
spec:
techPreview:
gatewayAPI:
enabled: true
以前は、ゲートウェイ API を有効にするために環境変数が使用されていました。
spec:
runtime:
components:
pilot:
container:
env:
PILOT_ENABLE_GATEWAY_API: "true"
PILOT_ENABLE_GATEWAY_API_STATUS: "true"
PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: "true"