From 43796d9cb141b2c85b06fb13b3624b16121c97b4 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Tue, 22 Oct 2024 19:33:00 +1100 Subject: [PATCH] feat: Change LH V2 enablement from Preview to Experimental This is due to the V2 engine not yet being feature complete. Signed-off-by: Tim Serong (cherry picked from commit 4d629a4feb4e1f0f7ba7e0c1aadb4ce9e8b79b42) --- pkg/harvester/components/SettingList.vue | 8 ++++---- pkg/harvester/config/settings.js | 2 +- pkg/harvester/l10n/en-us.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/harvester/components/SettingList.vue b/pkg/harvester/components/SettingList.vue index ffbd16bad72..c814587aee2 100644 --- a/pkg/harvester/components/SettingList.vue +++ b/pkg/harvester/components/SettingList.vue @@ -124,8 +124,8 @@ export default { Modified - - Technical Preview + + Experimental

@@ -216,9 +216,9 @@ export default { font-size: 12px; } -.technical-preview { +.experimental { margin-left: 10px; - border: 1px solid var(--warning); + border: 1px solid var(--error); border-radius: 5px; padding: 2px 10px; font-size: 12px; diff --git a/pkg/harvester/config/settings.js b/pkg/harvester/config/settings.js index aabdd8723c8..1bec2d45abc 100644 --- a/pkg/harvester/config/settings.js +++ b/pkg/harvester/config/settings.js @@ -85,7 +85,7 @@ export const HCI_ALLOWED_SETTINGS = { kind: 'json', from: 'import', canReset: true }, [HCI_SETTING.KUBECONFIG_DEFAULT_TOKEN_TTL_MINUTES]: {}, - [HCI_SETTING.LONGHORN_V2_DATA_ENGINE_ENABLED]: { kind: 'boolean', technicalPreview: true }, + [HCI_SETTING.LONGHORN_V2_DATA_ENGINE_ENABLED]: { kind: 'boolean', experimental: true }, [HCI_SETTING.ADDITIONAL_GUEST_MEMORY_OVERHEAD_RATIO]: { kind: 'string', from: 'import' }, }; diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index b4af8cb432f..4beb2d5dc4d 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -1488,7 +1488,7 @@ harvester: placeholder: 'topology.kubernetes.io/zone' advancedSettings: - technicalPreview: 'Technical Previews allow users to test and evaluate early-access functionality prior to official supported releases' + experimental: 'Experimental features allow users to test and evaluate early-access functionality prior to official supported releases' descriptions: 'harv-vlan': Default Network Interface name of the VLAN network. 'harv-backup-target': Custom backup target to store virtual machine backups.