From 43fe7614bc2636e23e9003ff219fb64d7fc192a2 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 2 Nov 2022 22:33:06 -0400 Subject: [PATCH 1/2] add the ability to disable the management of HA MinIO to kurl.sh --- static/versionDetails.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/versionDetails.json b/static/versionDetails.json index 6459d2da..4464c4ed 100644 --- a/static/versionDetails.json +++ b/static/versionDetails.json @@ -603,6 +603,11 @@ "description": "A list of Pod container image overrides in the format \"[original]=[overridden]\"", "type": "array[string]", "hidden": true + }, + { + "flag": "minioShouldDisableManagement", + "description": "Prevent High Availability MinIO from being enabled and do not manage existing HA MinIO pods", + "type": "boolean" } ], "fluentd": [ From 820c9e7f16f575944bac2a6d084f122605d4e67c Mon Sep 17 00:00:00 2001 From: jonquil2002 <91626429+jonquil2002@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:00:28 -0400 Subject: [PATCH 2/2] Minor changes --- static/versionDetails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/versionDetails.json b/static/versionDetails.json index 4464c4ed..e8c2e60b 100644 --- a/static/versionDetails.json +++ b/static/versionDetails.json @@ -606,7 +606,7 @@ }, { "flag": "minioShouldDisableManagement", - "description": "Prevent High Availability MinIO from being enabled and do not manage existing HA MinIO pods", + "description": "Prevent high availability (HA) MinIO from being enabled and do not manage existing HA MinIO pods", "type": "boolean" } ],