DaanHoogland commented on a change in pull request #3680: [WIP: DO NOT MERGE]
CloudStack Kubernetes Service
URL: https://github.com/apache/cloudstack/pull/3680#discussion_r388330553
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql
##########
@@ -34,3 +34,95 @@ UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE
`id`=284 AND display_name=
UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=285 AND
display_name="Red Hat Enterprise Linux 7.6";
UPDATE `cloud`.`guest_os` SET `category_id`='4' WHERE `id`=286 AND
display_name="Red Hat Enterprise Linux 8.0";
+-- Kubernetes service
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT',
'management-server',
+'cloud.kubernetes.service.enabled', 'false', 'Indicates whether Kubernetes
Service plugin is enabled or not. Management server restart needed on change',
'false', NULL, NULL, 0);
Review comment:
this was removed, how/why did it get back in?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services