Skip to content

Commit ce8b1e4

Browse files
weizhouapacheLocharla, Sandeep
authored andcommitted
CKS: update cloud.kubernetes.cluster.network.offering to dynamic (apache#11847)
1 parent bb71248 commit ce8b1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public interface KubernetesClusterService extends PluggableService, Configurable
6161
"cloud.kubernetes.cluster.network.offering",
6262
"DefaultNetworkOfferingforKubernetesService",
6363
"Name of the network offering that will be used to create isolated network in which Kubernetes cluster VMs will be launched",
64-
false,
64+
true,
6565
KubernetesServiceEnabled.key());
6666
static final ConfigKey<Long> KubernetesClusterStartTimeout = new ConfigKey<Long>("Advanced", Long.class,
6767
"cloud.kubernetes.cluster.start.timeout",

0 commit comments

Comments
 (0)