You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reg.BoolWithEnv(&cfg.serverConfig.EnableCloudConfigVerify, "cloud-config-verify", false, "CLOUD_CONFIG_VERIFY", "Enable cloud config verify - should use it for production")
115
115
reg.IntWithEnv(&cfg.serverConfig.PeerPodsLimitPerNode, "peerpods-limit-per-node", 10, "PEERPODS_LIMIT_PER_NODE", "peer pods limit per node (default=10)")
116
116
reg.BoolWithEnv(&cfg.serverConfig.EnableScratchSpace, "enable-scratch-space", false, "ENABLE_SCRATCH_SPACE", "Enable encrypted scratch space for pod VMs")
117
-
reg.StringWithEnv(&cfg.serverConfig.AllowedCloudConfigAnnotations, "allowed-cloud-config-annotations", "", "ALLOWED_CLOUD_CONFIG_ANNOTATIONS", "Comma-separated allowlist of cloud-specific pod annotations that may override operator VM configuration")
117
+
reg.StringWithEnv(&cfg.serverConfig.AllowedCloudConfigAnnotations, "allowed-cloud-config-annotations", "", "ALLOWED_CLOUD_CONFIG_ANNOTATIONS", "Comma-separated allowlist of GCP or Azure pod annotations that may override operator VM configuration")
118
118
reg.BoolWithEnv(&cfg.networkConfig.ExternalNetViaPodVM, "ext-network-via-podvm", false, "EXTERNAL_NETWORK_VIA_PODVM", "[EXPERIMENTAL] Enable external networking via pod VM")
119
119
reg.CustomTypeWithEnv(&cfg.networkConfig.PodSubnetCIDRs, "pod-subnet-cidrs", "", "POD_SUBNET_CIDRS", "[EXPERIMENTAL] Comma separated CIDRs for local pod subnets")
0 commit comments