feat: Support enabling local deployment mode using "global.local" property (#269)

This commit is contained in:
Kent Dong
2023-04-04 19:46:26 +08:00
committed by GitHub
parent a5edad1a84
commit 41f892b26d
4 changed files with 11 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ global:
# whether to use autoscaling/v2 template for HPA settings
# for internal usage only, not to be configured by users.
autoscalingv2API: true
kind: false
local: false # When deploying to a local cluster (e.g.: kind cluster), set this to true.
kind: false # Deprecated. Please use "global.local" instead. Will be removed later.
enableIstioAPI: false
# Deprecated
enableHigressIstio: false