harikrishna-patnala commented on code in PR #11419:
URL: https://github.com/apache/cloudstack/pull/11419#discussion_r2416482413
##########
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql:
##########
@@ -757,3 +757,6 @@ SET `cs`.`domain_id` = (
-- Re-apply VPC: update default network offering for vpc tier to
conserve_mode=1 (#8309)
UPDATE `cloud`.`network_offerings` SET conserve_mode = 1 WHERE name =
'DefaultIsolatedNetworkOfferingForVpcNetworks';
+
+-- Add csi_enabled column to kubernetes_cluster table - Move to 4.22
Review Comment:
Please move this to 4.22 sql file.
##########
plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/command/user/kubernetes/cluster/CreateKubernetesClusterCmd.java:
##########
@@ -207,6 +207,9 @@ public class CreateKubernetesClusterCmd extends
BaseAsyncCreateCmd {
since = "4.21.0")
private Map cniConfigDetails;
+ @Parameter(name = ApiConstants.ENABLE_CSI, type = CommandType.BOOLEAN,
description = "if true, setups up CloudStack CSI driver", since = "4.21.0")
Review Comment:
pls change to 4.22.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]