@rancher/shell 0.1.1 → 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 (294) hide show
  1. package/assets/translations/en-us.yaml +33 -769
  2. package/assets/translations/zh-hans.yaml +153 -781
  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 +32 -12
  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/ResourceTabs/index.vue +27 -18
  24. package/components/form/WorkloadPorts.vue +1 -1
  25. package/components/formatter/ClusterLink.vue +13 -0
  26. package/components/formatter/PodImages.vue +11 -1
  27. package/components/formatter/RKETemplateName.vue +37 -0
  28. package/components/formatter/WorkloadHealthScale.vue +1 -1
  29. package/components/nav/Header.vue +9 -9
  30. package/components/nav/NamespaceFilter.vue +7 -4
  31. package/components/nav/TopLevelMenu.vue +6 -43
  32. package/components/nav/WindowManager/ContainerLogs.vue +1 -1
  33. package/config/product/harvester-manager.js +64 -2
  34. package/config/product/manager.js +9 -0
  35. package/config/settings.js +17 -71
  36. package/config/table-headers.js +0 -1
  37. package/config/types.js +8 -26
  38. package/core/plugin-routes.ts +34 -22
  39. package/core/plugin.ts +15 -3
  40. package/core/plugins-loader.js +2 -0
  41. package/core/plugins.js +79 -36
  42. package/core/types.ts +7 -1
  43. package/creators/app/tsconfig.json +6 -1
  44. package/creators/pkg/init +3 -0
  45. package/creators/pkg/tsconfig.json +7 -2
  46. package/detail/provisioning.cattle.io.cluster.vue +23 -0
  47. package/detail/workload/index.vue +11 -5
  48. package/{components/dialog → dialog}/AddClusterMemberDialog.vue +0 -0
  49. package/{components/dialog → dialog}/AddCustomBadgeDialog.vue +0 -0
  50. package/{components/dialog → dialog}/AddProjectMemberDialog.vue +0 -0
  51. package/{components/dialog → dialog}/AddonConfigConfirmationDialog.vue +0 -0
  52. package/{components/dialog → dialog}/DrainNode.vue +0 -0
  53. package/{components/dialog → dialog}/ForceMachineRemoveDialog.vue +0 -0
  54. package/{components/dialog → dialog}/GenericPrompt.vue +0 -0
  55. package/{components/dialog → dialog}/RollbackWorkloadDialog.vue +0 -0
  56. package/{components/dialog → dialog}/RotateCertificatesDialog.vue +0 -0
  57. package/{components/dialog → dialog}/RotateEncryptionKeyDialog.vue +0 -0
  58. package/{components/dialog → dialog}/SaveAsRKETemplateDialog.vue +0 -0
  59. package/{components/dialog → dialog}/ScaleMachineDownDialog.vue +0 -0
  60. package/edit/auth/azuread.vue +20 -1
  61. package/edit/cloudcredential.vue +7 -1
  62. package/edit/management.cattle.io.project.vue +2 -2
  63. package/edit/namespace.vue +17 -10
  64. package/edit/networking.k8s.io.ingress/index.vue +2 -1
  65. package/edit/persistentvolumeclaim.vue +33 -2
  66. package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +1 -1
  67. package/edit/provisioning.cattle.io.cluster/MachinePool.vue +34 -6
  68. package/edit/provisioning.cattle.io.cluster/index.vue +1 -1
  69. package/edit/provisioning.cattle.io.cluster/rke2.vue +21 -6
  70. package/edit/service.vue +1 -1
  71. package/edit/workload/index.vue +363 -15
  72. package/edit/workload/mixins/workload.js +62 -7
  73. package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +1 -0
  74. package/layouts/default.vue +52 -27
  75. package/layouts/error.vue +5 -1
  76. package/layouts/home.vue +6 -2
  77. package/list/harvesterhci.io.management.cluster.vue +74 -33
  78. package/list/namespace.vue +3 -5
  79. package/list/provisioning.cattle.io.cluster.vue +6 -0
  80. package/machine-config/amazonec2.vue +2 -0
  81. package/machine-config/harvester.vue +96 -49
  82. package/middleware/authenticated.js +56 -52
  83. package/mixins/brand.js +3 -4
  84. package/mixins/create-edit-view/impl.js +0 -8
  85. package/mixins/form-validation.js +1 -1
  86. package/mixins/resource-fetch.js +3 -1
  87. package/models/chart.js +1 -1
  88. package/models/cluster/node.js +12 -1
  89. package/models/fleet.cattle.io.bundle.js +26 -19
  90. package/models/harvesterhci.io.management.cluster.js +194 -5
  91. package/models/management.cattle.io.cluster.js +1 -1
  92. package/models/management.cattle.io.clusterroletemplatebinding.js +9 -0
  93. package/models/management.cattle.io.globalrole.js +0 -19
  94. package/models/management.cattle.io.project.js +23 -2
  95. package/models/management.cattle.io.roletemplate.js +2 -21
  96. package/models/namespace.js +19 -3
  97. package/models/pod.js +19 -2
  98. package/models/provisioning.cattle.io.cluster.js +71 -0
  99. package/models/service.js +5 -1
  100. package/models/workload.js +4 -243
  101. package/models/workload.service.js +314 -0
  102. package/nuxt.config.js +14 -12
  103. package/package.json +3 -3
  104. package/pages/auth/login.vue +11 -2
  105. package/pages/auth/setup.vue +1 -1
  106. package/pages/c/_cluster/_product/members/index.vue +3 -93
  107. package/pages/c/_cluster/_product/projectsnamespaces.vue +6 -403
  108. package/pages/c/_cluster/apps/charts/install.vue +0 -6
  109. package/pages/c/_cluster/settings/performance.vue +19 -16
  110. package/pages/fail-whale.vue +1 -10
  111. package/pages/index.vue +18 -4
  112. package/pages/plugins.vue +2 -2
  113. package/pages/prefs.vue +8 -6
  114. package/pkg/auto-import.js +44 -7
  115. package/pkg/dynamic-plugin-loader.js +28 -0
  116. package/pkg/import.js +2 -2
  117. package/pkg/model-loader-require.lib.js +3 -0
  118. package/pkg/vue.config.js +9 -6
  119. package/plugins/console.js +10 -5
  120. package/plugins/dashboard-store/actions.js +8 -3
  121. package/plugins/dashboard-store/getters.js +7 -2
  122. package/plugins/dashboard-store/model-loader-require.js +12 -0
  123. package/plugins/dashboard-store/model-loader.js +4 -1
  124. package/plugins/dashboard-store/resource-class.js +10 -3
  125. package/plugins/steve/actions.js +1 -1
  126. package/plugins/steve/index.js +6 -4
  127. package/plugins/steve/steve-description-class.js +32 -0
  128. package/plugins/steve/subscribe.js +34 -23
  129. package/rancher-components/Banner/Banner.vue +2 -2
  130. package/rancher-components/Form/Checkbox/Checkbox.test.ts +77 -0
  131. package/rancher-components/Form/Checkbox/Checkbox.vue +12 -2
  132. package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +0 -2
  133. package/rancher-components/Form/LabeledInput/LabeledInput.vue +2 -0
  134. package/rancher-components/Form/Radio/RadioButton.vue +14 -1
  135. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.test.ts +107 -0
  136. package/{components/form → rancher-components/Form/ToggleSwitch}/ToggleSwitch.vue +18 -8
  137. package/rancher-components/Form/ToggleSwitch/index.ts +1 -0
  138. package/rancher-components/Form/index.ts +1 -0
  139. package/scripts/build-pkg.sh +48 -2
  140. package/scripts/drone-build-pkg.sh +31 -0
  141. package/scripts/publish-shell.sh +10 -11
  142. package/scripts/serve-pkgs +17 -10
  143. package/scripts/test-plugins-build.sh +18 -1
  144. package/store/catalog.js +3 -1
  145. package/store/i18n.js +16 -11
  146. package/store/index.js +4 -181
  147. package/store/prefs.js +30 -2
  148. package/store/type-map.js +16 -29
  149. package/types/{index.d.ts → rancher/index.d.ts} +0 -0
  150. package/utils/cluster.js +1 -1
  151. package/utils/custom-validators.js +1 -12
  152. package/utils/dynamic-importer.js +1 -1
  153. package/utils/validators/setting.js +0 -35
  154. package/components/FilterLabel.vue +0 -254
  155. package/components/HarvesterUpgradeProgressBarList.vue +0 -109
  156. package/components/VMConsoleBar.vue +0 -87
  157. package/components/dialog/harvester/AddHotplugModal.vue +0 -159
  158. package/components/dialog/harvester/BackupModal.vue +0 -117
  159. package/components/dialog/harvester/CloneTemplate.vue +0 -125
  160. package/components/dialog/harvester/EjectCDROMDialog.vue +0 -157
  161. package/components/dialog/harvester/ExportImageDialog.vue +0 -152
  162. package/components/dialog/harvester/MaintenanceDialog.vue +0 -94
  163. package/components/dialog/harvester/MigrationDialog.vue +0 -154
  164. package/components/dialog/harvester/RestoreDialog.vue +0 -153
  165. package/components/dialog/harvester/SupportBundle.vue +0 -217
  166. package/components/dialog/harvester/UnplugVolume.vue +0 -108
  167. package/components/form/SerialConsole/index.vue +0 -267
  168. package/components/formatter/AttachVMWithName.vue +0 -46
  169. package/components/formatter/CloudInitType.vue +0 -27
  170. package/components/formatter/HarvesterBackupTargetValidation.vue +0 -43
  171. package/components/formatter/HarvesterCPUUsed.vue +0 -122
  172. package/components/formatter/HarvesterDiskState.vue +0 -66
  173. package/components/formatter/HarvesterHostName.vue +0 -66
  174. package/components/formatter/HarvesterIpAddress.vue +0 -90
  175. package/components/formatter/HarvesterMemoryUsed.vue +0 -140
  176. package/components/formatter/HarvesterMigrationState.vue +0 -85
  177. package/components/formatter/HarvesterNodeName.vue +0 -49
  178. package/components/formatter/HarvesterStorageUsed.vue +0 -194
  179. package/components/formatter/HarvesterVmState.vue +0 -123
  180. package/components/nav/HarvesterUpgrade.vue +0 -232
  181. package/components/novnc/NovncConsole.vue +0 -93
  182. package/components/novnc/NovncConsoleItem.vue +0 -89
  183. package/components/novnc/NovncConsoleWrapper.vue +0 -243
  184. package/config/harvester-map.js +0 -44
  185. package/config/harvester-table-headers.js +0 -27
  186. package/config/product/harvester.js +0 -305
  187. package/detail/harvesterhci.io.host/HarvesterHostBasic.vue +0 -364
  188. package/detail/harvesterhci.io.host/HarvesterHostDisk.vue +0 -200
  189. package/detail/harvesterhci.io.host/HarvesterHostNetwork.vue +0 -89
  190. package/detail/harvesterhci.io.host/VirtualMachineInstance.vue +0 -134
  191. package/detail/harvesterhci.io.host/index.vue +0 -243
  192. package/detail/harvesterhci.io.virtualmachinebackup/index.vue +0 -221
  193. package/detail/harvesterhci.io.virtualmachineimage.vue +0 -118
  194. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineBasics.vue +0 -279
  195. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineEvents.vue +0 -75
  196. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineKeypairs.vue +0 -114
  197. package/detail/kubevirt.io.virtualmachine/VirtualMachineTabs/VirtualMachineMigration.vue +0 -79
  198. package/detail/kubevirt.io.virtualmachine/index.vue +0 -213
  199. package/edit/harvesterhci.io.cloudtemplate.vue +0 -123
  200. package/edit/harvesterhci.io.host/HarvesterDisk.vue +0 -262
  201. package/edit/harvesterhci.io.host/index.vue +0 -533
  202. package/edit/harvesterhci.io.keypair.vue +0 -112
  203. package/edit/harvesterhci.io.managedchart/index.vue +0 -25
  204. package/edit/harvesterhci.io.managedchart/rancher-monitoring.vue +0 -172
  205. package/edit/harvesterhci.io.networkattachmentdefinition.vue +0 -210
  206. package/edit/harvesterhci.io.setting/additional-ca.vue +0 -36
  207. package/edit/harvesterhci.io.setting/backup-target.vue +0 -182
  208. package/edit/harvesterhci.io.setting/http-proxy.vue +0 -79
  209. package/edit/harvesterhci.io.setting/index.vue +0 -201
  210. package/edit/harvesterhci.io.setting/overcommit-config.vue +0 -94
  211. package/edit/harvesterhci.io.setting/ssl-certificates.vue +0 -117
  212. package/edit/harvesterhci.io.setting/ssl-parameters.vue +0 -161
  213. package/edit/harvesterhci.io.setting/support-bundle-image.vue +0 -134
  214. package/edit/harvesterhci.io.setting/support-bundle-namespaces.vue +0 -73
  215. package/edit/harvesterhci.io.setting/vip-pools.vue +0 -244
  216. package/edit/harvesterhci.io.setting/vm-force-reset-policy.vue +0 -81
  217. package/edit/harvesterhci.io.virtualmachinebackup.vue +0 -256
  218. package/edit/harvesterhci.io.virtualmachineimage.vue +0 -364
  219. package/edit/harvesterhci.io.virtualmachinetemplateversion.vue +0 -340
  220. package/edit/harvesterhci.io.volume.vue +0 -195
  221. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/AccessCredentialsUsers.vue +0 -190
  222. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/index.vue +0 -212
  223. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/type/basicAuth.vue +0 -94
  224. package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/type/sshkey.vue +0 -85
  225. package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/DataTemplate.vue +0 -153
  226. package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/index.vue +0 -279
  227. package/edit/kubevirt.io.virtualmachine/VirtualMachineCpuMemory.vue +0 -113
  228. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/__tests__/HarvesterEditNetwork.test.ts +0 -41
  229. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/base.vue +0 -281
  230. package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/index.vue +0 -142
  231. package/edit/kubevirt.io.virtualmachine/VirtualMachineReserved.vue +0 -54
  232. package/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue +0 -256
  233. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue +0 -391
  234. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditContainer.test.ts +0 -40
  235. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditExisting.test.ts +0 -102
  236. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVMImage.test.ts +0 -117
  237. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVolume.test.ts +0 -74
  238. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/container.vue +0 -132
  239. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/existing.vue +0 -303
  240. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/vmImage.vue +0 -285
  241. package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/volume.vue +0 -188
  242. package/edit/kubevirt.io.virtualmachine/index.vue +0 -642
  243. package/edit/network.harvesterhci.io.clusternetwork/index.vue +0 -19
  244. package/edit/network.harvesterhci.io.clusternetwork/vlan.vue +0 -134
  245. package/edit/workload/types/Deployment.vue +0 -377
  246. package/edit/workload/types/Generic.vue +0 -295
  247. package/list/harvesterhci.io.cloudtemplate.vue +0 -78
  248. package/list/harvesterhci.io.dashboard/HarvesterUpgrade.vue +0 -211
  249. package/list/harvesterhci.io.dashboard/UpgradeInfo.vue +0 -40
  250. package/list/harvesterhci.io.dashboard/index.vue +0 -752
  251. package/list/harvesterhci.io.host/index.vue +0 -186
  252. package/list/harvesterhci.io.networkattachmentdefinition.vue +0 -167
  253. package/list/harvesterhci.io.setting.vue +0 -241
  254. package/list/harvesterhci.io.virtualmachinebackup.vue +0 -172
  255. package/list/harvesterhci.io.virtualmachineimage.vue +0 -80
  256. package/list/harvesterhci.io.virtualmachinetemplateversion.vue +0 -173
  257. package/list/harvesterhci.io.volume.vue +0 -122
  258. package/list/kubevirt.io.virtualmachine.vue +0 -193
  259. package/mixins/harvester-vm/impl.js +0 -267
  260. package/mixins/harvester-vm/index.js +0 -1357
  261. package/models/harvester/configmap.js +0 -32
  262. package/models/harvester/harvesterhci.io.blockdevice.js +0 -55
  263. package/models/harvester/harvesterhci.io.keypair.js +0 -12
  264. package/models/harvester/harvesterhci.io.setting.js +0 -127
  265. package/models/harvester/harvesterhci.io.supportbundle.js +0 -35
  266. package/models/harvester/harvesterhci.io.upgrade.js +0 -226
  267. package/models/harvester/harvesterhci.io.virtualmachinebackup.js +0 -116
  268. package/models/harvester/harvesterhci.io.virtualmachineimage.js +0 -255
  269. package/models/harvester/harvesterhci.io.virtualmachinerestore.js +0 -43
  270. package/models/harvester/harvesterhci.io.virtualmachinetemplate.js +0 -69
  271. package/models/harvester/harvesterhci.io.virtualmachinetemplateversion.js +0 -227
  272. package/models/harvester/k8s.cni.cncf.io.networkattachmentdefinition.js +0 -32
  273. package/models/harvester/kubevirt.io.virtualmachine.js +0 -850
  274. package/models/harvester/kubevirt.io.virtualmachineinstance.js +0 -142
  275. package/models/harvester/management.cattle.io.managedchart.js +0 -191
  276. package/models/harvester/management.cattle.io.setting.js +0 -40
  277. package/models/harvester/network.harvesterhci.io.clusternetwork.js +0 -100
  278. package/models/harvester/network.harvesterhci.io.nodenetwork.js +0 -34
  279. package/models/harvester/node.js +0 -255
  280. package/models/harvester/persistentvolumeclaim.js +0 -166
  281. package/models/harvester/pod.js +0 -185
  282. package/pages/c/_cluster/harvester/airgapupgrade/index.vue +0 -309
  283. package/pages/c/_cluster/harvester/console/_uid/serial.vue +0 -51
  284. package/pages/c/_cluster/harvester/console/_uid/vnc.vue +0 -52
  285. package/pages/c/_cluster/harvester/index.vue +0 -24
  286. package/pages/c/_cluster/harvester/support/index.vue +0 -154
  287. package/pkg/model-loader.lib.js +0 -3
  288. package/plugins/lookup.js +0 -50
  289. package/promptRemove/kubevirt.io.virtualmachine.vue +0 -164
  290. package/store/harvester-common.js +0 -126
  291. package/utils/validators/vm-datavolumes.js +0 -38
  292. package/utils/validators/vm-image.js +0 -32
  293. package/utils/validators/vm.js +0 -221
  294. package/yarn-error.log +0 -196
@@ -4,12 +4,14 @@
4
4
  generic:
5
5
  add: 添加
6
6
  all: 全部
7
+ and: ' 和 '
7
8
  back: 返回
8
9
  cancel: 取消
9
10
  clear: 清除
10
11
  clearAll: 清除全部
11
12
  close: 关闭
12
13
  comingSoon: 即将上线
14
+ comma: ','
13
15
  copy: 复制
14
16
  create: 创建
15
17
  created: 创建时间
@@ -195,7 +197,7 @@ product:
195
197
  suffix:
196
198
  percent: "%"
197
199
  milliCpus: milli CPU
198
- cores: 核心
200
+ cores:
199
201
  cpus: CPU
200
202
  gpus: GPU
201
203
  ib: iB
@@ -240,6 +242,25 @@ about:
240
242
  title: 镜像列表
241
243
  downloadCLI:
242
244
  title: CLI 下载
245
+ diagnostic:
246
+ title: 诊断
247
+ checkboxTooltip: 用前 10 个资源的响应时间补充诊断数据,可能需要一些的时间才能完成。
248
+ checkboxLabel: 发出其它请求
249
+ systemInformation:
250
+ subtitle: 系统信息
251
+ os: 操作系统
252
+ browserUserAgent: 用户浏览器
253
+ browserLanguage: 浏览器语言
254
+ cookieEnabled: 启用 Cookie
255
+ deviceMemory: 设备内存
256
+ hardwareConcurrency: 硬件并发
257
+ memJsHeapLimit: JS 堆内存大小限制
258
+ memTotalJsHeapSize: JS 堆内存总大小
259
+ memUsedJsHeapSize: 已使用的 JS 堆内存
260
+ logs:
261
+ subtitle: 最新日志
262
+ resourceCounts:
263
+ subtitle: 资源数量
243
264
 
244
265
  accountAndKeys:
245
266
  title: 账号 & API 密钥
@@ -548,6 +569,10 @@ asyncButton:
548
569
  action: 停用
549
570
  waiting: 正在停用…
550
571
  success: 已停用
572
+ diagnostic:
573
+ action: 下载数据
574
+ success: 正在保存
575
+ waiting: 正在下载…
551
576
  done:
552
577
  action: 完成
553
578
  success: 已保存
@@ -555,7 +580,7 @@ asyncButton:
555
580
  download:
556
581
  action: 下载
557
582
  success: 正在保存
558
- waiting: 下载中…
583
+ waiting: 正在下载…
559
584
  drain:
560
585
  action: 清空
561
586
  success: 已清空
@@ -1029,6 +1054,7 @@ cluster:
1029
1054
  harvester:
1030
1055
  label: Harvester
1031
1056
  copyConfig: 将 KubeConfig 复制到剪切板
1057
+ copiedConfig: 已将 KubeConfig 复制到剪切板
1032
1058
  custom:
1033
1059
  nodeRole:
1034
1060
  label: 节点角色
@@ -1048,6 +1074,7 @@ cluster:
1048
1074
  windowsDetail: 在每台要注册的 Windows 主机中的 PowerShell 上运行此命令。Windows 节点只能充当 worker。
1049
1075
  windowsNotReady: 在用于添加 Windows worker 的注册命令显示之前,集群必须已启动并运行 Linux ETCD,Control Plane,以及 worker 节点。
1050
1076
  windowsWarning: 工作负载 Pod(包括由 Rancher Chart 部署的 Pod)将默认调度到 Linux 和 Windows 节点上。编辑 Chart 中的 NodeSelector 以将它们放置到兼容的节点上。
1077
+ windowsDeprecatedForRKE1: RKE1 已弃用 Windows 支持。建议你迁移到 RKE2。
1051
1078
  insecure: "不安全:如果你的服务器具有自签名证书,选择此项以跳过 TLS 验证。"
1052
1079
  credential:
1053
1080
  banner:
@@ -1205,14 +1232,20 @@ cluster:
1205
1232
  toolTip: 用于登录选中的操作系统镜像的 SSH 用户名
1206
1233
  haveOneOwner: 至少有一名成员需要具有所有者角色。
1207
1234
  import:
1235
+ warningBanner: '不要导入已连接到另一个 Rancher 实例的集群,避免损坏数据。'
1208
1236
  commandInstructions: '在运行支持的 Kubernetes 版本的 Kubernetes 集群上,运行以下 <code>kubectl</code> 命令,以将其导入到 {vendor}:'
1209
1237
  commandInstructionsInsecure: '如果你看到&quot;证书由未知机构签名&quot;的错误,你的 {vendor} 安装了自签名或不受信任的 SSL 证书。你可以运行下面的命令来绕过证书验证:'
1210
1238
  clusterRoleBindingInstructions: '如果你在创建资源时遇到权限错误,你的用户可能没有绑定 <code>cluster-admin</code> 角色。你可以运行这个命令来申请角色:'
1211
1239
  clusterRoleBindingCommand: 'kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user <your username from your kubeconfig>'
1240
+ explore: 浏览
1241
+ exploreHarvester: 浏览
1212
1242
  importAction: 导入已有集群
1213
1243
  kubernetesVersion:
1214
1244
  label: Kubernetes 版本
1215
1245
  experimental: 实验功能
1246
+ deprecated: 已弃用
1247
+ deprecatedPatches: 显示已弃用的 Kubernetes 补丁版本
1248
+ deprecatedPatchWarning: 建议为每个 Kubernetes 次要版本使用最新的补丁版本,已弃用的补丁版本可能对迁移有用。
1216
1249
  toolsTip: 使用新集群工具来管理和安装 Monitoring、Logging 等工具。
1217
1250
  legacyWarning: 旧版功能开关已开启,但是不是所有旧版功能都在 Kubernetes 1.21+ 中支持。
1218
1251
  log:
@@ -1420,7 +1453,7 @@ cluster:
1420
1453
  title: 安全组
1421
1454
  vpcId: '(先选择一个 VPC/子网)'
1422
1455
  mode:
1423
- default: '标准:自动创建并使用一个 "{defaultGroup}"; 安全组'
1456
+ default: '标准:自动创建并使用一个 "{defaultGroup}" 安全组'
1424
1457
  custom: '选择一个或多个现有的安全组:'
1425
1458
  volumeType:
1426
1459
  label: EBS 根卷类型
@@ -1468,12 +1501,15 @@ cluster:
1468
1501
  os: '你正在将 {newOS} worker 节点添加到具有一个或多个 {existingOS} worker 节点的集群。你可能需要升级或删除某些已安装的应用。'
1469
1502
  rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">文档</a>。'
1470
1503
 
1504
+ rkeTemplateUpgrade: 模板修订版 {name} 可用于升级
1505
+
1471
1506
  detail:
1472
1507
  provisioner: 提供商
1473
1508
  kubernetesVersion: Kubernetes 版本
1474
1509
  machineProvider: 主机提供商
1475
1510
  machinePools: 主机池
1476
1511
  machines: 主机
1512
+ rkeTemplate: RKE 模板
1477
1513
 
1478
1514
  machinePool:
1479
1515
  name:
@@ -1801,6 +1837,7 @@ cruResource:
1801
1837
  reviewForm: "继续编辑 YAML"
1802
1838
  reviewYaml: "继续编辑 YAML"
1803
1839
  previewYaml: 以 YAML 文件编辑
1840
+ showYaml: 以 YAML 形式查看
1804
1841
 
1805
1842
  detailText:
1806
1843
  collapse: 隐藏
@@ -1858,7 +1895,7 @@ fleet:
1858
1895
  collapseAll: 收起所有
1859
1896
  cluster:
1860
1897
  summary: 资源摘要
1861
- nonReady: 非就绪包
1898
+ nonReady: 非就绪 Bundle
1862
1899
  clusters:
1863
1900
  harvester: |-
1864
1901
  还有 {count, plural,
@@ -1872,10 +1909,11 @@ fleet:
1872
1909
  other {#个 Token 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
1873
1910
  }
1874
1911
  bundles:
1912
+ resources: 资源
1875
1913
  harvester: |-
1876
1914
  {count, plural,
1877
- =1 {1个包未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
1878
- other {#个包未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
1915
+ =1 {1 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
1916
+ other {# 个 Bundle 未显示,因为它属于不能与持续交付一起使用的 Harvester 集群。}
1879
1917
  }
1880
1918
  fleetSummary:
1881
1919
  noClustersGitRepo: 这个 Git 仓库不针对任何集群
@@ -1909,13 +1947,25 @@ fleet:
1909
1947
  placeholder: '例如:https://github.com/rancher/fleet-examples.git'
1910
1948
  addRepo: 添加仓库
1911
1949
  noRepos: 未添加任何仓库
1950
+ add:
1951
+ steps:
1952
+ repoInfo:
1953
+ label: 仓库详情
1954
+ title: 指定要添加到 Fleet 的 Git 仓库
1955
+ subtext: '定义仓库详情'
1956
+ description: Fleet 将持续监控下方配置的 Git 仓库,并将仓库中包含的资源同步到配置的目标。
1957
+ targetInfo:
1958
+ label: 目标详情
1959
+ title: 指定要与仓库同步的目标
1960
+ subtext: '定义目标详情'
1961
+ description: 你可以配置哪些集群将用作与仓库资源同步的目标。
1912
1962
  ref:
1913
- label: 监视
1963
+ label: Watch
1914
1964
  branch: 分支
1915
- revision: 修改
1965
+ revision: 修订
1916
1966
  branchLabel: 分支名称
1917
1967
  branchPlaceholder: 例如:master
1918
- revisionLabel: 标签或 Commit Hash
1968
+ revisionLabel: Tag Commit Hash
1919
1969
  revisionPlaceholder: 例如:v1.0.0
1920
1970
  serviceAccount:
1921
1971
  label: 服务账号名称
@@ -2059,6 +2109,12 @@ graphOptions:
2059
2109
  refresh: 刷新
2060
2110
  range: 范围
2061
2111
 
2112
+ growl:
2113
+ clearAll: 清除全部通知
2114
+ disconnected:
2115
+ message: "与 {url} 的连接意外断开 {time},正在重试..."
2116
+ title: Websocket 断开连接
2117
+
2062
2118
  hpa:
2063
2119
  detail:
2064
2120
  currentMetrics:
@@ -2154,10 +2210,15 @@ ingress:
2154
2210
  port:
2155
2211
  label: 端口
2156
2212
  placeholder: 例如:80 或 http
2213
+ notInt: 端口必须是整数
2214
+ required: 端口是必填的
2157
2215
  targetService:
2158
2216
  label: 目标服务
2159
2217
  doesntExist: 你选择的服务不存在
2218
+ required: 目标服务是必填的
2160
2219
  warning: "警告:默认后端将全局用于整个集群"
2220
+ ingressClass:
2221
+ label: IngressClass
2161
2222
  rules:
2162
2223
  addPath: 添加路径
2163
2224
  addRule: 添加规则
@@ -2187,6 +2248,7 @@ ingress:
2187
2248
  defaultCertificate: 默认
2188
2249
  target:
2189
2250
  default: 默认
2251
+ rulesOrBackendSpecified: 必须指定默认后端或规则
2190
2252
 
2191
2253
  internalExternalIP:
2192
2254
  none: 无
@@ -2375,6 +2437,7 @@ labels:
2375
2437
  addAnnotation: 添加注释
2376
2438
  labels:
2377
2439
  title: 标签
2440
+ fleetClusterTooltip: 标签更改应用到管理集群并同步到 Fleet 集群。
2378
2441
  annotations:
2379
2442
  title: 注释
2380
2443
 
@@ -2679,6 +2742,9 @@ login:
2679
2742
  remember:
2680
2743
  label: 记住用户名
2681
2744
 
2745
+ managementNode:
2746
+ customName: 自定义名称
2747
+
2682
2748
  members:
2683
2749
  clusterMembers: 集群成员
2684
2750
  createActionLabel: 添加
@@ -2706,7 +2772,7 @@ members:
2706
2772
  custom:
2707
2773
  label: 自定义
2708
2774
  description: 为该用户自定义角色。
2709
- localClusterWarning: "注意:这是 Rancher 用来存储数据的集群。只有管​​理员才应该对该集群有写权限。能够写入此集群的用户可以授权自己访问由该安装管理的其他集群。"
2775
+ localClusterWarning: "注意:这是 Rancher 用来存储数据的集群。只有管​​理员才应该对该集群有写权限。能够写入此集群的用户可以授权自己访问该安装的任何内容。"
2710
2776
 
2711
2777
  membershipEditor:
2712
2778
  label: 成员
@@ -3572,6 +3638,9 @@ persistentVolumeClaim:
3572
3638
  storageClass: 存储类
3573
3639
  requestStorage: 需要的存储大小
3574
3640
  persistentVolume: 持久卷
3641
+ tooltips:
3642
+ noStorageClass: 没有列出存储类的权限,请手动输入名称。
3643
+ noPersistentVolume: 没有列出持久卷的权限,请手动输入名称。
3575
3644
  customize:
3576
3645
  label: 自定义
3577
3646
  accessModes:
@@ -3611,7 +3680,7 @@ prefs:
3611
3680
  emacs: 'Emacs'
3612
3681
  vim: 'Vim'
3613
3682
  advanced: 高级选项
3614
- advancedTooltip: 启用“在 API 中查看”选项并使用键盘快捷键来切换浅色或深色主题 (shift+t)
3683
+ advancedTooltip: 启用“在 API 中查看”选项并使用键盘快捷键来切换浅色或深色主题 (shift+t)。此设置还显示了由 Rancher 管理的命名空间,不要手动编辑或删除这些命名空间。
3615
3684
  dev:
3616
3685
  label: 启用开发工具
3617
3686
  hideDesc:
@@ -3800,6 +3869,9 @@ promptRemove:
3800
3869
  attemptingToRemove: "你正在试图删除 {type}"
3801
3870
  protip: "提示:按住 {alternateLabel} 键的同时单击删除,以绕过此确认。"
3802
3871
  confirmName: "在下方输入 <b>{nameToMatch}</b> 以确认:"
3872
+ deleteAssociatedNamespaces: "同时删除此项目中的命名空间:"
3873
+ willDeleteAssociatedNamespaces: "项目中的所有命名空间也都会被删除:"
3874
+ confirmRelatedResource: "删除 {type} 将删除这个特定 {type} 上的所有资源,这是不可恢复的,您确定要继续删除 {names} 吗?"
3803
3875
 
3804
3876
  promptRemoveApp:
3805
3877
  removeCrd: "删除与此应用关联的 CRD"
@@ -4042,6 +4114,8 @@ resourceList:
4042
4114
  create: 创建
4043
4115
  createFromYaml: 使用 YAML 文件创建
4044
4116
  createResource: "创建 {resourceName}"
4117
+ resourceLoadingIndicator:
4118
+ loading: 正在加载
4045
4119
 
4046
4120
  resourceTable:
4047
4121
  groupBy:
@@ -4114,6 +4188,7 @@ secret:
4114
4188
  serviceAcct:
4115
4189
  ca: CA 证书
4116
4190
  token: Token
4191
+ customType: 自定义类型
4117
4192
  type: 类型
4118
4193
  types:
4119
4194
  'opaque': 'Opaque'
@@ -4145,6 +4220,8 @@ secret:
4145
4220
  's3': 'S3'
4146
4221
  relatedWorkloads: 相关的工作负载
4147
4222
  typeDescriptions:
4223
+ custom:
4224
+ description: 使用自定义类型创建密文
4148
4225
  'kubernetes.io/basic-auth':
4149
4226
  description: '使用用户名和密码进行验证'
4150
4227
  docLink: https://kubernetes.io/docs/concepts/configuration/secret/#basic-authentication-secret
@@ -4318,7 +4395,7 @@ setup:
4318
4395
  sortableTable:
4319
4396
  actionAvailability:
4320
4397
  selected: "已选择 {actionable} 项"
4321
- some: "影响 {total} 中的 {actionable} 项"
4398
+ some: "影响 {total} 项中的 {actionable} 项"
4322
4399
  noData: 没有匹配项
4323
4400
  noRows: 没有可显示的内容。
4324
4401
  noActions: 没有可执行的操作。
@@ -4633,7 +4710,7 @@ tableHeaders:
4633
4710
  projectDefault: 项目创建者的默认角色
4634
4711
  branch: 分支
4635
4712
  builtIn: 内置
4636
- bundlesReady: 就绪包
4713
+ bundlesReady: 就绪 Bundle
4637
4714
  bundleDeploymentsReady: Deployment
4638
4715
  builtin: 内置
4639
4716
  chart: Chart
@@ -4664,6 +4741,7 @@ tableHeaders:
4664
4741
  id: ID
4665
4742
  image: 镜像
4666
4743
  imageSize: 大小
4744
+ ingressClass: IngressClass
4667
4745
  ingressDefaultBackend: 默认
4668
4746
  ingressTarget: 目标
4669
4747
  internalExternalIp: 外网 IP/内网 IP
@@ -4869,6 +4947,7 @@ user:
4869
4947
  list:
4870
4948
  errorRefreshingGroupMemberships: 刷新组成员名单时出错
4871
4949
  validation:
4950
+ noUpperCase: '“{key}” 中的字母数字字符必须为小写'
4872
4951
  arrayLength:
4873
4952
  between: '"{key}" 应该包含 {min} 至 {max} {max, plural, =1 {项} other {项}}'
4874
4953
  exactly: '"{key}" 应该包含 {count, plural, =1 {#项} other {#项}}'
@@ -4897,6 +4976,8 @@ validation:
4897
4976
  tooLong: '"{key}" 的长度不能超过{max}个字符'
4898
4977
  tooLongLabel: '"{key}" 不能包含超过 {max} 字符的部分'
4899
4978
  label:
4979
+ endDot: '"{key}" 不能以点“.”结束'
4980
+ startDot: '"{key}" 不能以点“.”开始'
4900
4981
  emptyLabel: '“{key}” 不能为空'
4901
4982
  endHyphen: '"{key}" 不能以连字符“-”结束'
4902
4983
  startHyphen: '"{key}" 不能以连字符“-”开始'
@@ -4921,6 +5002,7 @@ validation:
4921
5002
  noSchema: 没有找到可以验证的 schema
4922
5003
  noType: 没有可验证的类型
4923
5004
  number:
5005
+ requiredInt: '"{key}" 必须是整数'
4924
5006
  between: '"{key}" 的长度必须在 {min} 和 {max}之间'
4925
5007
  exactly: '"{key}" 需要设为 {val}'
4926
5008
  max: '"{key}" 最多可以是 {val}'
@@ -4936,7 +5018,9 @@ validation:
4936
5018
  valueMustBeEmpty: "{group} {rules} 的规则 [{index}] - 如果运算符是'Exists'或'DoesNotExist',值必须为空"
4937
5019
  valuesMustBeDefined: "{group} {rules} 的规则 [{index}] - 如果运算符是'In'或'NotIn',必须定义值"
4938
5020
  port: 端口号的取值范围是1到65535。
5021
+ path: '"{key}" 必须是绝对路径'
4939
5022
  prometheusRule:
5023
+ noEdit: 名称中的字符无效,可能无法编辑此 PrometheusRule。
4940
5024
  groups:
4941
5025
  required: 至少需要一个规则组。
4942
5026
  singleAlert: 规则可以包含告警规则或记录规则,但不能同时包含两者。
@@ -4965,9 +5049,11 @@ validation:
4965
5049
  required: '端口规则 [{position}] - 端口名称是必填项。'
4966
5050
  nodePort:
4967
5051
  requiredInt: '端口规则 [{position}] - 如果包含节点端口,节点端口必须是整数。'
5052
+ between: '端口规则 [{position}] - 节点端口的取值范围是:1-65535'
4968
5053
  port:
4969
5054
  required: '端口规则 [{position}] - 端口是必填项,'
4970
5055
  requiredInt: '端口规则 [{position}] - 如果包含端口,端口必须是整数。'
5056
+ between: '端口规则 [{position}] - 端口的取值范围是:1-65535'
4971
5057
  targetPort:
4972
5058
  between: '端口规则 [{position}] - 目标端口的取值范围是:1-65535'
4973
5059
  iana: '端口规则 [{position}] - 目标端口必须是 IANA 服务名称或整数'
@@ -4994,7 +5080,9 @@ wizard:
4994
5080
  finish: 完成
4995
5081
  next: 下一步
4996
5082
  step: "步骤 {number}"
4997
-
5083
+ edit: 编辑
5084
+ create: 创建
5085
+ view: 查看
4998
5086
  wm:
4999
5087
  connection:
5000
5088
  connected: 已连接
@@ -5151,6 +5239,7 @@ workload:
5151
5239
  protocol: 协议
5152
5240
  listeningPort: 监听端口
5153
5241
  removeContainer: 移除容器
5242
+ addContainer: 添加容器
5154
5243
  security:
5155
5244
  addCapabilities: 添加 Capabilities
5156
5245
  addGroupIDs: 添加组 ID
@@ -5187,6 +5276,7 @@ workload:
5187
5276
  standard: 标准容器
5188
5277
  terminationState: "最后状态:以 {lsExitCode}: {lsDescription} 终止,以 {lsStartedAt} 开始,以 {lsFinishedAt} 结束"
5189
5278
  titles:
5279
+ pods: Pod
5190
5280
  container: 容器
5191
5281
  command: 命令
5192
5282
  containers: 容器
@@ -5211,6 +5301,15 @@ workload:
5211
5301
  upgrading: 扩缩容和升级策略
5212
5302
  cronSchedule: 调度
5213
5303
  detail:
5304
+ services: 服务
5305
+ ingresses: Ingress
5306
+ cannotViewServices: 没有列出 Service 的权限。
5307
+ cannotFindServices: 找不到从该工作负载中选择 Pod 的 Service。
5308
+ serviceListCaption: "以下 Service 从该工作负载中选择 Pod:"
5309
+ cannotViewIngresses: 没有列出 Ingress 的权限。
5310
+ cannotFindIngresses: 找不到将流量转发到在该工作负载中选择 Pod 的 Service 的 Ingress。
5311
+ ingressListCaption: "以下 Ingress 将流量转发到从该工作负载中选择 Pod 的 Service:"
5312
+ cannotViewIngressesBecauseCannotViewServices: 没有查看 Service 的权限,因此无法找到相关的 Ingress。
5214
5313
  pods:
5215
5314
  title: Pod
5216
5315
  detailTop:
@@ -5488,688 +5587,19 @@ workload:
5488
5587
  label: 终止宽限期
5489
5588
  tip: 终止 Pod 前所需的等待时间
5490
5589
  title: 正在升级
5590
+ tabs:
5591
+ labels:
5592
+ deployment: Deployment
5593
+ pod: Pod
5594
+ containers: 容器
5491
5595
 
5492
- harvester:
5493
- modal:
5494
- backup:
5495
- success: '已启动备份 { backUpName }。'
5496
- addBackup: 添加备份
5497
- restore:
5498
- success: '{ name } 还原创建成功。'
5499
- title: 备份还原
5500
- selectBackup: 选择备份
5501
- message:
5502
- backup: 请选择需要还原的备份。
5503
- createTemplate:
5504
- title: '生成模板'
5505
- name: '名称'
5506
- description: '描述'
5507
- message:
5508
- tip: 请输入模板名称。
5509
- success: '模板 { templateName } 创建成功。'
5510
- failed: '生成模板失败。'
5511
- exportImage:
5512
- title: 导出镜像
5513
- name: 名称
5514
- namespace: 命名空间
5515
- message:
5516
- success: '镜像 { name } 创建成功。'
5517
- migration:
5518
- failedMessage: 最新迁移失败。
5519
- title: 迁移
5520
- fields:
5521
- nodeName:
5522
- label: 目标节点
5523
- placeholder: 选择目标节点
5524
- ejectCDROM:
5525
- title: 弹出 CDROM
5526
- warnTip: 如果你弹出卷,虚拟机将重启。
5527
- operationTip: '选择要删除的卷:'
5528
- delete: 删除
5529
- bundle:
5530
- title: 生成支持包
5531
- url: Issue URL
5532
- description: 描述
5533
- requiredDesc: 描述是必填项。
5534
- titleDescription: 收集 Harvester 系统日志,用于定位问题和获取支持。
5535
- hotplug:
5536
- success: '卷 { diskName } 已挂载到 { vm }。'
5537
- title: 添加卷
5538
- hotunplug:
5539
- success: '卷 { name } 拔出成功。'
5540
- notification:
5541
- title:
5542
- succeed: 成功
5543
- info: 信息
5544
- warning: 警告
5545
- error: 错误
5546
- action:
5547
- createVM: 创建虚拟机
5548
- start: 启动
5549
- restart: 重启
5550
- softreboot: 安全重启
5551
- stop: 停止
5552
- pause: 暂停
5553
- unpause: 取消暂停
5554
- ejectCDROM: 弹出 CDROM
5555
- launchFormTemplate: 从模板启动实例
5556
- modifyTemplate: 修改模板(创建新版本)
5557
- setDefaultVersion: 设置默认版本
5558
- addTemplateVersion: 添加模板版本
5559
- backup: 备份
5560
- restore: 还原
5561
- restoreNewVM: 还原新的虚拟机
5562
- restoreExistingVM: 替换现有虚拟机
5563
- migrate: 迁移
5564
- abortMigration: 中止迁移
5565
- createTemplate: 生成模板
5566
- enableMaintenance: 开启维护模式
5567
- disableMaintenance: 关闭维护模式
5568
- cordon: 封锁
5569
- uncordon: 解除封锁
5570
- addHotplug: 添加卷
5571
- exportImage: 导出镜像
5572
- viewlogs: 查看日志
5573
- cancelExpand: 取消展开
5574
- tableHeaders:
5575
- size: 大小
5576
- progress: 进度
5577
- message: 消息
5578
- phase: 阶段
5579
- attachedVM: 挂载的虚拟机
5580
- fingerprint: 唯一标识
5581
- value: 值
5582
- actions: 操作
5583
- readyToUse: 可用
5584
- backupTarget: 备份路径
5585
- targetVm: 目标虚拟机
5586
- hostIp: 主机 IP
5587
- vm:
5588
- ipAddress: IP 地址
5589
- node: 节点
5590
- defaultVersion: 默认版本
5591
- network:
5592
- type: 类型
5593
- vlan: Vlan ID
5594
- tab:
5595
- volume: 卷
5596
- network: 网络
5597
- advanced: 高级选项
5598
- accessCredentials: 凭证管理
5599
- fields:
5600
- version: 版本
5601
- name: 名称
5602
- type: 类型
5603
- image: 镜像
5604
- size: 大小
5605
- volume: 卷
5606
- network: 网络
5607
- model: 模式
5608
- macAddress: MAC 地址
5609
- port: 端口
5610
- protocol: 协议
5611
- remove: 删除
5612
- PhysicalNic: 物理网卡
5613
- cpu: CPU
5614
- memory: 内存
5615
- virtualName: 虚拟机名称
5616
- promiscuous: Promiscuous
5617
- ipv4Address: IPv4 地址
5618
- filterLabels: 标签过滤
5619
- generic:
5620
- close: 关闭
5621
- open: 打开
5622
- showMore: 显示更多
5623
- hideMore: 隐藏更多
5624
- memory: 内存
5625
- cpu: CPU
5626
- storage: 存储
5627
- noFileChosen: 没有选择任何文件
5628
-
5629
- validation:
5630
- custom:
5631
- tooLongName: '"Name" 的长度不能超过{max}个字符。'
5632
- vm:
5633
- name: '"名称"是必填项。'
5634
- memory: '"内存"是必填项。'
5635
- network:
5636
- error: '网络 {prefix}:{message}'
5637
- name: '"网络名称"是必填项。'
5638
- macFormat: 'MAC 地址格式不正确。'
5639
- duplicatedName: '网络名称重复。'
5640
- duplicatedPortName: '端口名重复。'
5641
- duplicatedPortNumber: '端口号重复。'
5642
- volume:
5643
- error: '卷 {prefix}:{message}'
5644
- duplicatedName: '卷名称重复。'
5645
- type: '"类型"是必填项。'
5646
- size: '"大小"是必填项。'
5647
- image: '"镜像"是必填项。'
5648
- volume: '"卷"是必填项。'
5649
- docker: '"Docker 镜像"是必填项。'
5650
- needImageOrExisting: '至少需要一个镜像卷或已存在的根磁盘卷。'
5651
- image:
5652
- ruleTip: 'URL 后缀不支持。仅支持后缀为 .img,.iso,.qcow,.qcow2或.raw的镜像文件。'
5653
- ruleFileTip: '文件后缀不支持。仅支持后缀为 .img,.iso,.qcow,.qcow2或.raw的镜像文件。'
5654
-
5655
- dashboard:
5656
- label: 仪表板
5657
- header: "Harvester 集群:{cluster}"
5658
- hardwareResourceGauge:
5659
- cpu: CPU
5660
- memory: 内存
5661
- storage: 存储
5662
- sections:
5663
- events:
5664
- label: 事件
5665
- vmMetrics:
5666
- label: 虚拟机指标
5667
- upgrade:
5668
- upgradeApp: 升级软件
5669
- upgrade: 升级
5670
- upgradeTip: 请选择目标升级版本
5671
- currentVersion: 当前版本
5672
- versionLabel: 可用的兼容版本
5673
- upgradeNode: 升级节点
5674
- upgradeSysService: 升级系统服务
5675
-
5676
- version: 版本
5677
- host:
5678
- label: 主机
5679
- inconsistentIP: "主机 IP 不一致,当前 IP:{currentIP},初始 IP:{initIP}"
5680
- promote:
5681
- none: ' '
5682
- running: 角色升级中
5683
- failed: 角色升级失败
5684
- unknown: 角色升级中断
5685
- promoteRestart: 角色升级重启中
5686
- promoteSucceed: 角色升级完成
5687
- tabs:
5688
- network: 网络
5689
- overview: 概述
5690
- basics: 基本信息
5691
- instance: 虚拟机
5692
- monitor: 监控数据
5693
- disk: 磁盘
5694
- labels: 标签
5695
- detail:
5696
- title:
5697
- network: 网络配置
5698
- hostIP: 主机 IP
5699
- role: 角色
5700
- os: 操作系统
5701
- create: 创建时间
5702
- update: 上次更新时间
5703
- customName: 自定义名称
5704
- consoleUrl: 控制台地址
5705
- more: 更多信息
5706
- uuid: UUID
5707
- containerRuntime: 容器运行时
5708
- kernel: 内核
5709
- management: 管理节点
5710
- compute: 计算节点
5711
- storage: 存储
5712
- nic: 物理网卡
5713
- notRecommended: '不推荐'
5714
- networkType: 类型
5715
- enableMaintenance:
5716
- title: 开启维护模式
5717
- protip: 该操作会将此节点上的所有虚拟机迁移到其他节点。
5718
- cordon:
5719
- title: 封锁
5720
- protip: 此操作会将节点 { node } 标记为不可调度。
5721
- disk:
5722
- add: 添加磁盘
5723
- path:
5724
- label: 路径
5725
- storageReserved:
5726
- label: 预留存储空间
5727
- allowScheduling:
5728
- label: 调度
5729
- evictionRequested:
5730
- label: 驱逐请求
5731
- forceFormatted:
5732
- label: 强制格式化
5733
- toolTip: 强制格式化将会清空磁盘数据。请确保你已对对数据进行备份,以免丢失。
5734
- yes: 是(Ext4 文件系统)
5735
- description:
5736
- label: 描述
5737
- lastFormattedAt:
5738
- info: 此磁盘已被强制格式化。
5739
- notification:
5740
- success: '已更新主机“{name}”配置。'
5741
- error: 主机有未就绪或不可调度的磁盘。
5742
- fileSystem:
5743
- info: 当前文件系统为 {system},你可以手动格式化。
5744
-
5745
- virtualizationManagement:
5746
- manage: 管理
5747
-
5748
- virtualMachine:
5749
- label: 虚拟机
5750
- osType: 操作系统类型
5751
- instance:
5752
- singleInstance:
5753
- multipleInstance:
5754
- single:
5755
- label: 单个实例
5756
- nameLabel: 名称
5757
- host:
5758
- label: 主机名
5759
- placeholder: 默认为虚拟机名称。
5760
- multiple:
5761
- label: 多个实例
5762
- nameNsDescription: 每个实例的名称前缀
5763
- count: 数量
5764
- countTip: 范围:1-10
5765
- nameLabel: 名称前缀
5766
- host:
5767
- label: 主机名前缀
5768
- placeholder: 默认为虚拟机名称。
5769
- useTemplate:
5770
- label: "使用虚拟机模板:"
5771
- template:
5772
- label: 模板
5773
- version:
5774
- label: 版本
5775
- console:
5776
- novnc: 在 Web VNC 中打开
5777
- serial: 在串行控制台中打开
5778
- promptRemove:
5779
- title: '选择要删除的卷:'
5780
- deleteAll: 删除全部
5781
- unplug:
5782
- title: '是否确认要拔出卷 {name} ?'
5783
- actionLabel: 拔出
5784
- detachVolume:
5785
- 拔出卷
5786
- restartTip: |-
5787
- {restart, select,
5788
- true {重启}
5789
- other {启动}
5790
- }虚拟机以使配置更改生效。
5791
- runStrategy: 运行策略
5792
- restartNow: |-
5793
- {restart, select,
5794
- true {现在重启}
5795
- other {现在启动}
5796
- }
5797
- createSSHKey: 创建 SSH 密钥
5798
- installAgent: 安装访客代理
5799
- enableUsb: 启用 USB Tablet
5800
- usbTip: 提供绝对指针设备,有助于在 VNC 中获得一致的鼠标光标位置。
5801
- sshTitle: 添加 SSH 公钥
5802
- imageTip: 创建虚拟机所需的.iso,.img,.qcow2或.raw外部镜像地址
5803
- efiEnabled: EFI 模式下启动
5804
- secureBoot: 安全启动
5805
- volume:
5806
- dragTip: 拖放卷或使用卷的箭头来更改引导顺序。
5807
- volumeTip: 虚拟机仅包含一个 cd-rom 卷。你可能想要添加额外的磁盘卷。
5808
- macTip: "访客系统内显示的 MAC 地址"
5809
- volumeUpdate: '卷 { name } 设置成功。'
5810
- type: 类型
5811
- size: 大小
5812
- edit: 编辑
5813
- bus: Bus
5814
- bootOrder: 引导顺序
5815
- volume: 卷
5816
- dockerImage: Docker 镜像
5817
- addVolume: 添加卷
5818
- addExistingVolume: 添加现有卷
5819
- addVmImage: 添加虚拟机镜像
5820
- addContainer: 添加容器
5821
- setFirst: 设置为根卷
5822
- saveVolume: 更新卷
5823
- title:
5824
- vmImage: 镜像卷
5825
- existingVolume: 现有卷
5826
- volume: 卷
5827
- container: 容器
5828
- unmount:
5829
- title: 是否确认?
5830
- message: 是否确认卸载此卷?
5831
- network:
5832
- title: 网络
5833
- addNetwork: 添加网络
5834
- addPort: 添加端口
5835
- cloudConfig:
5836
- title: Cloud Config
5837
- createTemplateTitle: '创建 { name }。'
5838
- createNew: 创建...
5839
- cloudInit:
5840
- label: Cloud Init
5841
- placeholder: 选择模板
5842
- user:
5843
- label: 用户数据模板
5844
- title: "用户数据:"
5845
- tip: "你可以指定用户数据,以在启动时配置实例或运行配置脚本。如果一次启动多个实例,所有预留实均能使用用户数据。<a href='https://cloudinit.readthedocs.io/en/latest/topics/examples.html' target='_blank'>了解更多</a>"
5846
- network:
5847
- label: 网络数据模板
5848
- title: "网络数据:"
5849
- tip: "通过分配子网配置,创建虚拟设备(bonds,bridges,Vlan)路由和 DNS 配置,来自定义实例的网络接口。<a href='https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html' target='_blank'>了解更多</a>"
5850
- scheduling:
5851
- affinity:
5852
- anyNode: '在任何可用节点上运行虚拟机'
5853
- schedulingRules: '在匹配调度规则的节点上运行虚拟机'
5854
- specificNode: 在指定节点上运行虚拟机 -(不支持热迁移)
5855
- accessCredentials:
5856
- resetPwd:
5857
- label: 添加密码凭证
5858
- injectSSH:
5859
- label: 添加 SSH 密钥凭证
5860
- users: 选择用户
5861
- addUser: 添加用户
5862
- tips: 要启用访问凭证,你需要安装 qemu-guest-agent。更新凭证内容后无需重启,而添加凭证后需要重启虚拟机。删除凭证后,需要进入虚拟机手动修改密码/删除 SSH 密钥。
5863
- userTips: 添加的用户需要存在,否则凭证不会生效。
5864
- duplicatedUser: 用户已存在。
5865
- invalidUser: 无效的用户名
5866
- input:
5867
- name: 名称
5868
- memory: 内存
5869
- image: 镜像
5870
- sshKey: SSH 密钥
5871
- sshKeyValue: SSH 密钥
5872
- MachineType: 主机类型
5873
- username: 用户名
5874
- password: 密码
5875
- reservedMemory: 预留内存
5876
- machineTypeTip: '指定要模拟的处理器架构。要查看支持的体系结构列表,请运行:qemu-system-x86_64 -cpu ?'
5877
- detail:
5878
- tabs:
5879
- overview: 概述
5880
- details: 详情
5881
- environment: 环境
5882
- events: 事件
5883
- migration: 迁移
5884
- console: 控制台
5885
- networkInterfaces: 网络接口
5886
- disks: 磁盘
5887
- networks: 网络
5888
- basics: 基本信息
5889
- configurations: 配置
5890
- inventory: 清单
5891
- hostBasic: 基本属性
5892
- instance: 虚拟机
5893
- monitor: 监控数据
5894
- keypairs: SSH 密钥
5895
- cloudConfig: Cloud Config
5896
- metrics: 虚拟机指标
5897
- details:
5898
- title:
5899
- vmDetails: 虚拟机详情
5900
- requirements: 调度和资源要求
5901
- services: 服务
5902
- users: 已登录用户
5903
- name: 名称
5904
- namespace: 命名空间
5905
- created: 创建时间
5906
- hostname: 主机名
5907
- node: 节点
5908
- ipAddress: IP 地址
5909
- status: 状态
5910
- pod: Pod
5911
- labels: 标签
5912
- bootOrder: 引导顺序
5913
- annotations: 注释
5914
- CDROMs: CD-ROM
5915
- description: 描述
5916
- operatingSystem: 操作系统
5917
- template: 模板
5918
- kernelRelease: 内核版本
5919
- owner: 所有者
5920
- workloadProfile: 工作负载配置文件
5921
- nodeSelector: 节点选择器
5922
- flavor: 规格
5923
- tolerations: 容忍
5924
- dedicatedResources: 专用资源
5925
- down: 虚拟机未启动
5926
- affinityRules: 亲和性规则
5927
- sourceNode: 源节点
5928
- targetNode: 目标节点
5929
- started: 开始时间
5930
- ended: 结束时间
5931
- notAvailable: 不可用
5932
- GuestAgentNotInstalled: 未安装访客代理
5933
- noOwner: 没有所有者
5934
- events:
5935
- from: 生成自
5936
- down: 过去一小时没有事件
5937
- console:
5938
- down: 此虚拟机已关闭。请启动虚拟机以访问其控制台。
5939
- shortKeys: 快捷键
5940
-
5941
- volume:
5942
- label: 卷
5943
- tabs:
5944
- basics: 基本信息
5945
- size: 大小
5946
- source: 源
5947
- sourceOptions:
5948
- new: 创建
5949
- vmImage: 虚拟机镜像
5950
- image: 镜像
5951
-
5952
- image:
5953
- label: 镜像
5954
- tabs:
5955
- basics: 基本信息
5956
- url: URL
5957
- size: 大小
5958
- urlTip: '支持被 <a href="https://www.qemu.org/docs/master/system/images.html#disk-image-file-formats" target="_blank">qemu</a> 支持的 <code>raw</code> 和 <code>qcow2</code> 镜像格式。可引导的 ISO 镜像也是类似 <code>raw</code> 格式的镜像。'
5959
- fileName: 文件名称
5960
- uploadFile: 上传文件
5961
- source: 源
5962
- sourceType:
5963
- download: URL
5964
- upload: 文件
5965
- warning:
5966
- uploading: |-
5967
- {count, plural,
5968
- =1 {正在上传一个镜像。请不要刷新或关闭前页面。}
5969
- other {正在上传{count}个镜像。请不要刷新或关闭前页面。}
5970
- }
5971
-
5972
- vmTemplate:
5973
- label: 模板
5974
- tabs:
5975
- basics: 基本信息
5976
- nameNsDescription:
5977
- name: 模板名称
5978
- tips:
5979
- notExistImage:
5980
- title: 镜像 {name} 不存在。
5981
- message: 请选择一个新的镜像。
5982
-
5983
- upgradePage:
5984
- upgradeApp: 升级软件
5985
- upgrade: 升级
5986
- upgradeTip: 请选择目标升级版本
5987
- currentVersion: 当前版本
5988
- versionLabel: 可用的兼容版本
5989
- upgradeNode: 升级节点
5990
- upgradeSysService: 升级系统服务
5991
- upgradeImage: 下载升级镜像
5992
- osUpgrade: 操作系统升级
5993
- uploadNew: 上传新镜像
5994
- selectExisting: 选择现有镜像
5995
- createRepository: 创建升级仓库
5996
- succeeded: 成功
5997
- pending: 等待
5998
- repoInfo:
5999
- upgradeStatus: 升级状态
6000
- os: 操作系统
6001
- kubernetes: Kubernetes
6002
- monitoringChart: Monitoring Chart
6003
- harvesterChart: Harvester Chart
6004
- success: 成功
6005
- fail: 失败
6006
- ongoing: 进行中
6007
- dismissMessage: 忽略
6008
-
6009
- backup:
6010
- label: 备份
6011
- createText: 还原备份
6012
- title: 还原虚拟机
6013
- backupTargetTip: 用于访问备份存储的端点。支持 NFS 和 S3。
6014
- message:
6015
- noSetting:
6016
- prefix: 在创建新备份之前, 必须在
6017
- middle: '设置'
6018
- suffix: 中配置备份目标。
6019
- errorTip:
6020
- prefix: 非法的备份目标
6021
- middle: 设置
6022
- suffix: "。错误信息: "
6023
- viewSetting:
6024
- prefix: 点击
6025
- middle: 此处
6026
- suffix: 查看备份配置。
6027
- restore:
6028
- backup: 备份
6029
- deletePreviousVolumes: 删除先前的卷
6030
- createNew: 创建
6031
- replaceExisting: 替换现有
6032
- virtualMachineName: 虚拟机名称
6033
- matchTarget: 当前备份目标与现有目标不匹配。
6034
-
6035
- network:
6036
- label: 网络
6037
- tabs:
6038
- basics: 基本信息
6039
- layer3Network: 路由
6040
- message:
6041
- vlanInactive: 'VLAN 网络在 {name} 主机上处于非活动状态'
6042
- premise:
6043
- prefix: '你需要先进行网络'
6044
- middle: '设置'
6045
- suffix: '然后才能创建新网络。'
6046
- viewSetting:
6047
- prefix: 点击
6048
- middle: 此处
6049
- suffix: 查看默认集群网络配置。
6050
- errorTip:
6051
- prefix: 非法的物理网卡
6052
- middle: 设置
6053
- suffix: "。错误信息: "
6054
- layer3Network:
6055
- mode:
6056
- label: 模式
6057
- auto: 自动(DHCP)
6058
- manual: 手动
6059
- serverIPAddr:
6060
- label: DHCP 服务器 IP
6061
- gateway:
6062
- label: 网关
6063
- placeholder: 例如:172.16.0.1
6064
- cidr:
6065
- label: CIDR
6066
- placeholder: 例如:172.16.0.1/24
6067
- sshKey:
6068
- label: SSH 密钥
6069
- keypair: SSH 密钥
6070
- tabs:
6071
- basics: 基本信息
6072
-
6073
- setting:
6074
- label: 设置
6075
- validation:
6076
- physicalNIC: 默认物理网卡
6077
- placeholder:
6078
- accessKeyId: 指定你的访问密钥 ID
6079
- secretAccessKey: 指定你的密文访问密钥
6080
- cert: 上传自签名 SSL 证书
6081
- vlanChangeTip: 新修改的默认网络接口仅在新增节点生效,不在现有节点生效。
6082
- defaultPhysicalNIC: 默认网络接口
6083
- percentTip: 括号内的数值代表所有主机上的网络接口的分布比例。如果选择了一个小于100%的接口,用户需要手动指定 VLAN 网络配置失败的主机上的网络接口。
6084
- message:
6085
- ca:
6086
- prefix: '点击'
6087
- middle: '此处'
6088
- suffix: '添加自定义证书。'
6089
- sslCertificates:
6090
- publicCertificate: 公共证书
6091
- privateKey: 私钥
6092
- ca: CA
6093
- vmForceDeletionPolicy:
6094
- period: 周期
6095
- supportBundleImage:
6096
- imagePullPolicy: 镜像拉取策略
6097
- repo: 仓库
6098
- tag: 标签
6099
-
6100
- upgrade:
6101
- selectExitImage: 请选择要升级的操作系统镜像。
6102
- imageUrl: 请输入有效的图片网址。
6103
- chooseFile: 请选择上传图片。
6104
- checksum: 校验和
6105
- harvesterMonitoring:
6106
- label: Harvester Monitoring
6107
- section:
6108
- prometheus: Prometheus 配置
6109
- prometheusNodeExporter: Prometheus Node Exporter 配置
6110
- tips:
6111
- scrape: 每次采集数据的间隔时间
6112
- evaluation: 每次评估规则的间隔时间
6113
- retention: 监控数据保留时间
6114
- retentionSize: 监控数据最大占用存储
6115
- cloudTemplate:
6116
- label: Cloud Config 模板
6117
- templateType: 模板类型
6118
- userData: 用户数据
6119
- networkData: 网络数据
6120
-
6121
- manager:
6122
- cluster:
6123
- label: Harvester 集群
6124
- none: 不存在 Harvester 集群
6125
- learnMore: 访问 <a target="_blank" href="https://harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester 网站</a> 或阅读 <a target="_blank" href="https://docs.harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester 官方文档</a>,以了解更多关于 Harvester 的信息。
6126
- description: Harvester 是一个采用企业级开源技术,包括Kubernetes、Kubevirt和Longhorn,为裸金属服务器打造的现代超融合基础设施(HCI)解决方案。
6127
-
6128
- support:
6129
- title: Harvester 支持
6130
- kubeconfig:
6131
- title: 下载 KubeConfig
6132
- titleDescription: 下载 Kubeconfig 用于调试。
6133
-
6134
- namespace:
6135
- label: 命名空间
6136
-
6137
- projectNamespace:
6138
- label: 项目/命名空间
6139
-
6140
- service:
6141
- title: 附加配置
6142
- ipam:
6143
- label: IPAM
6144
- healthCheckPort:
6145
- label: 健康检查端口
6146
- healthCheckSuccessThreshold:
6147
- label: 健康检查成功阙值
6148
- description: 如果探针连续检测到某个地址的成功次数达到成功阈值,后端服务器就可以开始转发流量。
6149
- healthCheckFailureThreshold:
6150
- label: 健康检查失败阈值
6151
- description: 如果健康检查失败的数量达到失败阈值,后端服务器将停止转发流量。
6152
- healthCheckPeriod:
6153
- label: 健康检查周期
6154
- healthCheckTimeout:
6155
- label: 健康检查超时
6156
- healthCheckEnabled:
6157
- label: 健康检查
6158
-
6159
- vip:
6160
- namespace:
6161
- label: 命名空间
6162
- cidr:
6163
- label: CIDR
6164
- invalid: '"CIRD" 无效。'
6165
- add:
6166
- label: 添加 IP 池
6167
-
6168
- sslParameters:
6169
- protocols:
6170
- label: 协议
6171
- ciphers:
6172
- label: 密码
5596
+ harvesterManager:
5597
+ manage: 管理
5598
+ cluster:
5599
+ label: Harvester 集群
5600
+ none: 不存在 Harvester 集群
5601
+ learnMore: 访问 <a target="_blank" href="https://harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester 网站</a> 或阅读 <a target="_blank" href="https://docs.harvesterhci.io/" rel="noopener noreferrer nofollow">Harvester 官方文档</a>,以了解更多关于 Harvester 的信息。
5602
+ description: Harvester 是一个采用企业级开源技术,包括Kubernetes、Kubevirt和Longhorn,为裸金属服务器打造的现代超融合基础设施(HCI)解决方案。
6173
5603
 
6174
5604
  ##############################
6175
5605
  # Model Properties
@@ -6477,75 +5907,15 @@ typeLabel:
6477
5907
  one { 工作负载 }
6478
5908
  other { 工作负载 }
6479
5909
  }
6480
- kubevirt.io.virtualmachine: |-
6481
- {count, plural,
6482
- one { 虚拟机 }
6483
- other { 虚拟机 }
6484
- }
6485
- harvesterhci.io.virtualmachineimage: |-
6486
- {count, plural,
6487
- one { 镜像 }
6488
- other { 镜像 }
6489
- }
6490
- harvesterhci.io.keypair: |-
6491
- {count, plural,
6492
- one { SSH 密钥 }
6493
- other { SSH 密钥 }
6494
- }
6495
- harvesterhci.io.host: |-
6496
- {count, plural,
6497
- one { 主机 }
6498
- other { 主机 }
6499
- }
6500
- k8s.cni.cncf.io.networkattachmentdefinition: |-
6501
- {count, plural,
6502
- one { 网络附加定义 }
6503
- other { 网络附加定义 }
6504
- }
6505
- harvesterhci.io.networkattachmentdefinition: |-
6506
- {count, plural,
6507
- one { 网络 }
6508
- other { 网络 }
6509
- }
6510
- harvesterhci.io.volume: |-
6511
- {count, plural,
6512
- one { 卷 }
6513
- other { 卷 }
6514
- }
6515
- harvesterhci.io.user: |-
6516
- {count, plural,
6517
- one { 用户 }
6518
- other { 用户 }
6519
- }
6520
- harvesterhci.io.setting: |-
6521
- {count, plural,
6522
- one { 设置 }
6523
- other { 设置 }
6524
- }
6525
- harvesterhci.io.virtualmachinetemplateversion: |-
6526
- {count, plural,
6527
- one { 模板 }
6528
- other { 模板 }
6529
- }
6530
- harvesterhci.io.virtualmachinebackup: |-
6531
- {count, plural,
6532
- one { 备份 }
6533
- other { 备份 }
6534
- }
6535
5910
  harvesterhci.io.management.cluster: |-
6536
5911
  {count, plural,
6537
5912
  one { Harvester 集群 }
6538
5913
  other { Harvester 集群 }
6539
5914
  }
6540
- harvesterhci.io.cloudtemplate: |-
6541
- {count, plural,
6542
- one { Cloud Config 模板 }
6543
- other { Cloud Config 模板 }
6544
- }
6545
5915
  fleet.cattle.io.bundle: |-
6546
5916
  {count, plural,
6547
- one { }
6548
- other { }
5917
+ one { Bundle }
5918
+ other { Bundle }
6549
5919
  }
6550
5920
  fleet.cattle.io.clusterregistrationtoken: |-
6551
5921
  {count, plural,
@@ -6735,36 +6105,16 @@ advancedSettings:
6735
6105
  'auth-user-info-resync-cron': '重新同步验证提供程序组成员的默认 cron 调度。'
6736
6106
  'cluster-template-enforcement': '非管理员只能通过预先批准的 RKE 模板启动集群。'
6737
6107
  'auth-user-session-ttl-minutes': '用户认证会话的自定义 TTL(单位:分钟)。'
6738
- 'auth-token-max-ttl-minutes': '身份验证 Token 的自定义最大 TTL(单位:分钟)。'
6739
- 'kubeconfig-generate-token': '自动为用户生成 Kubeconfig Token。'
6740
- 'kubeconfig-token-ttl-minutes': 'Kubeconfig Token 的自定义最大 TTL(单位:分钟)。'
6108
+ 'auth-token-max-ttl-minutes': '所有身份验证 Token 的最大 TTL(单位:分钟)。如果设置为 0,则 Token 永不过期。'
6109
+ 'kubeconfig-generate-token': '请求 kubeconfig 时自动为用户生成 Token。'
6110
+ 'kubeconfig-token-ttl-minutes': ' CLI 中生成的 Token TTL。已弃用:此设置将被删除,kubeconfig-default-token-ttl-minutes 将用于所有 kubeconfig Token。'
6111
+ 'kubeconfig-default-token-ttl-minutes': '应用于所有 kubeconfig Token 的 TTL(单位:分钟)。如果设置为 0,则 Token 永不过期。'
6741
6112
  'rke-metadata-config': '配置 RKE 元数据刷新参数。'
6742
6113
  'ui-banners': '分类横幅用于在页眉、页脚或两者中显示自定义的固定横幅。'
6743
6114
  'custom-notifications': 编辑自定义通知
6744
6115
  'ui-consent-banner': '横幅用于在登录期间,向用户展示自定义同意横幅。'
6745
6116
  'ui-default-landing': '用户登录后的默认页面。'
6746
6117
  'brand': 在'/assets/brand'中定义,用于替代主题的文件夹名称
6747
- 'harv-vlan': VLAN 网络的默认网络接口名称。
6748
- 'harv-backup-target': 用于存储虚拟机备份的自定义备份目标。
6749
- 'harv-log-level': 配置 Harvester server 日志级别。默认级别为 info。
6750
- 'harv-server-version': Harvester server 版本。
6751
- 'harv-upgrade-checker-enabled': 是否启用 Harvester 升级检查。默认值为 true。
6752
- 'harv-upgrade-checker-url': 默认 Harvester 升级检查 URL。只有当 <code>upgrade-checker-enabled</code> 设置为 true 时可使用。
6753
- 'harv-ui-source': 配置加载 UI 资源方式。
6754
- 'harv-ui-index': 'UI 的 HTML 索引位置。'
6755
- 'harv-cluster-registration-url': 用于多集群管理的注册 URL。
6756
- 'harv-http-proxy': '用于 Harvester 访问外部服务的 HTTP 代理。'
6757
- 'harv-additional-ca': '用于 TLS 验证的自定义 CA 根证书。'
6758
- 'harv-overcommit-config': '资源超额配置。'
6759
- 'harv-vip-pools': '使用 CIDR 配置 VIP 的全局或命名空间 IP 地址池。'
6760
- 'harv-support-bundle-timeout': '支持包超时配置(单位:分钟),你可以使用0禁用超时。'
6761
- 'harv-vm-force-reset-policy': 配置当虚拟机卡在停机的节点上时的强制重置动作。
6762
- 'harv-ssl-parameters': 用于 TLS 验证的自定义 SSL 参数。
6763
- 'harv-support-bundle-namespaces': 指定支持包要收集的其他命名空间中的资源。
6764
- 'harv-auto-disk-provision-paths': 指定 Harvester 将自动添加为虚拟机存储的磁盘(使用 glob 模式)。
6765
- 'harv-support-bundle-image': 支持捆绑镜像配置。前往 <a href="https://hub.docker.com/r/rancher/support-bundle-kit/tags" target="_blank">rancher/support-bundle-kit</a> 查看更多版本。
6766
- 'harv-release-download-url': 此设置用于配置<code>升级版本下载</code>的 URL 地址。Harvester 将从该 URL 托管的 (<code>$URL</code>/<code>$VERSION</code>/version.yaml) 文件中获取 ISO URL 和校验和值。
6767
- 'harvester-monitoring': 指定 Harvester 内置的 Prometheus 将使用的监控配置。
6768
6118
  'hide-local-cluster': 隐藏 local 集群
6769
6119
  editHelp:
6770
6120
  'ui-banners': 此设置使用包含 3 个根参数的 JSON 对象,分别是<code>banner</code>、<code>showHeader</code>和<code>showFooter</code>。<code>banner</code> 是包含 <code>textColor</code>,<code>background</code>和<code>text</code>的对象,其中<code>textColor</code> 和 <code>background</code>的值可以是任何有效的 CSS 颜色值。
@@ -6813,6 +6163,28 @@ featureFlags:
6813
6163
  multi-cluster-management: Kubernetes 集群的多集群配置和管理。
6814
6164
  rke2: 启用 RKE2
6815
6165
 
6166
+ performance:
6167
+ label: UI 性能设置
6168
+ settingName: 性能
6169
+ description: |-
6170
+ 性能设置允许你在需要处理大量集群资源时配置 UI 的行为。设置仅适用于以下资源:Pod、Deployment、CronJob、DaemonSet、Job、StatefulSet、ReplicaSet、Replication Controller、Workload 和 Secret。
6171
+ banner: 这些设置是实验性的,可能会在后续版本中删除或更新。
6172
+ incrementalLoad:
6173
+ label: 增量加载
6174
+ setting: 你可以配置一个阈值,高于该阈值时则使用增量加载。
6175
+ description: |-
6176
+ 启用后,资源会更快出现,但可能需要更长的时间来加载整个资源集。
6177
+ checkboxLabel: 启用增量加载
6178
+ inputLabel: 资源阈值
6179
+ manualRefresh:
6180
+ label: 手动刷新
6181
+ setting: 你可以配置一个阈值,高于该阈值时则启用手动刷新。
6182
+ buttonTooltip: 刷新列表
6183
+ description: |-
6184
+ 启用后,列表数据不会自动更新,用户必须手动刷新列表视图。
6185
+ checkboxLabel: 启用列表数据的手动刷新
6186
+ inputLabel: 资源阈值
6187
+
6816
6188
  banner:
6817
6189
  label: 固定横幅
6818
6190
  settingName: 横幅