@rancher/shell 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/assets/translations/en-us.yaml +27 -769
  2. package/assets/translations/zh-hans.yaml +8 -769
  3. package/components/ActionMenu.vue +3 -3
  4. package/components/CodeMirror.vue +6 -8
  5. package/components/CommunityLinks.vue +1 -1
  6. package/components/ContainerResourceLimit.vue +14 -0
  7. package/components/ExplorerMembers.vue +123 -0
  8. package/components/ExplorerProjectsNamespaces.vue +405 -0
  9. package/components/GrafanaDashboard.vue +17 -2
  10. package/components/LocaleSelector.vue +81 -0
  11. package/components/PromptModal.vue +2 -3
  12. package/components/ResourceList/index.vue +1 -1
  13. package/components/ResourceTable.vue +3 -6
  14. package/components/SingleClusterInfo.vue +1 -1
  15. package/components/SortableTable/index.vue +23 -20
  16. package/components/SortableTable/selection.js +1 -0
  17. package/components/auth/AzureWarning.vue +5 -1
  18. package/components/auth/Principal.vue +1 -1
  19. package/components/auth/RoleDetailEdit.vue +18 -11
  20. package/components/fleet/FleetRepos.vue +0 -2
  21. package/components/form/NameNsDescription.vue +4 -6
  22. package/components/form/NodeScheduling.vue +1 -1
  23. package/components/form/WorkloadPorts.vue +1 -1
  24. package/components/formatter/WorkloadHealthScale.vue +1 -1
  25. package/components/nav/Header.vue +9 -9
  26. package/components/nav/NamespaceFilter.vue +7 -4
  27. package/components/nav/TopLevelMenu.vue +6 -43
  28. package/components/nav/WindowManager/ContainerLogs.vue +1 -1
  29. package/config/product/harvester-manager.js +64 -2
  30. package/config/product/manager.js +9 -0
  31. package/config/settings.js +17 -71
  32. package/config/table-headers.js +0 -1
  33. package/config/types.js +5 -25
  34. package/core/plugin-routes.ts +34 -22
  35. package/core/plugin.ts +15 -3
  36. package/core/plugins-loader.js +2 -0
  37. package/core/plugins.js +79 -36
  38. package/core/types.ts +7 -1
  39. package/detail/provisioning.cattle.io.cluster.vue +13 -0
  40. package/detail/workload/index.vue +11 -5
  41. package/{components/dialog → dialog}/AddClusterMemberDialog.vue +0 -0
  42. package/{components/dialog → dialog}/AddCustomBadgeDialog.vue +0 -0
  43. package/{components/dialog → dialog}/AddProjectMemberDialog.vue +0 -0
  44. package/{components/dialog → dialog}/AddonConfigConfirmationDialog.vue +0 -0
  45. package/{components/dialog → dialog}/DrainNode.vue +0 -0
  46. package/{components/dialog → dialog}/ForceMachineRemoveDialog.vue +0 -0
  47. package/{components/dialog → dialog}/GenericPrompt.vue +0 -0
  48. package/{components/dialog → dialog}/RollbackWorkloadDialog.vue +0 -0
  49. package/{components/dialog → dialog}/RotateCertificatesDialog.vue +0 -0
  50. package/{components/dialog → dialog}/RotateEncryptionKeyDialog.vue +0 -0
  51. package/{components/dialog → dialog}/SaveAsRKETemplateDialog.vue +0 -0
  52. package/{components/dialog → dialog}/ScaleMachineDownDialog.vue +0 -0
  53. package/edit/auth/azuread.vue +20 -1
  54. package/edit/management.cattle.io.project.vue +2 -2
  55. package/edit/namespace.vue +17 -10
  56. package/edit/persistentvolumeclaim.vue +1 -0
  57. package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +1 -1
  58. package/edit/provisioning.cattle.io.cluster/MachinePool.vue +33 -5
  59. package/edit/service.vue +1 -1
  60. package/edit/workload/index.vue +363 -15
  61. package/edit/workload/mixins/workload.js +62 -7
  62. package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +1 -0
  63. package/layouts/default.vue +52 -27
  64. package/layouts/error.vue +5 -1
  65. package/layouts/home.vue +6 -2
  66. package/list/harvesterhci.io.management.cluster.vue +74 -33
  67. package/list/namespace.vue +3 -5
  68. package/machine-config/amazonec2.vue +2 -0
  69. package/machine-config/harvester.vue +96 -49
  70. package/middleware/authenticated.js +56 -52
  71. package/mixins/form-validation.js +1 -1
  72. package/mixins/resource-fetch.js +3 -1
  73. package/models/fleet.cattle.io.bundle.js +26 -19
  74. package/models/harvesterhci.io.management.cluster.js +194 -5
  75. package/models/management.cattle.io.cluster.js +1 -1
  76. package/models/management.cattle.io.clusterroletemplatebinding.js +9 -0
  77. package/models/management.cattle.io.project.js +23 -2
  78. package/models/namespace.js +19 -3
  79. package/models/pod.js +19 -2
  80. package/models/provisioning.cattle.io.cluster.js +4 -0
  81. package/models/workload.js +4 -243
  82. package/models/workload.service.js +314 -0
  83. package/nuxt.config.js +11 -9
  84. package/package.json +3 -3
  85. package/pages/auth/login.vue +11 -2
  86. package/pages/auth/setup.vue +1 -1
  87. package/pages/c/_cluster/_product/members/index.vue +3 -93
  88. package/pages/c/_cluster/_product/projectsnamespaces.vue +6 -403
  89. package/pages/c/_cluster/settings/performance.vue +19 -16
  90. package/pages/fail-whale.vue +1 -10
  91. package/pages/index.vue +18 -4
  92. package/pages/plugins.vue +2 -2
  93. package/pages/prefs.vue +8 -6
  94. package/pkg/auto-import.js +44 -7
  95. package/pkg/dynamic-plugin-loader.js +28 -0
  96. package/pkg/import.js +2 -2
  97. package/pkg/model-loader-require.lib.js +3 -0
  98. package/pkg/vue.config.js +9 -6
  99. package/plugins/dashboard-store/model-loader-require.js +12 -0
  100. package/plugins/dashboard-store/model-loader.js +4 -1
  101. package/plugins/dashboard-store/resource-class.js +10 -3
  102. package/plugins/steve/actions.js +1 -1
  103. package/plugins/steve/index.js +6 -4
  104. package/plugins/steve/subscribe.js +34 -23
  105. package/rancher-components/Form/Checkbox/Checkbox.test.ts +77 -0
  106. package/rancher-components/Form/Checkbox/Checkbox.vue +12 -2
  107. package/scripts/build-pkg.sh +48 -2
  108. package/scripts/drone-build-pkg.sh +31 -0
  109. package/scripts/publish-shell.sh +10 -11
  110. package/scripts/serve-pkgs +17 -10
  111. package/store/catalog.js +3 -1
  112. package/store/i18n.js +16 -11
  113. package/store/index.js +4 -181
  114. package/store/prefs.js +30 -2
  115. package/store/type-map.js +16 -29
  116. package/utils/cluster.js +1 -1
  117. package/utils/custom-validators.js +1 -12
  118. package/utils/dynamic-importer.js +1 -1
  119. package/utils/validators/setting.js +0 -35
  120. package/components/FilterLabel.vue +0 -254
  121. package/components/HarvesterUpgradeProgressBarList.vue +0 -109
  122. package/components/VMConsoleBar.vue +0 -87
  123. package/components/dialog/harvester/AddHotplugModal.vue +0 -159
  124. package/components/dialog/harvester/BackupModal.vue +0 -117
  125. package/components/dialog/harvester/CloneTemplate.vue +0 -125
  126. package/components/dialog/harvester/EjectCDROMDialog.vue +0 -157
  127. package/components/dialog/harvester/ExportImageDialog.vue +0 -152
  128. package/components/dialog/harvester/MaintenanceDialog.vue +0 -94
  129. package/components/dialog/harvester/MigrationDialog.vue +0 -154
  130. package/components/dialog/harvester/RestoreDialog.vue +0 -153
  131. package/components/dialog/harvester/SupportBundle.vue +0 -217
  132. package/components/dialog/harvester/UnplugVolume.vue +0 -108
  133. package/components/form/SerialConsole/index.vue +0 -267
  134. package/components/formatter/AttachVMWithName.vue +0 -46
  135. package/components/formatter/CloudInitType.vue +0 -27
  136. package/components/formatter/HarvesterBackupTargetValidation.vue +0 -43
  137. package/components/formatter/HarvesterCPUUsed.vue +0 -122
  138. package/components/formatter/HarvesterDiskState.vue +0 -66
  139. package/components/formatter/HarvesterHostName.vue +0 -66
  140. package/components/formatter/HarvesterIpAddress.vue +0 -90
  141. package/components/formatter/HarvesterMemoryUsed.vue +0 -140
  142. package/components/formatter/HarvesterMigrationState.vue +0 -85
  143. package/components/formatter/HarvesterNodeName.vue +0 -49
  144. package/components/formatter/HarvesterStorageUsed.vue +0 -194
  145. package/components/formatter/HarvesterVmState.vue +0 -123
  146. package/components/nav/HarvesterUpgrade.vue +0 -232
  147. package/components/novnc/NovncConsole.vue +0 -93
  148. package/components/novnc/NovncConsoleItem.vue +0 -89
  149. package/components/novnc/NovncConsoleWrapper.vue +0 -243
  150. package/config/harvester-map.js +0 -44
  151. package/config/harvester-table-headers.js +0 -27
  152. package/config/product/harvester.js +0 -305
  153. package/detail/harvesterhci.io.host/HarvesterHostBasic.vue +0 -364
  154. package/detail/harvesterhci.io.host/HarvesterHostDisk.vue +0 -200
  155. package/detail/harvesterhci.io.host/HarvesterHostNetwork.vue +0 -89
  156. package/detail/harvesterhci.io.host/VirtualMachineInstance.vue +0 -134
  157. package/detail/harvesterhci.io.host/index.vue +0 -243
  158. package/detail/harvesterhci.io.virtualmachinebackup/index.vue +0 -221
  159. package/detail/harvesterhci.io.virtualmachineimage.vue +0 -118
  160. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineBasics.vue +0 -279
  161. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineEvents.vue +0 -75
  162. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineKeypairs.vue +0 -114
  163. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineMigration.vue +0 -79
  164. package/detail/kubevirt.io.virtualmachine/index.vue +0 -213
  165. package/edit/harvesterhci.io.cloudtemplate.vue +0 -123
  166. package/edit/harvesterhci.io.host/HarvesterDisk.vue +0 -262
  167. package/edit/harvesterhci.io.host/index.vue +0 -533
  168. package/edit/harvesterhci.io.keypair.vue +0 -112
  169. package/edit/harvesterhci.io.managedchart/index.vue +0 -25
  170. package/edit/harvesterhci.io.managedchart/rancher-monitoring.vue +0 -172
  171. package/edit/harvesterhci.io.networkattachmentdefinition.vue +0 -210
  172. package/edit/harvesterhci.io.setting/additional-ca.vue +0 -36
  173. package/edit/harvesterhci.io.setting/backup-target.vue +0 -182
  174. package/edit/harvesterhci.io.setting/http-proxy.vue +0 -79
  175. package/edit/harvesterhci.io.setting/index.vue +0 -201
  176. package/edit/harvesterhci.io.setting/overcommit-config.vue +0 -94
  177. package/edit/harvesterhci.io.setting/ssl-certificates.vue +0 -117
  178. package/edit/harvesterhci.io.setting/ssl-parameters.vue +0 -161
  179. package/edit/harvesterhci.io.setting/support-bundle-image.vue +0 -134
  180. package/edit/harvesterhci.io.setting/support-bundle-namespaces.vue +0 -73
  181. package/edit/harvesterhci.io.setting/vip-pools.vue +0 -244
  182. package/edit/harvesterhci.io.setting/vm-force-reset-policy.vue +0 -81
  183. package/edit/harvesterhci.io.virtualmachinebackup.vue +0 -256
  184. package/edit/harvesterhci.io.virtualmachineimage.vue +0 -364
  185. package/edit/harvesterhci.io.virtualmachinetemplateversion.vue +0 -340
  186. package/edit/harvesterhci.io.volume.vue +0 -195
  187. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/AccessCredentialsUsers.vue +0 -190
  188. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/index.vue +0 -212
  189. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/type/basicAuth.vue +0 -94
  190. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/type/sshkey.vue +0 -85
  191. package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/DataTemplate.vue +0 -153
  192. package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/index.vue +0 -279
  193. package/edit/kubevirt.io.virtualmachine/VirtualMachineCpuMemory.vue +0 -113
  194. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/__tests__/HarvesterEditNetwork.test.ts +0 -41
  195. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/base.vue +0 -281
  196. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/index.vue +0 -142
  197. package/edit/kubevirt.io.virtualmachine/VirtualMachineReserved.vue +0 -54
  198. package/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue +0 -256
  199. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue +0 -391
  200. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditContainer.test.ts +0 -40
  201. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditExisting.test.ts +0 -102
  202. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVMImage.test.ts +0 -117
  203. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVolume.test.ts +0 -74
  204. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/container.vue +0 -132
  205. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/existing.vue +0 -303
  206. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/vmImage.vue +0 -285
  207. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/volume.vue +0 -188
  208. package/edit/kubevirt.io.virtualmachine/index.vue +0 -642
  209. package/edit/network.harvesterhci.io.clusternetwork/index.vue +0 -19
  210. package/edit/network.harvesterhci.io.clusternetwork/vlan.vue +0 -134
  211. package/edit/workload/types/Deployment.vue +0 -377
  212. package/edit/workload/types/Generic.vue +0 -295
  213. package/list/harvesterhci.io.cloudtemplate.vue +0 -78
  214. package/list/harvesterhci.io.dashboard/HarvesterUpgrade.vue +0 -211
  215. package/list/harvesterhci.io.dashboard/UpgradeInfo.vue +0 -40
  216. package/list/harvesterhci.io.dashboard/index.vue +0 -752
  217. package/list/harvesterhci.io.host/index.vue +0 -186
  218. package/list/harvesterhci.io.networkattachmentdefinition.vue +0 -167
  219. package/list/harvesterhci.io.setting.vue +0 -241
  220. package/list/harvesterhci.io.virtualmachinebackup.vue +0 -172
  221. package/list/harvesterhci.io.virtualmachineimage.vue +0 -80
  222. package/list/harvesterhci.io.virtualmachinetemplateversion.vue +0 -173
  223. package/list/harvesterhci.io.volume.vue +0 -122
  224. package/list/kubevirt.io.virtualmachine.vue +0 -193
  225. package/mixins/harvester-vm/impl.js +0 -267
  226. package/mixins/harvester-vm/index.js +0 -1357
  227. package/models/harvester/configmap.js +0 -32
  228. package/models/harvester/harvesterhci.io.blockdevice.js +0 -55
  229. package/models/harvester/harvesterhci.io.keypair.js +0 -12
  230. package/models/harvester/harvesterhci.io.setting.js +0 -127
  231. package/models/harvester/harvesterhci.io.supportbundle.js +0 -35
  232. package/models/harvester/harvesterhci.io.upgrade.js +0 -226
  233. package/models/harvester/harvesterhci.io.virtualmachinebackup.js +0 -116
  234. package/models/harvester/harvesterhci.io.virtualmachineimage.js +0 -255
  235. package/models/harvester/harvesterhci.io.virtualmachinerestore.js +0 -43
  236. package/models/harvester/harvesterhci.io.virtualmachinetemplate.js +0 -69
  237. package/models/harvester/harvesterhci.io.virtualmachinetemplateversion.js +0 -227
  238. package/models/harvester/k8s.cni.cncf.io.networkattachmentdefinition.js +0 -32
  239. package/models/harvester/kubevirt.io.virtualmachine.js +0 -850
  240. package/models/harvester/kubevirt.io.virtualmachineinstance.js +0 -142
  241. package/models/harvester/management.cattle.io.managedchart.js +0 -191
  242. package/models/harvester/management.cattle.io.setting.js +0 -40
  243. package/models/harvester/network.harvesterhci.io.clusternetwork.js +0 -100
  244. package/models/harvester/network.harvesterhci.io.nodenetwork.js +0 -34
  245. package/models/harvester/node.js +0 -255
  246. package/models/harvester/persistentvolumeclaim.js +0 -166
  247. package/models/harvester/pod.js +0 -185
  248. package/pages/c/_cluster/harvester/airgapupgrade/index.vue +0 -309
  249. package/pages/c/_cluster/harvester/console/_uid/serial.vue +0 -51
  250. package/pages/c/_cluster/harvester/console/_uid/vnc.vue +0 -52
  251. package/pages/c/_cluster/harvester/index.vue +0 -24
  252. package/pages/c/_cluster/harvester/support/index.vue +0 -154
  253. package/pkg/model-loader.lib.js +0 -3
  254. package/promptRemove/kubevirt.io.virtualmachine.vue +0 -164
  255. package/store/harvester-common.js +0 -126
  256. package/utils/validators/vm-datavolumes.js +0 -38
  257. package/utils/validators/vm-image.js +0 -32
  258. package/utils/validators/vm.js +0 -221
@@ -187,7 +187,6 @@ product:
187
187
  mcapps: Multi-cluster Apps
188
188
  neuvector: NeuVector
189
189
  harvesterManager: Virtualization Management
190
- harvester: Harvester
191
190
  rancher: Rancher
192
191
 
193
192
  suffix:
@@ -1488,6 +1487,7 @@ cluster:
1488
1487
  warning: 'This cluster contains a machineSelectorConfig which this form does not fully support; use the YAML editor to manage the full configuration.'
1489
1488
  os: 'You are attemping to add a {newOS} worker node to a cluster with one or more {existingOS} worker nodes: some installed apps may need to be upgraded or removed.'
1490
1489
  rke2-k3-reprovisioning: 'Making changes to cluster configuration may result in nodes reprovisioning. For more information see the <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">documentation</a>.'
1490
+ desiredNodeGroupWarning: There are 0 nodes available to run the cluster agent. The cluster will not become active until at least one node is available.
1491
1491
 
1492
1492
  rkeTemplateUpgrade: Template revision {name} available for upgrade
1493
1493
 
@@ -3646,7 +3646,9 @@ prefs:
3646
3646
  label: Login Landing Page
3647
3647
  vue: Cluster Explorer
3648
3648
  ember: Cluster Manager
3649
- formatting: Formatting
3649
+ displaySettings:
3650
+ title: Display Settings
3651
+ detail: Change the way information is displayed in the UI.
3650
3652
  clusterToShow:
3651
3653
  label: Number of clusters to show in side menu
3652
3654
  value: |-
@@ -3856,6 +3858,7 @@ promptRemove:
3856
3858
  confirmName: "Enter <b>{nameToMatch}</b> below to confirm:"
3857
3859
  deleteAssociatedNamespaces: "Also delete the namespaces in this project:"
3858
3860
  willDeleteAssociatedNamespaces: "This will also delete all namespaces in the project: "
3861
+ confirmRelatedResource: "Deleting the {type} will remove all the resources on this particular {type} and this is not revertable, are you sure you want to continue deleting {names}?"
3859
3862
 
3860
3863
  promptRemoveApp:
3861
3864
  removeCrd: "Delete the CRD associated with this app"
@@ -4377,6 +4380,9 @@ setup:
4377
4380
  welcome: Welcome to {vendor}!
4378
4381
 
4379
4382
  sortableTable:
4383
+ bulkActions:
4384
+ collapsed:
4385
+ label: Actions
4380
4386
  actionAvailability:
4381
4387
  selected: "{actionable} selected"
4382
4388
  some: "Affects {actionable} of {total}"
@@ -5264,7 +5270,7 @@ workload:
5264
5270
  cannotViewIngresses: Could not list Ingresses due to lack of permission.
5265
5271
  cannotFindIngresses: Could not find any Ingresses that forward traffic to Services that select Pods in this workload.
5266
5272
  ingressListCaption: "The following Ingresses forward traffic to Services that select Pods from this workload:"
5267
- cannotViewIngressesBecauseCannotViewServices: Could not find relevant Ingresses due to lack of permission to view Services.
5273
+ cannotViewIngressesBecauseCannotViewServices: Could not find relevant relevant Ingresses due to lack of permission to view Services.
5268
5274
  pods:
5269
5275
  title: Pods
5270
5276
  detailTop:
@@ -5547,687 +5553,16 @@ workload:
5547
5553
  deployment: Deployment
5548
5554
  pod: Pod
5549
5555
  containers: Containers
5550
- harvester:
5551
- modal:
5552
- backup:
5553
- success: 'Backup { backUpName } has been initiated.'
5554
- addBackup: Add Backup
5555
- restore:
5556
- success: 'Restore { name } created successfully.'
5557
- title: Backup and restore
5558
- selectBackup: Select Backup
5559
- message:
5560
- backup: Please select the backup that needs to be restored.
5561
- createTemplate:
5562
- title: 'Generate Template'
5563
- name: 'Name'
5564
- description: 'Description'
5565
- message:
5566
- tip: Please enter a template name!
5567
- success: 'Template { templateName } created successfully.'
5568
- failed: 'Failed generated template!'
5569
- exportImage:
5570
- title: Export to Image
5571
- name: Name
5572
- namespace: Namespace
5573
- message:
5574
- success: 'Image { name } created successfully.'
5575
- migration:
5576
- failedMessage: Latest migration failed!
5577
- title: Migration
5578
- fields:
5579
- nodeName:
5580
- label: Target Node
5581
- placeholder: Choose Target Node
5582
- ejectCDROM:
5583
- title: Eject CDROM
5584
- warnTip: Eject volume will restart the virtual machine.
5585
- operationTip: 'Select the volume you want to delete:'
5586
- delete: Delete
5587
- bundle:
5588
- title: Generate Support Bundle
5589
- url: Issue URL
5590
- description: Description
5591
- requiredDesc: Description is required!
5592
- titleDescription: Collect system-related log in Harvester, to help with troubleshooting and support.
5593
- hotplug:
5594
- success: 'Volume { diskName } is mounted to the VM { vm }.'
5595
- title: Add Volume
5596
- hotunplug:
5597
- success: 'Volume { name } is detach successfully.'
5598
- notification:
5599
- title:
5600
- succeed: Succeed
5601
- info: Info
5602
- warning: Warning
5603
- error: Error
5604
- action:
5605
- createVM: Create a Virtual Machine
5606
- start: Start
5607
- restart: Restart
5608
- softreboot: Soft Reboot
5609
- stop: Stop
5610
- pause: Pause
5611
- unpause: Unpause
5612
- ejectCDROM: Eject CDROM
5613
- launchFormTemplate: Launch instance from template
5614
- modifyTemplate: Modify template (Create new version)
5615
- setDefaultVersion: Set default version
5616
- addTemplateVersion: Add templateVersion
5617
- backup: Take Backup
5618
- restore: Restore
5619
- restoreNewVM: Restore New
5620
- restoreExistingVM: Replace Existing
5621
- migrate: Migrate
5622
- abortMigration: Abort Migration
5623
- createTemplate: Generate Template
5624
- enableMaintenance: Enable Maintenance Mode
5625
- disableMaintenance: Disable Maintenance Mode
5626
- cordon: Cordon
5627
- uncordon: Uncordon
5628
- addHotplug: Add Volume
5629
- exportImage: Export Image
5630
- viewlogs: View Logs
5631
- cancelExpand: Cancel Expand
5632
- tableHeaders:
5633
- size: Size
5634
- progress: Progress
5635
- message: Message
5636
- phase: Phase
5637
- attachedVM: Attached VM
5638
- fingerprint: Fingerprint
5639
- value: Value
5640
- actions: Actions
5641
- readyToUse: Ready To Use
5642
- backupTarget: Backup Target
5643
- targetVm: Target VM
5644
- hostIp: Host IP
5645
- vm:
5646
- ipAddress: IP Address
5647
- node: Node
5648
- defaultVersion: Default Version
5649
- network:
5650
- type: Type
5651
- vlan: Vlan ID
5652
- tab:
5653
- volume: Volumes
5654
- network: Networks
5655
- advanced: Advanced Options
5656
- accessCredentials: Access Credentials
5657
- fields:
5658
- version: Version
5659
- name: Name
5660
- type: Type
5661
- image: Image
5662
- size: Size
5663
- volume: Volume
5664
- network: Network
5665
- model: Model
5666
- macAddress: Mac Address
5667
- port: Port
5668
- protocol: Protocol
5669
- remove: REMOVE
5670
- PhysicalNic: Physical NIC
5671
- cpu: Cpu
5672
- memory: Memory
5673
- virtualName: Virtual machine name
5674
- promiscuous: Promiscuous
5675
- ipv4Address: IPv4 Address
5676
- filterLabels: Filter Labels
5677
- generic:
5678
- close: Close
5679
- open: Open
5680
- showMore: Show More
5681
- hideMore: Hide More
5682
- memory: Memory
5683
- cpu: CPU
5684
- storage: Storage
5685
- noFileChosen: No file chosen
5686
-
5687
- validation:
5688
- custom:
5689
- tooLongName: '"Name" cannot be more than {max} characters.'
5690
- vm:
5691
- name: 'name is required'
5692
- memory: '"Memory" is required!'
5693
- network:
5694
- error: 'network {prefix}: {message}'
5695
- name: 'Network Name is required'
5696
- macFormat: 'Invalid MAC address format.'
5697
- duplicatedName: 'network with this name already exists!.'
5698
- duplicatedPortName: 'Duplicate name of the port.'
5699
- duplicatedPortNumber: 'Duplicate number of the port'
5700
- volume:
5701
- error: 'volume {prefix}: {message}'
5702
- duplicatedName: 'volume with this name already exists!.'
5703
- type: '"Type" is required!'
5704
- size: '"Size" is required!'
5705
- image: '"Image" is required!'
5706
- volume: '"Volume" is required!'
5707
- docker: '"Docker Image" is required!'
5708
- needImageOrExisting: 'At least an image volume or an existing root-disk volume is required!'
5709
- image:
5710
- ruleTip: 'The URL you have entered ends in an extension that we do not support. We only accept image files that end in .img, .iso, .qcow, .qcow2, .raw.'
5711
- ruleFileTip: 'The file you have chosen ends in an extension that we do not support. We only accept image files that end in .img, .iso, .qcow, .qcow2, .raw.'
5712
5556
 
5713
- dashboard:
5714
- label: Dashboard
5715
- header: "Harvester Cluster: {cluster}"
5716
- hardwareResourceGauge:
5717
- cpu: CPU
5718
- memory: Memory
5719
- storage: Storage
5720
- sections:
5721
- events:
5722
- label: Events
5723
- vmMetrics:
5724
- label: VM Metrics
5725
-
5726
- version: Version
5727
- host:
5728
- label: Hosts
5729
- inconsistentIP: "Host IP is inconsistent, current IP: { currentIP }, initial IP: { initIP }"
5730
- promote:
5731
- none: ' '
5732
- running: promoting
5733
- failed: promote failed
5734
- unknown: promote halted
5735
- promoteRestart: restarting
5736
- promoteSucceed: promote completed
5737
- tabs:
5738
- network: Network
5739
- overview: Overview
5740
- basics: Basics
5741
- instance: Virtual Machines
5742
- monitor: Monitor Data
5743
- disk: Disks
5744
- labels: Labels
5745
- detail:
5746
- title:
5747
- network: Network Configuration
5748
- hostIP: Host IP
5749
- role: Role
5750
- os: Operating System
5751
- create: Creation Time
5752
- update: Last Update Time
5753
- customName: Custom Name
5754
- consoleUrl: Console URL
5755
- more: More Information
5756
- uuid: UUID
5757
- containerRuntime: Container Runtime
5758
- kernel: Kernel
5759
- management: Management Node
5760
- compute: Compute Node
5761
- storage: Storage
5762
- nic: Physical NIC
5763
- notRecommended: 'Not recommended'
5764
- networkType: Type
5765
- enableMaintenance:
5766
- title: Enable Maintenance Mode
5767
- protip: The operation will migrate all virtual machines on this node to other nodes.
5768
- cordon:
5769
- title: Cordon
5770
- protip: This operation will mark the node { node } as unschedulable.
5771
- disk:
5772
- add: Add Disk
5773
- path:
5774
- label: Path
5775
- storageReserved:
5776
- label: Storage Reserved
5777
- allowScheduling:
5778
- label: Scheduling
5779
- evictionRequested:
5780
- label: Eviction Requested
5781
- forceFormatted:
5782
- label: Force Formatted
5783
- toolTip: Force formatted will cleanup disk data, make sure you backup all available data to prevent data loss.
5784
- yes: Yes (Ext4 File System)
5785
- description:
5786
- label: Description
5787
- lastFormattedAt:
5788
- info: The disk has already been force-formatted.
5789
- notification:
5790
- success: 'Update host "{name}" configurations successfully.'
5791
- error: Host has unready or unschedulable disks.
5792
- fileSystem:
5793
- info: Current file system is {system}, You can format it manually.
5794
-
5795
- virtualizationManagement:
5796
- manage: Manage
5797
-
5798
- virtualMachine:
5799
- label: Virtual Machines
5800
- osType: OS Type
5801
- instance:
5802
- singleInstance:
5803
- multipleInstance:
5804
- single:
5805
- label: Single Instance
5806
- nameLabel: Name
5807
- host:
5808
- label: Hostname
5809
- placeholder: default to the virtual machine name.
5810
- multiple:
5811
- label: Multiple Instance
5812
- nameNsDescription: Name prefix for each instance
5813
- count: Count
5814
- countTip: Count should be between 1 and 10
5815
- nameLabel: Name Prefix
5816
- host:
5817
- label: Host Prefix Name
5818
- placeholder: default to the virtual machine name.
5819
- useTemplate:
5820
- label: "Use VM Template:"
5821
- template:
5822
- label: template
5823
- version:
5824
- label: version
5825
- console:
5826
- novnc: Open in Web VNC
5827
- serial: Open in Serial Console
5828
- promptRemove:
5829
- title: 'Select the volume you want to delete:'
5830
- deleteAll: Delete All
5831
- unplug:
5832
- title: 'Are you sure that you want to detach volume {name} ?'
5833
- actionLabel: Detach
5834
- detachVolume:
5835
- Detach Volume
5836
- restartTip: |-
5837
- {restart, select,
5838
- true {Restart}
5839
- other {Start}
5840
- } the virtual machine now to take effect of the configuration changes.
5841
- runStrategy: Run Strategy
5842
- restartNow: |-
5843
- {restart, select,
5844
- true {Restart}
5845
- other {Start}
5846
- } Now
5847
- createSSHKey: Create a New...
5848
- installAgent: Install guest agent
5849
- enableUsb: Enable USB Tablet
5850
- usbTip: Provides an absolute pointer device which often helps with getting a consistent mouse cursor position in VNC.
5851
- sshTitle: Add Public SSH Key
5852
- imageTip: An external URL to the .iso, .img, .qcow2 or .raw that the virtual machine should be created from.
5853
- efiEnabled: Booting in EFI mode
5854
- secureBoot: Secure Boot
5855
- volume:
5856
- dragTip: Drag and drop volumes, or use the volume's arrows, to change the boot order.
5857
- volumeTip: The VM only contains a cd-rom volume. You may want to add additional disk volumes.
5858
- macTip: "MAC address as seen inside the guest system."
5859
- volumeUpdate: 'Set volume { name } successfully'
5860
- type: Type
5861
- size: Size
5862
- edit: Edit
5863
- bus: Bus
5864
- bootOrder: Boot Order
5865
- volume: Volume
5866
- dockerImage: Docker Image
5867
- addVolume: Add Volume
5868
- addExistingVolume: Add Existing Volume
5869
- addVmImage: Add VM Image
5870
- addContainer: Add Container
5871
- setFirst: Set as root volume
5872
- saveVolume: Update Volume
5873
- title:
5874
- vmImage: Image Volume
5875
- existingVolume: Existing Volume
5876
- volume: Volume
5877
- container: Container
5878
- unmount:
5879
- title: Are you sure?
5880
- message: Are you sure you want to unmount this volume?
5881
- network:
5882
- title: Network
5883
- addNetwork: Add Network
5884
- addPort: Add Port
5885
- cloudConfig:
5886
- title: Cloud Config
5887
- createTemplateTitle: 'Create {name}.'
5888
- createNew: Create new...
5889
- cloudInit:
5890
- label: Cloud Init
5891
- placeholder: Select a template
5892
- user:
5893
- label: User Data Template
5894
- title: "User Data:"
5895
- tip: "You can specify user data to configure an instance or run a configuration script during launch. If you launch more than one instance at a time, the user data is available to all the instances in that reservation. <a href='https://cloudinit.readthedocs.io/en/latest/topics/examples.html' target='_blank'>Learn more</a>"
5896
- network:
5897
- label: Network Data Template
5898
- title: "Network Data:"
5899
- tip: "The network-data configuration allows you to customize the instance’s networking interfaces by assigning subnet configuration, virtual device creation (bonds, bridges, vlans) routes and DNS configuration. <a href='https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html' target='_blank'>Learn more</a>"
5900
- scheduling:
5901
- affinity:
5902
- anyNode: 'Run VM on any available node'
5903
- schedulingRules: 'Run VM on node(s) matching scheduling rules'
5904
- specificNode: Run VM on specific node - (Live migration is not supported)
5905
- accessCredentials:
5906
- resetPwd:
5907
- label: Add Basic Auth
5908
- injectSSH:
5909
- label: Add SSHKey
5910
- users: Select Users
5911
- addUser: Add User
5912
- tips: qemu-guest-agent must be installed to enable Access Credentials, the VM should be restarted after credentials added. Need to enter the VM to edit password or remove SSH-Key after deleting the credentials.
5913
- userTips: The user to be added must already exist; otherwise, the credentials will not take effect.
5914
- duplicatedUser: User already exist.
5915
- invalidUser: Invalid Username.
5916
- input:
5917
- name: Name
5918
- memory: Memory
5919
- image: Image
5920
- sshKey: SSHKey
5921
- sshKeyValue: SSH-Key
5922
- MachineType: Machine Type
5923
- username: Username
5924
- password: Password
5925
- reservedMemory: Reserved Memory
5926
- machineTypeTip: 'Specify a processor architecture to emulate. To see a list of supported architectures, run: qemu-system-x86_64 -cpu ?'
5927
- detail:
5928
- tabs:
5929
- overview: Overview
5930
- details: Details
5931
- environment: Environment
5932
- events: Events
5933
- migration: Migration
5934
- console: Console
5935
- networkInterfaces: Network Interfaces
5936
- disks: Disks
5937
- networks: Networks
5938
- basics: Basics
5939
- configurations: Configurations
5940
- inventory: Inventory
5941
- hostBasic: Basic Attributes
5942
- instance: Virtual Machines
5943
- monitor: Monitor Data
5944
- keypairs: SSH Keys
5945
- cloudConfig: Cloud Config
5946
- metrics: VM Metrics
5947
- details:
5948
- title:
5949
- vmDetails: Virtual Machine Details
5950
- requirements: Scheduling and resources requirements
5951
- services: Services
5952
- users: Logged in users
5953
- name: Name
5954
- namespace: Namespace
5955
- created: Created
5956
- hostname: Hostname
5957
- node: Node
5958
- ipAddress: IP Address
5959
- status: Status
5960
- pod: Pod
5961
- labels: Labels
5962
- bootOrder: Boot Order
5963
- annotations: Annotations
5964
- CDROMs: CD-ROMs
5965
- description: Description
5966
- operatingSystem: Operating System
5967
- template: Template
5968
- kernelRelease: Kernel Release
5969
- owner: Owner
5970
- workloadProfile: Workload Profile
5971
- nodeSelector: Node Selector
5972
- flavor: Flavor
5973
- tolerations: Tolerations
5974
- dedicatedResources: Dedicated Resources
5975
- down: VM not running
5976
- affinityRules: Affinity Rules
5977
- sourceNode: Source Node
5978
- targetNode: Target Node
5979
- started: Started
5980
- ended: Ended
5981
- notAvailable: Not available
5982
- GuestAgentNotInstalled: Guest agent required
5983
- noOwner: No Owner
5984
- events:
5985
- from: Generated from
5986
- down: No events in the past hour
5987
- console:
5988
- down: This Virtual Machine is down. Please start it to access its console.
5989
- shortKeys: Shortcut Keys
5990
-
5991
- volume:
5992
- label: Volumes
5993
- tabs:
5994
- basics: Basics
5995
- size: Size
5996
- source: Source
5997
- sourceOptions:
5998
- new: New
5999
- vmImage: VM Image
6000
- image: Image
6001
-
6002
- image:
6003
- label: Images
6004
- tabs:
6005
- basics: Basics
6006
- url: URL
6007
- size: Size
6008
- urlTip: 'supports the <code>raw</code> and <code>qcow2</code> image formats which are supported by <a href="https://www.qemu.org/docs/master/system/images.html#disk-image-file-formats" target="_blank">qemu</a>. Bootable ISO images can also be used and are treated like <code>raw</code> images.'
6009
- fileName: File Name
6010
- uploadFile: Upload File
6011
- source: Source
6012
- sourceType:
6013
- download: URL
6014
- upload: File
6015
- warning:
6016
- uploading: |-
6017
- {count, plural,
6018
- =1 {1 image is uploading, please do not refresh or close the page.}
6019
- other {{count} images are uploading, please do not refresh or close the page.}
6020
- }
6021
-
6022
- vmTemplate:
6023
- label: Templates
6024
- tabs:
6025
- basics: Basics
6026
- nameNsDescription:
6027
- name: Template Name
6028
- tips:
6029
- notExistImage:
6030
- title: Image {name} does not exist!
6031
- message: Please select a new Image.
6032
- notExistNode:
6033
- title: Node {name} does not exist!
6034
- message: Please select a new Node.
6035
-
6036
- upgradePage:
6037
- upgradeApp: Upgrade Software
6038
- upgrade: Upgrade
6039
- upgradeTip: Please select the version you want to upgrade to
6040
- currentVersion: CURRENT VERSION
6041
- versionLabel: AVAILABLE COMPATIBLE VERSIONS
6042
- upgradeNode: Upgrading Node
6043
- upgradeSysService: Upgrading System Service
6044
- upgradeImage: Download Upgrade Image
6045
- osUpgrade: OS Upgrade
6046
- uploadNew: Upload New Image
6047
- selectExisting: Select Existing Image
6048
- createRepository: Creating Upgrade Repository
6049
- succeeded: Succeeded
6050
- pending: Pending
6051
- repoInfo:
6052
- upgradeStatus: Upgrade Status
6053
- os: OS
6054
- kubernetes: Kubernetes
6055
- monitoringChart: Monitoring Chart
6056
- harvesterChart: Harvester Chart
6057
- success: Success
6058
- fail: Fail
6059
- ongoing: on-going
6060
- dismissMessage: Dismiss it
6061
- upgradeInfo:
6062
- warning: WARNING
6063
- doc: Before you upgrade to the newer Harvester version, you must perform the required <a href="https://docs.harvesterhci.io/v1.0/upgrade/automatic/" target="_blank"> pre-upgrade checks </a>for your cluster. Complete only those tasks that apply to your environment.
6064
- tip: Failure to perform these checks may result in a failed upgrade or hitting known issues that require a manual workaround fix.
6065
- moreNotes: For more details about the release notes, please visit -
6066
-
6067
- backup:
6068
- label: Backups
6069
- createText: Restore Backup
6070
- title: Restore Virtual Machine
6071
- backupTargetTip: The endpoint used to access the backupstore. NFS and S3 are supported.
6072
- message:
6073
- noSetting:
6074
- prefix: You must configure the backup target in
6075
- middle: 'setting'
6076
- suffix: before creating a new backup.
6077
- errorTip:
6078
- prefix: Backup Target value in
6079
- middle: Setting
6080
- suffix: "is invalid, error: "
6081
- viewSetting:
6082
- prefix: Click
6083
- middle: here
6084
- suffix: to view the backup config.
6085
- restore:
6086
- backup: Backup
6087
- deletePreviousVolumes: Delete Previous Volumes
6088
- createNew: Create new
6089
- replaceExisting: Replace existing
6090
- virtualMachineName: Virtual Machine Name
6091
- matchTarget: The current backup target does not match the existing one.
6092
-
6093
- network:
6094
- label: Networks
6095
- tabs:
6096
- basics: Basics
6097
- layer3Network: Route
6098
- message:
6099
- vlanInactive: 'VLAN network is inactive at {name} host'
6100
- premise:
6101
- prefix: 'You must configure a network in'
6102
- middle: 'Settings'
6103
- suffix: 'before creating a new network.'
6104
- viewSetting:
6105
- prefix: Click
6106
- middle: here
6107
- suffix: to view default cluster network config.
6108
- errorTip:
6109
- prefix: Physical NIC value in
6110
- middle: Setting
6111
- suffix: "is invalid, error: "
6112
- layer3Network:
6113
- mode:
6114
- label: Mode
6115
- auto: Auto(DHCP)
6116
- manual: Manual
6117
- serverIPAddr:
6118
- label: DHCP Server IP
6119
- gateway:
6120
- label: Gateway
6121
- placeholder: e.g. 172.16.0.1
6122
- cidr:
6123
- label: CIDR
6124
- placeholder: e.g. 172.16.0.1/24
6125
- sshKey:
6126
- label: SSH Keys
6127
- keypair: SSH Key
6128
- tabs:
6129
- basics: Basics
6130
-
6131
- setting:
6132
- label: Settings
6133
- validation:
6134
- physicalNIC: DefaultPhysicalNIC
6135
- placeholder:
6136
- accessKeyId: specify your access key id
6137
- secretAccessKey: specify your secret access key
6138
- cert: upload a self-signed SSL certificate
6139
- vlanChangeTip: The newly modified default network interface only applies to newly added nodes, not existing ones.
6140
- defaultPhysicalNIC: Default Network Interface
6141
- percentTip: The value in parentheses represents the distribution percentage of the network interface on all hosts. If an interface less than 100% is selected, the user needs to manually specify the network interface on the host where the vlan network configuration fails.
6142
- message:
6143
- ca:
6144
- prefix: 'Click'
6145
- middle: 'here'
6146
- suffix: 'to add a custom certificate.'
6147
- sslCertificates:
6148
- publicCertificate: Public Certificate
6149
- privateKey: Private Key
6150
- ca: CA
6151
- vmForceDeletionPolicy:
6152
- period: Period
6153
- supportBundleImage:
6154
- imagePullPolicy: Pull Policy
6155
- repo: Repository
6156
- tag: Tag
6157
-
6158
- upgrade:
6159
- selectExitImage: Please select the OS image to upgrade.
6160
- imageUrl: Please input a valid image url.
6161
- chooseFile: Please select to upload an image.
6162
- checksum: Checksum
6163
- harvesterMonitoring:
6164
- label: Harvester Monitoring
6165
- section:
6166
- prometheus: Prometheus Configuration
6167
- prometheusNodeExporter: Prometheus Node Exporter Configuration
6168
- tips:
6169
- scrape: Interval between consecutive scrapes
6170
- evaluation: Interval between consecutive evaluations
6171
- retention: How long to retain metrics
6172
- retentionSize: Maximum size of metrics
6173
- cloudTemplate:
6174
- label: Cloud Config Templates
6175
- templateType: Template Type
6176
- userData: User Data
6177
- networkData: Network Data
6178
-
6179
- manager:
6180
- cluster:
6181
- label: Harvester Clusters
6182
- none: There are no Harvester Clusters
6183
- learnMore: Learn more about Harvester from the <a target="_blank" href="https://harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester Web Site</a> or read the the <a target="_blank" href="https://docs.harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester Docs</a>
6184
- description: Harvester is a modern Hyperconverged infrastructure (HCI) solution built for bare metal servers using enterprise-grade open source technologies including Kubernetes, Kubevirt and Longhorn.
6185
-
6186
- support:
6187
- title: Harvester Support
6188
- kubeconfig:
6189
- title: Download KubeConfig
6190
- titleDescription: Download kubeconfig for debugging.
6191
-
6192
- namespace:
6193
- label: Namespaces
6194
-
6195
- projectNamespace:
6196
- label: Projects/Namespaces
6197
-
6198
- service:
6199
- title: Add-on Config
6200
- ipam:
6201
- label: IPAM
6202
- healthCheckPort:
6203
- label: Health Check Port
6204
- healthCheckSuccessThreshold:
6205
- label: Health Check Success Threshold
6206
- description: If the number of times the prober continuously detects an address successfully reaches the success threshold, then the backend server can start to forward traffic.
6207
- healthCheckFailureThreshold:
6208
- label: Health Check Failure Threshold
6209
- description: The backend server will stop forwarding traffic if the number of health check failures reaches the failure threshold.
6210
- healthCheckPeriod:
6211
- label: Health Check Period
6212
- healthCheckTimeout:
6213
- label: Health Check Timeout
6214
- healthCheckEnabled:
6215
- label: Health Check
6216
-
6217
- vip:
6218
- namespace:
6219
- label: Namespace
6220
- cidr:
6221
- label: CIDR
6222
- invalid: '"CIRD" is invalid.'
6223
- add:
6224
- label: Add IP Pools
6225
-
6226
- sslParameters:
6227
- protocols:
6228
- label: Protocols
6229
- ciphers:
6230
- label: Ciphers
5557
+ harvesterManager:
5558
+ manage: Manage
5559
+ cluster:
5560
+ label: Harvester Clusters
5561
+ none: There are no Harvester Clusters
5562
+ learnMore: Learn more about Harvester from the <a target="_blank" href="https://harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester Web Site</a> or read the the <a target="_blank" href="https://docs.harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester Docs</a>
5563
+ description: Harvester is a modern Hyperconverged infrastructure (HCI) solution built for bare metal servers using enterprise-grade open source technologies including Kubernetes, Kubevirt and Longhorn.
5564
+ plugins:
5565
+ loadError: Error loading harvester plugin
6231
5566
 
6232
5567
  ##############################
6233
5568
  # Model Properties
@@ -6535,71 +5870,11 @@ typeLabel:
6535
5870
  one { Workload }
6536
5871
  other { Workloads }
6537
5872
  }
6538
- kubevirt.io.virtualmachine: |-
6539
- {count, plural,
6540
- one { Virtual Machine }
6541
- other { Virtual Machines }
6542
- }
6543
- harvesterhci.io.virtualmachineimage: |-
6544
- {count, plural,
6545
- one { Image }
6546
- other { Images }
6547
- }
6548
- harvesterhci.io.keypair: |-
6549
- {count, plural,
6550
- one { SSH Key }
6551
- other { SSH Keys }
6552
- }
6553
- harvesterhci.io.host: |-
6554
- {count, plural,
6555
- one { Host }
6556
- other { Hosts }
6557
- }
6558
- k8s.cni.cncf.io.networkattachmentdefinition: |-
6559
- {count, plural,
6560
- one { Network Attachment Definition }
6561
- other { Network Attachment Definitions }
6562
- }
6563
- harvesterhci.io.networkattachmentdefinition: |-
6564
- {count, plural,
6565
- one { Network }
6566
- other { Networks }
6567
- }
6568
- harvesterhci.io.volume: |-
6569
- {count, plural,
6570
- one { Volume }
6571
- other { Volumes }
6572
- }
6573
- harvesterhci.io.user: |-
6574
- {count, plural,
6575
- one { User }
6576
- other { Users }
6577
- }
6578
- harvesterhci.io.setting: |-
6579
- {count, plural,
6580
- one { Setting }
6581
- other { Settings }
6582
- }
6583
- harvesterhci.io.virtualmachinetemplateversion: |-
6584
- {count, plural,
6585
- one { Template }
6586
- other { Templates }
6587
- }
6588
- harvesterhci.io.virtualmachinebackup: |-
6589
- {count, plural,
6590
- one { Backup }
6591
- other { Backups }
6592
- }
6593
5873
  harvesterhci.io.management.cluster: |-
6594
5874
  {count, plural,
6595
5875
  one { Harvester Cluster }
6596
5876
  other { Harvester Clusters }
6597
5877
  }
6598
- harvesterhci.io.cloudtemplate: |-
6599
- {count, plural,
6600
- one { Cloud Config Template }
6601
- other { Cloud Config Templates }
6602
- }
6603
5878
  fleet.cattle.io.bundle: |-
6604
5879
  {count, plural,
6605
5880
  one { Bundle }
@@ -6695,6 +5970,7 @@ advancedSettings:
6695
5970
  invalidJSON: Invalid JSON - please check and correct your input before saving
6696
5971
  descriptions:
6697
5972
  'cacerts': "CA Certificates needed to verify the server's certificate."
5973
+ 'password-min-length': 'Define minimum characters required for an user password.'
6698
5974
  'cluster-defaults': 'Override RKE Defaults when creating new clusters.'
6699
5975
  'engine-install-url': 'Default Docker engine installation URL (for most node drivers).'
6700
5976
  'engine-iso-url': 'Default OS installation URL (for vSphere driver).'
@@ -6723,27 +5999,6 @@ advancedSettings:
6723
5999
  'ui-consent-banner': 'Banner is used to display a custom consent banner presented to users during login.'
6724
6000
  'ui-default-landing': 'The default page users land on after login.'
6725
6001
  'brand': Folder name for an alternative theme defined in '/assets/brand'
6726
- 'harv-vlan': Default Network Interface name of the VLAN network.
6727
- 'harv-backup-target': Custom backup target to store VM backups.
6728
- 'harv-log-level': Configure Harvester server log level. Default to info.
6729
- 'harv-server-version': Harvester server version.
6730
- 'harv-upgrade-checker-enabled': Specify whether to enable Harvester upgrade check or not. Default is true.
6731
- 'harv-upgrade-checker-url': Default Harvester upgrade check url. Only used when the <code>upgrade-checker-enabled</code> is equal to true.
6732
- 'harv-ui-source': Config how to load the UI source.
6733
- 'harv-ui-index': 'HTML index location for the UI.'
6734
- 'harv-cluster-registration-url': Registration URL for mutil-cluster management.
6735
- 'harv-http-proxy': 'HTTP proxy for Harvester to access external services.'
6736
- 'harv-additional-ca': 'Custom CA root certificates for TLS validation.'
6737
- 'harv-overcommit-config': 'Resource overcommit configuration.'
6738
- 'harv-vip-pools': 'Config global or namespace IP address pools of the VIP by CIDR.'
6739
- 'harv-support-bundle-timeout': 'Support Bundle timeout config in minutes, use 0 to disable the timeout.'
6740
- 'harv-vm-force-reset-policy': Config the force-reset action when a VM is stuck on a node that is down.
6741
- 'harv-ssl-parameters': Custom SSL Parameters for TLS validation.
6742
- 'harv-support-bundle-namespaces': Specify resources in other namespaces to be collected by the support package.
6743
- 'harv-auto-disk-provision-paths': Specify the disks(using glob pattern) that Harvester will automatically add as VM storage.
6744
- 'harv-support-bundle-image': Support bundle image configuration. Find different versions in <a href="https://hub.docker.com/r/rancher/support-bundle-kit/tags" target="_blank">rancher/support-bundle-kit</a>.
6745
- 'harv-release-download-url': This setting allows you to configure the <code>upgrade release download</code> URL address. Harvester will get the ISO URL and checksum value from the (<code>$URL</code>/<code>$VERSION</code>/version.yaml) file hosted by the configured URL.
6746
- 'harvester-monitoring': Specifies the monitoring configuration that the Harvester's built-in Prometheus will use.
6747
6002
  'hide-local-cluster': Hide the local cluster
6748
6003
  editHelp:
6749
6004
  'ui-banners': This setting takes a JSON object containing 3 root parameters; <code>banner</code>, <code>showHeader</code>, <code>showFooter</code>. <code>banner</code> is an object containing; <code>textColor</code>, <code>background</code>, and <code>text</code>, where <code>textColor</code> and <code>background</code> are any valid CSS color value.
@@ -6785,24 +6040,27 @@ featureFlags:
6785
6040
  performance:
6786
6041
  label: UI Performance Settings
6787
6042
  settingName: Performance
6788
- description: |-
6789
- Performance settings allow the behavior of the UI to be configured when dealing with many resources in a cluster. These settings only apply to the following resources: Pods, Deployments, Cron Jobs, Daemon Sets, Jobs, Stateful Sets, Replica Sets, Replication Controllers, Workloads and Secrets.
6790
- banner: These settings are experimental and may be removed or updated in future versions
6791
6043
  incrementalLoad:
6792
6044
  label: Incremental Loading
6793
6045
  setting: You can configure the threshold above which incremental loading will be used.
6794
6046
  description: |-
6795
- When enabled, resources will appear more quickly, but it may take slightly longer to load the entire set of resources.
6047
+ When enabled, resources will appear more quickly, but it may take slightly longer to load the entire set of resources. This setting only applies to the following resources: Pods, Deployments, Cron Jobs, Daemon Sets, Jobs, Stateful Sets, Replica Sets, Replication Controllers, Workloads and Secrets.
6796
6048
  checkboxLabel: Enable incremental loading
6797
6049
  inputLabel: Resource Threshold
6798
6050
  manualRefresh:
6051
+ banner: This setting is experimental and may be removed or updated in future versions.
6799
6052
  label: Manual Refresh
6800
6053
  setting: You can configure a threshold above which manual refresh will be enabled.
6801
6054
  buttonTooltip: Refresh list
6802
6055
  description: |-
6803
- When enabled list data will not auto-update but instead the user must manually trigger a list-view refresh.
6056
+ When enabled, list data will not auto-update but instead the user must manually trigger a list-view refresh. This setting only applies to the following resources: Pods, Deployments, Cron Jobs, Daemon Sets, Jobs, Stateful Sets, Replica Sets, Replication Controllers, Workloads and Secrets.
6804
6057
  checkboxLabel: Enable manual refresh of data for lists
6805
6058
  inputLabel: Resource Threshold
6059
+ websocketNotification:
6060
+ label: Websocket Notifications
6061
+ description: |-
6062
+ When checked, websocket notifications will not appear when the UI detects a disconnection.
6063
+ checkboxLabel: Disable websocket notifications
6806
6064
 
6807
6065
  banner:
6808
6066
  label: Fixed Banners