@rancher/shell 0.3.0 → 0.3.2
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.
- package/assets/styles/global/_button.scss +5 -1
- package/assets/styles/global/_columns.scss +4 -0
- package/assets/styles/global/_gauges.scss +1 -1
- package/assets/styles/global/_layout.scss +5 -2
- package/assets/styles/global/_select.scss +1 -4
- package/assets/styles/themes/_dark.scss +5 -4
- package/assets/styles/themes/_light.scss +4 -3
- package/assets/styles/themes/_suse.scss +1 -1
- package/assets/styles/vendor/vue-select.scss +4 -3
- package/assets/translations/en-us.yaml +673 -73
- package/assets/translations/zh-hans.yaml +720 -207
- package/chart/monitoring/steps/uninstall-v1.vue +2 -2
- package/cloud-credential/azure.vue +23 -0
- package/cloud-credential/harvester.vue +25 -62
- package/cloud-credential/pnap.vue +80 -0
- package/components/.DS_Store +0 -0
- package/components/ActionMenu.vue +28 -7
- package/components/AdvancedSection.vue +9 -2
- package/components/Alert.vue +2 -2
- package/components/ButtonDropdown.vue +0 -2
- package/components/ButtonGroup.vue +1 -0
- package/components/CollapsibleCard.vue +0 -1
- package/components/CruResource.vue +41 -4
- package/components/DetailTop.vue +72 -4
- package/components/DisableAuthProviderModal.vue +106 -0
- package/{rancher-components/components/Utils/DraggableZone → components}/DraggableZone.vue +0 -0
- package/components/ExplorerMembers.vue +253 -30
- package/components/ExplorerProjectsNamespaces.vue +77 -33
- package/components/ExtensionPanel.vue +42 -0
- package/components/GrowlManager.vue +3 -3
- package/components/IconOrSvg.vue +178 -0
- package/components/LogItem.vue +69 -0
- package/components/PodSecurityAdmission.vue +302 -0
- package/components/PromptModal.vue +1 -0
- package/components/ResourceDetail/Masthead.vue +69 -4
- package/components/ResourceDetail/index.vue +12 -5
- package/components/ResourceList/Masthead.vue +11 -1
- package/components/ResourceList/ResourceLoadingIndicator.vue +12 -2
- package/components/ResourceList/index.vue +66 -12
- package/components/ResourceList/resource-list.config.js +7 -0
- package/components/ResourceTable.vue +33 -6
- package/components/SimpleBox.vue +1 -1
- package/components/SortableTable/THead.vue +21 -14
- package/components/SortableTable/filtering.js +1 -1
- package/components/SortableTable/index.vue +21 -10
- package/components/SortableTable/selection.js +15 -3
- package/components/Tabbed/Tab.vue +1 -1
- package/components/Tabbed/index.vue +20 -15
- package/components/__tests__/.DS_Store +0 -0
- package/components/__tests__/AsyncButton.test.ts +140 -0
- package/components/__tests__/BackLink.test.ts +33 -0
- package/components/__tests__/ButtonGroup.test.ts +124 -0
- package/components/__tests__/ClusterBadge.test.ts +32 -0
- package/components/__tests__/CollapsibleCard.test.ts +64 -0
- package/components/__tests__/ConsumptionGauge.test.ts +88 -0
- package/components/__tests__/CruResource.test.ts +3 -2
- package/components/__tests__/FixedBanner.test.ts +129 -0
- package/components/__tests__/GrowlManager.test.ts +147 -0
- package/components/__tests__/NamespaceFilter.test.ts +33 -25
- package/components/__tests__/PercentageBar.test.ts +32 -0
- package/components/__tests__/PodSecurityAdmission.test.ts +398 -0
- package/components/auth/AuthBanner.vue +20 -10
- package/components/auth/RoleDetailEdit.vue +26 -17
- package/components/auth/SelectPrincipal.vue +36 -5
- package/components/form/ArrayList.vue +3 -35
- package/components/form/ArrayListGrouped.vue +13 -4
- package/components/form/ArrayListSelect.vue +5 -5
- package/components/form/Error.vue +8 -0
- package/components/form/KeyValue.vue +39 -7
- package/components/form/LabeledSelect.vue +5 -2
- package/components/form/Labels.vue +46 -16
- package/components/form/Members/ClusterPermissionsEditor.vue +17 -17
- package/components/form/Members/MembershipEditor.vue +12 -12
- package/components/form/NameNsDescription.vue +1 -1
- package/components/form/NodeScheduling.vue +1 -1
- package/components/form/Probe.vue +3 -3
- package/components/form/ResourceQuota/Project.vue +6 -6
- package/components/form/ResourceTabs/index.vue +24 -6
- package/components/form/Security.vue +7 -6
- package/components/form/Select.vue +3 -2
- package/components/form/SelectOrCreateAuthSecret.vue +22 -29
- package/components/form/ServicePorts.vue +8 -0
- package/components/form/WorkloadPorts.vue +7 -1
- package/components/form/__tests__/ArrayList.test.ts +74 -0
- package/components/form/__tests__/ArrayListGrouped.test.ts +6 -4
- package/components/formatter/Checked.vue +1 -1
- package/components/formatter/ClusterLink.vue +5 -0
- package/components/formatter/IconIsDefault.vue +2 -2
- package/components/formatter/InternalExternalIP.vue +11 -8
- package/components/formatter/LiveDuration.vue +78 -0
- package/components/formatter/WorkloadHealthScale.vue +5 -3
- package/components/nav/Header.vue +74 -7
- package/components/nav/NamespaceFilter.vue +146 -63
- package/components/nav/TopLevelMenu.vue +22 -19
- package/components/nav/WindowManager/ContainerLogs.vue +83 -126
- package/components/nav/WindowManager/ContainerShell.vue +9 -7
- package/components/nav/WindowManager/Window.vue +2 -0
- package/components/nav/WindowManager/index.vue +10 -0
- package/config/elemental-types.js +9 -0
- package/config/features.js +2 -0
- package/config/home-links.js +4 -1
- package/config/pod-security-admission.ts +82 -0
- package/config/product/apps.js +1 -1
- package/config/product/auth.js +6 -5
- package/config/product/backup.js +1 -1
- package/config/product/explorer.js +6 -6
- package/config/product/fleet.js +1 -1
- package/config/product/manager.js +6 -2
- package/config/query-params.js +1 -0
- package/config/secret.js +0 -1
- package/config/settings.ts +26 -9
- package/config/table-headers.js +22 -11
- package/config/types.js +4 -1
- package/config/uiplugins.js +3 -3
- package/content/docs/zh-hans/getting-started.md +113 -137
- package/content/docs/zh-hans/whats-new.md +8 -46
- package/core/plugin-helpers.js +171 -0
- package/core/plugin.ts +61 -1
- package/core/plugins.js +33 -0
- package/core/types.ts +128 -2
- package/creators/pkg/package-lock.json +37 -0
- package/creators/pkg/package.json +1 -1
- package/detail/catalog.cattle.io.app.vue +1 -1
- package/detail/pod.vue +1 -1
- package/detail/provisioning.cattle.io.cluster.vue +35 -9
- package/detail/service.vue +2 -9
- package/detail/workload/index.vue +0 -1
- package/dialog/AddClusterMemberDialog.vue +22 -28
- package/dialog/AddProjectMemberDialog.vue +53 -9
- package/dialog/DiagnosticTimingsDialog.vue +8 -7
- package/dialog/DrainNode.vue +44 -48
- package/dialog/ForceMachineRemoveDialog.vue +5 -7
- package/dialog/GenericPrompt.vue +15 -20
- package/dialog/RollbackWorkloadDialog.vue +15 -46
- package/dialog/RotateCertificatesDialog.vue +5 -7
- package/dialog/RotateEncryptionKeyDialog.vue +5 -9
- package/dialog/SaveAsRKETemplateDialog.vue +5 -13
- package/dialog/ScaleMachineDownDialog.vue +1 -1
- package/dialog/ScalePoolDownDialog.vue +121 -0
- package/edit/__tests__/management.cattle.io.setting.test.ts +3 -3
- package/edit/auth/azuread.vue +16 -16
- package/edit/auth/github.vue +8 -0
- package/edit/auth/googleoauth.vue +10 -1
- package/edit/auth/ldap/index.vue +10 -0
- package/edit/auth/oidc.vue +10 -0
- package/edit/auth/saml.vue +10 -0
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +1 -1
- package/edit/catalog.cattle.io.clusterrepo.vue +3 -0
- package/edit/cloudcredential.vue +3 -7
- package/edit/logging-flow/Match.vue +39 -8
- package/edit/logging-flow/index.vue +27 -4
- package/edit/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +107 -0
- package/edit/management.cattle.io.project.vue +8 -1
- package/edit/management.cattle.io.setting.vue +5 -2
- package/edit/management.cattle.io.user.vue +7 -1
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +36 -8
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +2 -2
- package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +14 -6
- package/edit/namespace.vue +18 -4
- package/edit/networking.k8s.io.ingress/Certificate.vue +1 -0
- package/edit/networking.k8s.io.ingress/IngressClass.vue +8 -6
- package/edit/networking.k8s.io.ingress/RulePath.vue +12 -6
- package/edit/networking.k8s.io.ingress/index.vue +8 -6
- package/edit/persistentvolume/index.vue +30 -27
- package/edit/persistentvolume/plugins/cephfs.vue +29 -29
- package/edit/persistentvolume/plugins/csi.vue +102 -62
- package/edit/persistentvolume/plugins/fc.vue +19 -19
- package/edit/persistentvolume/plugins/iscsi.vue +45 -45
- package/edit/persistentvolume/plugins/rbd.vue +39 -39
- package/edit/persistentvolumeclaim.vue +78 -75
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +11 -7
- package/edit/provisioning.cattle.io.cluster/RegistryConfigs.vue +10 -1
- package/edit/provisioning.cattle.io.cluster/RegistryMirrors.vue +87 -27
- package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +3 -6
- package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +96 -0
- package/edit/provisioning.cattle.io.cluster/import.vue +1 -1
- package/edit/provisioning.cattle.io.cluster/index.vue +29 -6
- package/edit/provisioning.cattle.io.cluster/rke2.vue +445 -154
- package/edit/secret/index.vue +3 -7
- package/edit/service.vue +3 -1
- package/edit/storage.k8s.io.storageclass/index.vue +100 -16
- package/edit/storage.k8s.io.storageclass/provisioners/driver.harvesterhci.io.vue +114 -0
- package/edit/workload/__tests__/index.test.ts +98 -0
- package/edit/workload/index.vue +58 -8
- package/edit/workload/mixins/workload.js +107 -70
- package/edit/workload/storage/ContainerMountPaths.vue +0 -10
- package/edit/workload/storage/emptyDir.vue +88 -0
- package/edit/workload/storage/ephemeralVolume/index.vue +1 -1
- package/edit/workload/storage/index.vue +8 -0
- package/edit/workload/storage/persistentVolumeClaim/index.vue +1 -1
- package/layouts/default.vue +57 -44
- package/list/__tests__/workload.test.ts +5 -2
- package/list/catalog.cattle.io.app.vue +1 -0
- package/list/cis.cattle.io.clusterscan.vue +1 -0
- package/list/fleet.cattle.io.bundle.vue +5 -6
- package/list/fleet.cattle.io.cluster.vue +6 -3
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +5 -6
- package/list/fleet.cattle.io.gitrepo.vue +4 -9
- package/list/helm.cattle.io.projecthelmchart.vue +1 -5
- package/list/logging.banzaicloud.io.clusterflow.vue +4 -1
- package/list/logging.banzaicloud.io.flow.vue +6 -5
- package/list/management.cattle.io.cluster.vue +1 -0
- package/list/management.cattle.io.feature.vue +3 -4
- package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +47 -0
- package/list/management.cattle.io.setting.vue +2 -2
- package/list/management.cattle.io.user.vue +4 -10
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +2 -7
- package/list/node.vue +8 -5
- package/list/persistentvolume.vue +3 -3
- package/list/persistentvolumeclaim.vue +3 -4
- package/list/provisioning.cattle.io.cluster.vue +18 -19
- package/list/service.vue +6 -14
- package/list/workload.vue +43 -38
- package/machine-config/azure.vue +429 -60
- package/machine-config/pnap.vue +288 -0
- package/mixins/auth-config.js +1 -3
- package/mixins/browser-tab-visibility.js +8 -14
- package/mixins/chart.js +1 -1
- package/mixins/create-edit-view/impl.js +4 -0
- package/mixins/create-edit-view/index.js +4 -2
- package/mixins/resource-fetch-namespaced.js +98 -0
- package/mixins/resource-fetch.js +79 -45
- package/mixins/resource-manager.js +1 -23
- package/models/apps.controllerrevision.js +7 -0
- package/models/apps.daemonset.js +18 -0
- package/models/apps.deployment.js +44 -0
- package/models/apps.replicaset.js +7 -0
- package/models/apps.statefulset.js +18 -0
- package/models/batch.job.js +7 -14
- package/models/cluster/node.js +10 -2
- package/models/cluster.x-k8s.io.machine.js +26 -4
- package/models/cluster.x-k8s.io.machinedeployment.js +12 -2
- package/models/event.js +7 -0
- package/models/logging.banzaicloud.io.flow.js +4 -0
- package/models/management.cattle.io.cluster.js +1 -1
- package/models/management.cattle.io.clusterroletemplatebinding.js +1 -1
- package/models/management.cattle.io.globalrole.js +2 -2
- package/models/management.cattle.io.node.js +37 -2
- package/models/management.cattle.io.podsecurityadmissionconfigurationtemplate.ts +4 -0
- package/models/management.cattle.io.project.js +30 -11
- package/models/management.cattle.io.setting.js +1 -1
- package/models/management.cattle.io.user.js +37 -1
- package/models/namespace.js +42 -5
- package/models/persistentvolume.js +14 -2
- package/models/pod.js +15 -0
- package/models/projectroletemplatebinding.js +7 -0
- package/models/provisioning.cattle.io.cluster.js +61 -10
- package/models/rke-machine.cattle.io.pnapmachinetemplate.js +15 -0
- package/models/service.js +14 -13
- package/models/storage.k8s.io.storageclass.js +33 -18
- package/models/workload.js +38 -7
- package/nuxt.config.js +27 -17
- package/package.json +7 -7
- package/pages/about.vue +14 -2
- package/pages/c/_cluster/apps/charts/index.vue +21 -3
- package/pages/c/_cluster/apps/charts/install.vue +59 -22
- package/pages/c/_cluster/auth/config/_id.vue +6 -0
- package/pages/c/_cluster/auth/config/index.vue +8 -6
- package/pages/c/_cluster/auth/group.principal/assign-edit.vue +1 -1
- package/pages/c/_cluster/auth/roles/index.vue +1 -1
- package/pages/c/_cluster/explorer/index.vue +51 -6
- package/pages/c/_cluster/longhorn/index.vue +1 -1
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/receiver.vue +15 -4
- package/pages/c/_cluster/monitoring/index.vue +1 -1
- package/pages/c/_cluster/neuvector/index.vue +1 -1
- package/pages/c/_cluster/settings/performance.vue +48 -2
- package/pages/c/_cluster/uiplugins/DeveloperInstallDialog.vue +2 -0
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +3 -0
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +42 -2
- package/pages/c/_cluster/uiplugins/RemoveUIPlugins.vue +2 -0
- package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +1 -0
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +2 -0
- package/pages/c/_cluster/uiplugins/index.vue +42 -3
- package/pages/diagnostic.vue +5 -4
- package/pages/home.vue +105 -30
- package/pages/prefs.vue +23 -12
- package/pages/rio/mesh.vue +1 -1
- package/pkg/dynamic-importer.lib.js +8 -0
- package/pkg/vue.config.js +4 -0
- package/plugins/dashboard-store/__tests__/mutations.spec.js +406 -0
- package/plugins/dashboard-store/actions.js +32 -25
- package/plugins/dashboard-store/getters.js +50 -33
- package/plugins/dashboard-store/mutations.js +134 -28
- package/plugins/dashboard-store/resource-class.js +37 -42
- package/plugins/steve/actions.js +30 -0
- package/plugins/steve/caches/resourceCache.js +60 -0
- package/plugins/steve/getters.js +44 -1
- package/plugins/steve/mutations.js +97 -36
- package/plugins/steve/resourceWatcher.js +277 -0
- package/plugins/steve/schema.utils.js +25 -0
- package/plugins/steve/subscribe.js +288 -115
- package/plugins/steve/worker/index.js +17 -0
- package/plugins/steve/worker/web-worker.advanced.js +302 -0
- package/plugins/steve/{web-worker.steve-sub-worker.js → worker/web-worker.basic.js} +3 -44
- package/rancher-components/Card/Card.vue +3 -3
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +1 -0
- package/rancher-components/StringList/StringList.test.ts +45 -420
- package/rancher-components/StringList/StringList.vue +1 -10
- package/rancher-components/components/Banner/Banner.test.ts +44 -0
- package/rancher-components/components/Banner/Banner.vue +130 -61
- package/rancher-components/components/Form/Checkbox/Checkbox.test.ts +13 -22
- package/rancher-components/components/Form/Checkbox/Checkbox.vue +8 -6
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.test.ts +9 -9
- package/rancher-components/components/LabeledTooltip/LabeledTooltip.vue +0 -1
- package/rancher-components/components/StringList/StringList.test.ts +7 -7
- package/rancher-components/components/StringList/StringList.vue +21 -15
- package/scripts/test-plugins-build.sh +8 -0
- package/static/loading-indicator.html +1 -1
- package/store/action-menu.js +4 -3
- package/store/index.js +54 -3
- package/store/plugins.js +0 -17
- package/store/pnap.js +128 -0
- package/store/prefs.js +4 -2
- package/store/type-map.js +81 -13
- package/types/pod-security-admission.ts +36 -0
- package/types/shell/index.d.ts +497 -396
- package/utils/__tests__/object.test.ts +17 -1
- package/utils/__tests__/pod-security-admission.test.ts +61 -0
- package/utils/async.ts +36 -0
- package/utils/color.js +45 -0
- package/utils/crypto/browserHashUtils.js +18 -0
- package/utils/dynamic-importer.js +8 -0
- package/utils/install-redirect.js +1 -1
- package/utils/object.js +24 -0
- package/utils/pod-security-admission.ts +39 -0
- package/utils/socket.js +61 -24
- package/utils/string.js +2 -0
- package/utils/svg-filter.js +301 -0
- package/utils/time.js +49 -0
- package/utils/validators/cidr.js +4 -0
- package/utils/validators/formRules/__tests__/index.test.ts +23 -3
- package/utils/validators/formRules/index.ts +14 -0
- package/config/product/harvester-manager.js +0 -162
- package/edit/harvesterhci.io.management.cluster.vue +0 -153
- package/list/harvesterhci.io.management.cluster.vue +0 -241
- package/machine-config/harvester.vue +0 -693
- package/models/harvesterhci.io.management.cluster.js +0 -228
- package/pages/c/_cluster/harvesterManager/index.vue +0 -24
- package/rancher-components/Card/Card.test.ts +0 -39
- package/rancher-components/Utils/DraggableZone/DraggableZone.vue +0 -181
- package/rancher-components/Utils/DraggableZone/index.ts +0 -1
- package/rancher-components/components/Utils/DraggableZone/index.ts +0 -1
|
@@ -7,6 +7,7 @@ generic:
|
|
|
7
7
|
and: ' 和 '
|
|
8
8
|
back: 返回
|
|
9
9
|
cancel: 取消
|
|
10
|
+
confirm: 确认
|
|
10
11
|
clear: 清除
|
|
11
12
|
clearAll: 清除全部
|
|
12
13
|
close: 关闭
|
|
@@ -16,6 +17,7 @@ generic:
|
|
|
16
17
|
create: 创建
|
|
17
18
|
created: 创建时间
|
|
18
19
|
customize: 自定义
|
|
20
|
+
dashboard: 仪表板
|
|
19
21
|
default: 默认
|
|
20
22
|
disabled: 禁用
|
|
21
23
|
done: 完成
|
|
@@ -27,7 +29,9 @@ generic:
|
|
|
27
29
|
always: 总是
|
|
28
30
|
ifNotPresent: 如果不存在
|
|
29
31
|
never: 从不
|
|
32
|
+
labels: 标签
|
|
30
33
|
labelsAndAnnotations: 标签 & 注释
|
|
34
|
+
podSecurityAdmission: Pod 安全准入
|
|
31
35
|
links: 链接
|
|
32
36
|
loading: 正在加载…
|
|
33
37
|
members: 成员
|
|
@@ -51,6 +55,7 @@ generic:
|
|
|
51
55
|
reload: 重新加载
|
|
52
56
|
register: 注册
|
|
53
57
|
remove: 移除
|
|
58
|
+
addCatalog: 添加应用商店
|
|
54
59
|
resource: |-
|
|
55
60
|
{count, plural,
|
|
56
61
|
one {资源}
|
|
@@ -58,8 +63,8 @@ generic:
|
|
|
58
63
|
}
|
|
59
64
|
resourceCount: |-
|
|
60
65
|
{count, plural,
|
|
61
|
-
one {1资源}
|
|
62
|
-
other {
|
|
66
|
+
one {1 资源}
|
|
67
|
+
other {# 资源}
|
|
63
68
|
}
|
|
64
69
|
save: 保存
|
|
65
70
|
showAdvanced: 展开高级选项
|
|
@@ -95,6 +100,15 @@ generic:
|
|
|
95
100
|
deprecated: 已弃用
|
|
96
101
|
placeholder: "例如:{text}"
|
|
97
102
|
moreInfo: 更多信息
|
|
103
|
+
selectors:
|
|
104
|
+
label: 选择器
|
|
105
|
+
matchingResources:
|
|
106
|
+
matchesSome: |-
|
|
107
|
+
{matched, plural,
|
|
108
|
+
=0 {匹配 {total, number} 个中的 0 个}
|
|
109
|
+
=1 {匹配 {total, number} 个中的 1 个:"{sample}"}
|
|
110
|
+
other {匹配 {total, number} 中的 {matched, number} 个,包括 "{sample}"}
|
|
111
|
+
}
|
|
98
112
|
|
|
99
113
|
locale:
|
|
100
114
|
en-us: English
|
|
@@ -125,6 +139,7 @@ nav:
|
|
|
125
139
|
group:
|
|
126
140
|
cluster: 集群
|
|
127
141
|
inUse: 更多资源
|
|
142
|
+
Policy: 策略
|
|
128
143
|
rbac: RBAC
|
|
129
144
|
serviceDiscovery: 服务发现
|
|
130
145
|
starred: 已收藏
|
|
@@ -137,8 +152,15 @@ nav:
|
|
|
137
152
|
apps: 应用
|
|
138
153
|
clusterProvisioning: 集群配置
|
|
139
154
|
core: 核心
|
|
155
|
+
legacy: 旧版
|
|
156
|
+
API: API
|
|
157
|
+
Coordination: 协调
|
|
140
158
|
Discovery: 发现
|
|
141
|
-
|
|
159
|
+
Fleet: Fleet
|
|
160
|
+
K3s: K3s
|
|
161
|
+
Networking: 网络
|
|
162
|
+
Rancher: Rancher
|
|
163
|
+
RBAC: RBAC
|
|
142
164
|
Scheduling: 调度
|
|
143
165
|
Storage: 存储
|
|
144
166
|
ns:
|
|
@@ -194,8 +216,10 @@ product:
|
|
|
194
216
|
neuvector: NeuVector
|
|
195
217
|
harvesterManager: 虚拟化管理
|
|
196
218
|
rancher: Rancher
|
|
219
|
+
legacy: 旧版
|
|
197
220
|
uiplugins: 扩展
|
|
198
221
|
elemental: OS 管理
|
|
222
|
+
plugins: 插件
|
|
199
223
|
|
|
200
224
|
suffix:
|
|
201
225
|
percent: "%"
|
|
@@ -236,6 +260,7 @@ about:
|
|
|
236
260
|
cli: CLI
|
|
237
261
|
helm: Helm
|
|
238
262
|
machine: Machine
|
|
263
|
+
rancher: Rancher
|
|
239
264
|
releaseNotes: '查看发行说明'
|
|
240
265
|
os:
|
|
241
266
|
mac: macOS
|
|
@@ -249,7 +274,7 @@ about:
|
|
|
249
274
|
title: 诊断
|
|
250
275
|
checkboxTooltip: 用前 10 个资源的响应时间补充诊断数据,可能需要一些的时间才能完成。
|
|
251
276
|
checkboxLabel: 发出其它请求
|
|
252
|
-
systemInformation:
|
|
277
|
+
systemInformation:
|
|
253
278
|
subtitle: 系统信息
|
|
254
279
|
browser: 浏览器
|
|
255
280
|
browserInfo: "用户浏览器:{userAgent};语言:{language};是否启用了 Cookies:{cookieEnabled}"
|
|
@@ -260,8 +285,8 @@ about:
|
|
|
260
285
|
os: "操作系统:{platform}"
|
|
261
286
|
memJsHeapLimit: "堆大小限制:{jsHeapSizeLimit}"
|
|
262
287
|
memTotalJsHeapSize: "总堆大小:{totalJSHeapSize}"
|
|
263
|
-
memUsedJsHeapSize: "已使用的堆大小:{usedJSHeapSize}"
|
|
264
|
-
logs:
|
|
288
|
+
memUsedJsHeapSize: "已使用的堆大小:{usedJSHeapSize}"
|
|
289
|
+
logs:
|
|
265
290
|
subtitle: 最新日志
|
|
266
291
|
resourceCounts: |-
|
|
267
292
|
{count, plural,
|
|
@@ -336,7 +361,7 @@ authConfig:
|
|
|
336
361
|
clientId:
|
|
337
362
|
label: 客户端 ID
|
|
338
363
|
clientSecret:
|
|
339
|
-
label:
|
|
364
|
+
label: 客户端 Secret
|
|
340
365
|
form:
|
|
341
366
|
app:
|
|
342
367
|
label: 应用名称
|
|
@@ -488,17 +513,17 @@ authConfig:
|
|
|
488
513
|
updateEndpoint:
|
|
489
514
|
button: 更新端点
|
|
490
515
|
banner:
|
|
491
|
-
message: '必须更新 Azure AD
|
|
516
|
+
message: '必须更新 Azure AD 身份认证:它使用了 Azure Graph API,该 API 将于 2022 年底弃用。'
|
|
492
517
|
linkText: '在此处进行更新。'
|
|
493
518
|
modal:
|
|
494
519
|
title: 是否确认?此更新是不可逆的。
|
|
495
|
-
body: '<p><b>你可能需要进行额外的更改</b>。请确保 Azure AD 应用已将 Directory.Read.All <b>Application</b> 权限添加到 Microsoft Graph。<br> 如果在 Rancher 中配置 Azure AD
|
|
520
|
+
body: '<p><b>你可能需要进行额外的更改</b>。请确保 Azure AD 应用已将 Directory.Read.All <b>Application</b> 权限添加到 Microsoft Graph。<br> 如果在 Rancher 中配置 Azure AD 身份认证时自定义了端点,这些端点将不会自动更新。</p>'
|
|
496
521
|
oidc:
|
|
497
522
|
oidc: 配置 OIDC 账号
|
|
498
523
|
keycloakoidc: 配置 Keycloak OIDC 账号
|
|
499
524
|
rancherUrl: Rancher URL
|
|
500
525
|
clientId: 客户端 ID
|
|
501
|
-
clientSecret:
|
|
526
|
+
clientSecret: 客户端 Secret
|
|
502
527
|
customEndpoint:
|
|
503
528
|
label: 端点
|
|
504
529
|
custom: 指定
|
|
@@ -618,7 +643,7 @@ asyncButton:
|
|
|
618
643
|
load:
|
|
619
644
|
action: 加载
|
|
620
645
|
success: 已加载
|
|
621
|
-
waiting:
|
|
646
|
+
waiting: 正在加载…
|
|
622
647
|
pause:
|
|
623
648
|
action: 暂停编排
|
|
624
649
|
success: 已暂停编排
|
|
@@ -808,7 +833,7 @@ catalog:
|
|
|
808
833
|
other: 其他
|
|
809
834
|
partner: Partner
|
|
810
835
|
rancher: '{vendor}'
|
|
811
|
-
deploysOnWindows:
|
|
836
|
+
deploysOnWindows: 支持 Windows 部署
|
|
812
837
|
windowsIncompatible: 仅 Linux
|
|
813
838
|
versionWindowsIncompatible: 仅限 Linux 版本
|
|
814
839
|
header: Chart
|
|
@@ -840,7 +865,7 @@ catalog:
|
|
|
840
865
|
navigate: 导航到旧版应用程序
|
|
841
866
|
mcmNotSupported: 无法通过此 UI 管理旧版多集群应用程序
|
|
842
867
|
category:
|
|
843
|
-
legacy:
|
|
868
|
+
legacy: 旧版
|
|
844
869
|
mcm: 多集群
|
|
845
870
|
header:
|
|
846
871
|
install: '安装 {name}'
|
|
@@ -880,7 +905,7 @@ catalog:
|
|
|
880
905
|
valuesYaml: 编辑 YAML
|
|
881
906
|
diff: 比较变化
|
|
882
907
|
slideIn:
|
|
883
|
-
dock:
|
|
908
|
+
dock: 停靠到 shell
|
|
884
909
|
steps:
|
|
885
910
|
basics:
|
|
886
911
|
label: 元数据
|
|
@@ -1048,6 +1073,7 @@ cis:
|
|
|
1048
1073
|
testID: 测试 ID
|
|
1049
1074
|
testsSkipped: 已跳过的测试
|
|
1050
1075
|
testsToSkip: 要跳过的测试
|
|
1076
|
+
workerProfile: CIS 配置文件
|
|
1051
1077
|
|
|
1052
1078
|
cluster:
|
|
1053
1079
|
addonChart:
|
|
@@ -1130,7 +1156,7 @@ cluster:
|
|
|
1130
1156
|
clientId:
|
|
1131
1157
|
label: 客户端 ID
|
|
1132
1158
|
clientSecret:
|
|
1133
|
-
label:
|
|
1159
|
+
label: 客户端 Secret
|
|
1134
1160
|
environment:
|
|
1135
1161
|
label: 环境
|
|
1136
1162
|
subscriptionId:
|
|
@@ -1148,6 +1174,14 @@ cluster:
|
|
|
1148
1174
|
help: 从 Linode <a href="https://cloud.linode.com/profile/tokens" target="_blank" rel="noopener noreferrer nofollow">API Tokens</a> 粘贴个人访问 Token。
|
|
1149
1175
|
label: 访问 Token
|
|
1150
1176
|
placeholder: 你的 Linode API 访问 Token
|
|
1177
|
+
pnap:
|
|
1178
|
+
clientIdentifier:
|
|
1179
|
+
label: 客户端 ID
|
|
1180
|
+
placeholder: 你的客户端 ID
|
|
1181
|
+
clientSecret:
|
|
1182
|
+
help: 来自 <a href="https://bmc.phoenixnap.com/credentials/" target="_blank" rel="nofollow noreferrer noopener">phoenixNAP BMC Portal</a> API 凭证
|
|
1183
|
+
label: 客户端 Secret
|
|
1184
|
+
placeholder: 你的客户端 Secret
|
|
1151
1185
|
name:
|
|
1152
1186
|
label: 凭证名称
|
|
1153
1187
|
placeholder: 此凭证的名称(可选)
|
|
@@ -1201,14 +1235,25 @@ cluster:
|
|
|
1201
1235
|
</ul>
|
|
1202
1236
|
点击<a href="https://cloud.google.com/kubernetes-engine/docs/how-to/iam-integration" target="_blank" rel="noopener noreferrer nofollow">此处</a>查看更多角色相关的信息。
|
|
1203
1237
|
harvester:
|
|
1204
|
-
import: 导入的 Harvester
|
|
1205
|
-
external: 外部的 Harvester(实验功能)
|
|
1206
1238
|
namespace: 命名空间
|
|
1207
1239
|
cpu: CPU
|
|
1208
1240
|
memory: 内存
|
|
1209
1241
|
disk: 磁盘
|
|
1210
1242
|
image: 镜像
|
|
1211
|
-
network:
|
|
1243
|
+
network:
|
|
1244
|
+
title: 网络
|
|
1245
|
+
network: 网络
|
|
1246
|
+
addNetwork: 添加网络
|
|
1247
|
+
networkName: 网络
|
|
1248
|
+
macAddress: MAC 地址
|
|
1249
|
+
macFormat: 'MAC 地址格式不正确。'
|
|
1250
|
+
volume:
|
|
1251
|
+
title: 卷
|
|
1252
|
+
volume: 卷
|
|
1253
|
+
imageVolume: 镜像卷
|
|
1254
|
+
addVolume: 添加卷
|
|
1255
|
+
addVMImage: 添加虚拟机镜像
|
|
1256
|
+
storageClass: 存储类
|
|
1212
1257
|
sshUser: SSH 用户名
|
|
1213
1258
|
userData:
|
|
1214
1259
|
label: 用户数据模板
|
|
@@ -1219,7 +1264,7 @@ cluster:
|
|
|
1219
1264
|
kubeconfigContent:
|
|
1220
1265
|
label: KubeconfigContent
|
|
1221
1266
|
placeholder: '命名空间/名称'
|
|
1222
|
-
cluster: 集群
|
|
1267
|
+
cluster: 导入的 Harvester 集群
|
|
1223
1268
|
affinity:
|
|
1224
1269
|
namespaces:
|
|
1225
1270
|
placeholder: 例如:default,system,base
|
|
@@ -1227,11 +1272,11 @@ cluster:
|
|
|
1227
1272
|
label: 集群描述
|
|
1228
1273
|
placeholder: 输入可以描述该集群的文本
|
|
1229
1274
|
harvester:
|
|
1230
|
-
importNotice: 导入 Harvester
|
|
1275
|
+
importNotice: 导入 Harvester 集群的方式:
|
|
1231
1276
|
warning:
|
|
1232
1277
|
label: 这是一个 Harvester 集群 - 请启用 Harvester 功能开关以对其进行管理。
|
|
1233
1278
|
state: 警告
|
|
1234
|
-
cloudProvider:
|
|
1279
|
+
cloudProvider:
|
|
1235
1280
|
incompatible:
|
|
1236
1281
|
由于当前的 Harvester 版本与所选的 RKE2 Kubernetes 版本不兼容,因此你无法选择 Harvester cloud provider。请单击 <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.suse.com/suse-harvester/support-matrix/all-supported-versions">此处</a>查看支持的 Kubernetes 版本。
|
|
1237
1282
|
clusterWarning: |-
|
|
@@ -1268,8 +1313,8 @@ cluster:
|
|
|
1268
1313
|
clusterRoleBindingInstructions: '如果你在创建资源时遇到权限错误,你的用户可能没有绑定 <code>cluster-admin</code> 角色。你可以运行这个命令来申请角色:'
|
|
1269
1314
|
clusterRoleBindingCommand: 'kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user <your username from your kubeconfig>'
|
|
1270
1315
|
explore: 浏览
|
|
1271
|
-
exploreHarvester: 浏览
|
|
1272
1316
|
importAction: 导入已有集群
|
|
1317
|
+
manageAction: 管理
|
|
1273
1318
|
kubernetesVersion:
|
|
1274
1319
|
label: Kubernetes 版本
|
|
1275
1320
|
experimental: 实验功能
|
|
@@ -1297,8 +1342,14 @@ cluster:
|
|
|
1297
1342
|
other {{storageSize, number} {storageUnit} {storageType}}
|
|
1298
1343
|
}
|
|
1299
1344
|
azure:
|
|
1345
|
+
acceleratedNetworking:
|
|
1346
|
+
label: 加速网络
|
|
1300
1347
|
availabilitySet:
|
|
1301
1348
|
label: 可用性集(非托管)
|
|
1349
|
+
description: 可用性集用于让应用程序免受 Azure 数据中心内硬件故障的影响。
|
|
1350
|
+
availabilityZone:
|
|
1351
|
+
label: 可用区
|
|
1352
|
+
description: 可用区用于让应用程序免受 Azure 数据中心全面故障的影响。
|
|
1302
1353
|
dns:
|
|
1303
1354
|
help: 公共 IP 地址的唯一 DNS 标签。
|
|
1304
1355
|
label: DNS 标签
|
|
@@ -1338,10 +1389,18 @@ cluster:
|
|
|
1338
1389
|
label: 资源组
|
|
1339
1390
|
size:
|
|
1340
1391
|
label: 虚拟机大小
|
|
1392
|
+
tooltip: 启用加速网络后,并非所有大小都可用。
|
|
1393
|
+
supportsAcceleratedNetworking: 支持加速网络的大小
|
|
1394
|
+
doesNotSupportAcceleratedNetworking: 没有加速网络的大小
|
|
1395
|
+
availabilityWarning: VM 大小在所选区域中不可用。
|
|
1396
|
+
regionDoesNotSupportAzs: 所选区域不支持可用区。请选择其他区域或改用可用性集。
|
|
1397
|
+
regionSupportsAzsButNotThisSize: 所选区域的可用区不支持该 VM 大小。请选择不同的区域或 VM 大小。
|
|
1398
|
+
selectedSizeAcceleratedNetworkingWarning: 所选 VM 大小不支持加速网络。请选择其他 VM 大小或禁用加速网络。
|
|
1341
1399
|
sshUser:
|
|
1342
1400
|
label: SSH 用户名
|
|
1343
1401
|
storageType:
|
|
1344
1402
|
label: 储存类型
|
|
1403
|
+
warning: StandardSSD_LRS 需要托管磁盘。请使用托管磁盘或选择其他存储类型。
|
|
1345
1404
|
subnet:
|
|
1346
1405
|
label: 子网
|
|
1347
1406
|
subnetPrefix:
|
|
@@ -1354,6 +1413,8 @@ cluster:
|
|
|
1354
1413
|
vnet:
|
|
1355
1414
|
label: 虚拟网络
|
|
1356
1415
|
placeholder: '[resourcegroup:]name'
|
|
1416
|
+
tags:
|
|
1417
|
+
label: 标签
|
|
1357
1418
|
digitalocean:
|
|
1358
1419
|
sizeLabel: |-
|
|
1359
1420
|
{plan, select,
|
|
@@ -1502,6 +1563,27 @@ cluster:
|
|
|
1502
1563
|
httpEndpoint: 允许访问 EC2 元数据
|
|
1503
1564
|
httpTokens: 为元数据使用 Token
|
|
1504
1565
|
tagTitle: EC2 标签
|
|
1566
|
+
pnap:
|
|
1567
|
+
serverLocation:
|
|
1568
|
+
label: 位置
|
|
1569
|
+
serverType:
|
|
1570
|
+
label: 类型
|
|
1571
|
+
serverCpu:
|
|
1572
|
+
label: CPU
|
|
1573
|
+
serverCoresPerCpu:
|
|
1574
|
+
label: 每个 CPU 的核心数
|
|
1575
|
+
serverCpuCount:
|
|
1576
|
+
label: CPU 数量
|
|
1577
|
+
serverCpuFrequency:
|
|
1578
|
+
label: CPU 频率 [GHz]
|
|
1579
|
+
serverRam:
|
|
1580
|
+
label: RAM [GB]
|
|
1581
|
+
serverStorage:
|
|
1582
|
+
label: 存储
|
|
1583
|
+
serverNetwork:
|
|
1584
|
+
label: 网络
|
|
1585
|
+
serverOs:
|
|
1586
|
+
label: 操作系统
|
|
1505
1587
|
addOns:
|
|
1506
1588
|
dependencyBanner: 附加组件配置可能因 Kubernetes 版本而异。更改 Kubernetes 版本可能会重置以下值。
|
|
1507
1589
|
additionalManifest:
|
|
@@ -1531,9 +1613,17 @@ cluster:
|
|
|
1531
1613
|
os: '你正在将 {newOS} worker 节点添加到具有一个或多个 {existingOS} worker 节点的集群。你可能需要升级或删除某些已安装的应用。'
|
|
1532
1614
|
rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">文档</a>。'
|
|
1533
1615
|
desiredNodeGroupWarning: 没有可用于运行 Cluster Agent 的节点。要让集群变为 Active 状态,至少需要有 1 个可用的节点。
|
|
1616
|
+
invalidPsps: 你在此集群中有一个或多个 PSP 资源。Pod 安全策略将在 Kubernetes v1.25 中不可用。
|
|
1617
|
+
haveArgInfo: 所选 Kubernetes 版本的配置信息不可用。此屏幕中可用的选项将受到限制,你可能需要使用 YAML 编辑器。
|
|
1618
|
+
deprecatedPsp: Pod 安全策略自 Kubernetes v1.21 起已弃用,并已在 Kubernetes v1.25 中删除。
|
|
1619
|
+
removedPsp: Pod 安全策略已在 Kubernetes v1.25 中删除,请改用 PodSecurity Admission。
|
|
1534
1620
|
|
|
1535
1621
|
rkeTemplateUpgrade: 模板修订版 {name} 可用于升级
|
|
1536
1622
|
|
|
1623
|
+
availabilityWarnings:
|
|
1624
|
+
node: 节点 {name} 处于非活动状态
|
|
1625
|
+
machine: 主机 {name} 处于非活动状态
|
|
1626
|
+
|
|
1537
1627
|
detail:
|
|
1538
1628
|
provisioner: 提供商
|
|
1539
1629
|
kubernetesVersion: Kubernetes 版本
|
|
@@ -1602,12 +1692,10 @@ cluster:
|
|
|
1602
1692
|
searchPlaceholder: 请输入搜索
|
|
1603
1693
|
noResults: 没有匹配的结果
|
|
1604
1694
|
privateRegistry:
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
private: 为 Rancher 系统容器镜像使用指定的私有镜像仓库
|
|
1610
|
-
advanced: 配置高级容器 Mirror 和仓库验证选项
|
|
1695
|
+
label: 为 Rancher 系统容器镜像启用集群级别的容器镜像仓库
|
|
1696
|
+
description: "如果启用,Rancher 将在集群配置期间从该镜像仓库中拉取容器镜像。默认情况下,Rancher 在安装 Rancher 的官方 Helm Chart 应用程序时也会使用此镜像仓库。如果集群级别的镜像仓库被禁用,将从全局设置中的系统默认镜像仓库中拉取系统镜像。"
|
|
1697
|
+
docsLinkRke2: "如需配置私有镜像仓库 mirror 的帮助,请参阅 RKE2 <a href=\"https://docs.rke2.io/install/containerd_registry_configuration/\" target=\"_blank\">文档</a>。"
|
|
1698
|
+
docsLinkK3s: "如需配置私有镜像仓库 mirror 的帮助,请参阅 K3s <a href=\"https://docs.k3s.io/installation/private-registry\" target=\"_blank\">文档</a>。"
|
|
1611
1699
|
provider:
|
|
1612
1700
|
aliyunecs: Aliyun ECS
|
|
1613
1701
|
aliyunkubernetescontainerservice: Alibaba ACK
|
|
@@ -1691,10 +1779,18 @@ cluster:
|
|
|
1691
1779
|
cloudProvider:
|
|
1692
1780
|
label: 云提供商
|
|
1693
1781
|
header: 云提供商配置
|
|
1782
|
+
defaultValue:
|
|
1783
|
+
label: 默认 - 嵌入 RKE2
|
|
1694
1784
|
security:
|
|
1695
1785
|
header: 安全
|
|
1696
1786
|
defaultPodSecurityPolicyTemplateName:
|
|
1697
1787
|
label: 默认 Pod 安全策略
|
|
1788
|
+
option: RKE 默认
|
|
1789
|
+
defaultPodSecurityAdmissionConfigurationTemplateName:
|
|
1790
|
+
label: 默认 Pod 安全准入
|
|
1791
|
+
option: (None)
|
|
1792
|
+
cisProfile:
|
|
1793
|
+
option: (None)
|
|
1698
1794
|
enableNetworkPolicy:
|
|
1699
1795
|
label: 项目网络隔离
|
|
1700
1796
|
warning: 默认情况下,Ingress Controller 无法将请求路由到其他节点上的 Pod。
|
|
@@ -1752,7 +1848,7 @@ cluster:
|
|
|
1752
1848
|
servicelb: 'Klipper 服务 LB'
|
|
1753
1849
|
traefik: 'Traefik Ingress'
|
|
1754
1850
|
selectCredential:
|
|
1755
|
-
genericDescription: "{vendor}
|
|
1851
|
+
genericDescription: "{vendor} 没有此驱动的内置支持。请查阅驱动的官方文档,以了解身份认证所需的字段。"
|
|
1756
1852
|
snapshot:
|
|
1757
1853
|
successTitle: 快照已开始
|
|
1758
1854
|
errorTitle: "快照 {name} 出错"
|
|
@@ -1804,6 +1900,11 @@ clusterIndexPage:
|
|
|
1804
1900
|
ram: 内存
|
|
1805
1901
|
used: 已使用
|
|
1806
1902
|
reserved: 已预留
|
|
1903
|
+
units:
|
|
1904
|
+
cores: |-
|
|
1905
|
+
{count, plural,
|
|
1906
|
+
=1 {核}
|
|
1907
|
+
other {核}}
|
|
1807
1908
|
header: 集群仪表板
|
|
1808
1909
|
resourceGauge:
|
|
1809
1910
|
totalResources: 资源总额
|
|
@@ -1966,9 +2067,9 @@ fleet:
|
|
|
1966
2067
|
resources: 资源
|
|
1967
2068
|
unready: 未就绪
|
|
1968
2069
|
auth:
|
|
1969
|
-
label:
|
|
1970
|
-
git: Git
|
|
1971
|
-
helm: Helm
|
|
2070
|
+
label: 身份认证
|
|
2071
|
+
git: Git 身份认证
|
|
2072
|
+
helm: Helm 身份认证
|
|
1972
2073
|
caBundle:
|
|
1973
2074
|
label: 证书
|
|
1974
2075
|
placeholder: "粘贴一个或多个证书,以-----BEGIN CERTIFICATE----开始。"
|
|
@@ -1982,14 +2083,14 @@ fleet:
|
|
|
1982
2083
|
placeholder: '例如:https://github.com/rancher/fleet-examples.git'
|
|
1983
2084
|
addRepo: 添加仓库
|
|
1984
2085
|
noRepos: 未添加任何仓库
|
|
1985
|
-
add:
|
|
1986
|
-
steps:
|
|
1987
|
-
repoInfo:
|
|
2086
|
+
add:
|
|
2087
|
+
steps:
|
|
2088
|
+
repoInfo:
|
|
1988
2089
|
label: 仓库详情
|
|
1989
2090
|
title: 指定要添加到 Fleet 的 Git 仓库
|
|
1990
2091
|
subtext: '定义仓库详情'
|
|
1991
2092
|
description: Fleet 将持续监控下方配置的 Git 仓库,并将仓库中包含的资源同步到配置的目标。
|
|
1992
|
-
targetInfo:
|
|
2093
|
+
targetInfo:
|
|
1993
2094
|
label: 目标详情
|
|
1994
2095
|
title: 指定要与仓库同步的目标
|
|
1995
2096
|
subtext: '定义目标详情'
|
|
@@ -2147,15 +2248,18 @@ graphOptions:
|
|
|
2147
2248
|
|
|
2148
2249
|
growl:
|
|
2149
2250
|
clearAll: 清除全部通知
|
|
2150
|
-
disconnectError:
|
|
2251
|
+
disconnectError:
|
|
2151
2252
|
message: "与 {url} 的连接在 {time} 意外断开,重连 {tries} 次后断开连接。请检查你的网络连接并重新加载页面。"
|
|
2152
2253
|
title: Websocket 断开连接
|
|
2153
|
-
connectError:
|
|
2254
|
+
connectError:
|
|
2154
2255
|
message: "与 {url} 的连接在 {time} 意外断开,重连次数为 #{tries}。"
|
|
2155
2256
|
title: Websocket 重新连接
|
|
2156
|
-
reconnected:
|
|
2257
|
+
reconnected:
|
|
2157
2258
|
message: "在尝试第 #{tries} 次时恢复了与 {url} 的连接。"
|
|
2158
2259
|
title: Websocket 已重新连接
|
|
2260
|
+
podSecurity:
|
|
2261
|
+
message: "创建此 Pod 将违反命名空间的现有限制策略"
|
|
2262
|
+
title: PodSecurity 违规
|
|
2159
2263
|
|
|
2160
2264
|
hpa:
|
|
2161
2265
|
detail:
|
|
@@ -2231,6 +2335,7 @@ import:
|
|
|
2231
2335
|
}
|
|
2232
2336
|
|
|
2233
2337
|
ingress:
|
|
2338
|
+
description: Ingress 根据请求中指定的主机名和路径将互联网的传入流量路由到集群内的 Service。你可以在同一个外部 IP 地址和端口上公开多个 Service。
|
|
2234
2339
|
certificates:
|
|
2235
2340
|
addCertificate: 添加证书
|
|
2236
2341
|
addHost: 添加主机
|
|
@@ -2283,6 +2388,7 @@ ingress:
|
|
|
2283
2388
|
placeholder: 例如:example.com
|
|
2284
2389
|
target:
|
|
2285
2390
|
label: 目标服务
|
|
2391
|
+
tooltip: 如果此下拉列表中的 Service 均未选择你要公开的 Pod,那么你需要先创建一个选择这些 Pod 的 Service。
|
|
2286
2392
|
doesntExist: 你选择的服务不存在
|
|
2287
2393
|
title: 规则
|
|
2288
2394
|
rulesAndCertificates:
|
|
@@ -2436,7 +2542,7 @@ istio:
|
|
|
2436
2542
|
simple:
|
|
2437
2543
|
label: 简单 - 发起到上游端点的 TLS 连接
|
|
2438
2544
|
mutual:
|
|
2439
|
-
label: 双向 -
|
|
2545
|
+
label: 双向 - 通过客户端证书进行身份认证,使用双向的 TLS 安全连接到上游
|
|
2440
2546
|
clientCertificate:
|
|
2441
2547
|
label: 客户端证书
|
|
2442
2548
|
placeholder: 例如:/etc/certs/myclientcert.pem
|
|
@@ -2479,7 +2585,10 @@ labels:
|
|
|
2479
2585
|
addAnnotation: 添加注释
|
|
2480
2586
|
labels:
|
|
2481
2587
|
title: 标签
|
|
2588
|
+
description: 键值对,是附加到指定标识属性的对象。
|
|
2482
2589
|
fleetClusterTooltip: 标签更改应用到管理集群并同步到 Fleet 集群。
|
|
2590
|
+
show: 显示系统标签
|
|
2591
|
+
hide: 隐藏系统标签
|
|
2483
2592
|
annotations:
|
|
2484
2593
|
title: 注释
|
|
2485
2594
|
|
|
@@ -2527,13 +2636,39 @@ logging:
|
|
|
2527
2636
|
doesntExistTooltip: 该集群输出不存在
|
|
2528
2637
|
label: 集群输出
|
|
2529
2638
|
matches:
|
|
2639
|
+
banner: 配置要拉取哪些容器日志
|
|
2640
|
+
unsupportedConfig: 此资源包含表单编辑器不支持的匹配配置。请使用 YAML 进行编辑。
|
|
2530
2641
|
label: 匹配
|
|
2531
2642
|
addSelect: 添加包含规则
|
|
2532
2643
|
addExclude: 添加排除规则
|
|
2644
|
+
pods:
|
|
2645
|
+
title:
|
|
2646
|
+
include: 包括 Pod
|
|
2647
|
+
exclude: 排除 Pod
|
|
2648
|
+
keyLabel: Pod 标签键
|
|
2649
|
+
valueLabel: Pod 标签值
|
|
2650
|
+
addLabel: 添加 Pod
|
|
2651
|
+
nodes:
|
|
2652
|
+
title:
|
|
2653
|
+
include: 仅限特定节点
|
|
2654
|
+
exclude: 排除特定节点
|
|
2655
|
+
placeholder: "默认值:任何节点"
|
|
2656
|
+
containerNames:
|
|
2657
|
+
title:
|
|
2658
|
+
include: 仅限特定的容器名称
|
|
2659
|
+
exclude: 排除特定的容器名称
|
|
2660
|
+
placeholder: "默认值:任何容器"
|
|
2661
|
+
namespaces:
|
|
2662
|
+
title:
|
|
2663
|
+
include: 仅限特定的命名空间
|
|
2664
|
+
exclude: 排除特定的命名空间
|
|
2665
|
+
placeholder: "默认值:任何命名空间"
|
|
2666
|
+
|
|
2533
2667
|
filters:
|
|
2534
2668
|
label: 筛选
|
|
2535
2669
|
outputs:
|
|
2536
2670
|
doesntExistTooltip: 该集群输出不存在
|
|
2671
|
+
sameNamespaceError: 输出必须位于与流相同的命名空间中。
|
|
2537
2672
|
label: 输出
|
|
2538
2673
|
install:
|
|
2539
2674
|
k3sContainerEngine: K3S 容器引擎
|
|
@@ -2561,6 +2696,15 @@ logging:
|
|
|
2561
2696
|
clientKeyPass: 传自密文的客户端密钥
|
|
2562
2697
|
verifySsl: 验证 SSL
|
|
2563
2698
|
sslVersion: SSL 版本
|
|
2699
|
+
redis:
|
|
2700
|
+
host: 主机
|
|
2701
|
+
port: 端口
|
|
2702
|
+
dbNumber: Redis 数据库编号
|
|
2703
|
+
ttl: 每个键的 TTL
|
|
2704
|
+
password: 密码
|
|
2705
|
+
format:
|
|
2706
|
+
title: 格式
|
|
2707
|
+
type: 类型
|
|
2564
2708
|
gelf:
|
|
2565
2709
|
host: 主机
|
|
2566
2710
|
port: 端口
|
|
@@ -2691,6 +2835,8 @@ logging:
|
|
|
2691
2835
|
configuration: 配置
|
|
2692
2836
|
outputProviders:
|
|
2693
2837
|
elasticsearch: Elasticsearch
|
|
2838
|
+
opensearch: OpenSearch
|
|
2839
|
+
redis: Redis
|
|
2694
2840
|
splunkHec: Splunk
|
|
2695
2841
|
kafka: Kafka
|
|
2696
2842
|
forward: Fluentd
|
|
@@ -2788,6 +2934,7 @@ managementNode:
|
|
|
2788
2934
|
|
|
2789
2935
|
members:
|
|
2790
2936
|
clusterMembers: 集群成员
|
|
2937
|
+
clusterAndProject: 集群和项目成员
|
|
2791
2938
|
createActionLabel: 添加
|
|
2792
2939
|
clusterPermissions:
|
|
2793
2940
|
noDescription: 已创建用户 - 没有描述
|
|
@@ -2813,7 +2960,8 @@ members:
|
|
|
2813
2960
|
custom:
|
|
2814
2961
|
label: 自定义
|
|
2815
2962
|
description: 为该用户自定义角色。
|
|
2816
|
-
localClusterWarning: "注意:这是 Rancher
|
|
2963
|
+
localClusterWarning: "注意:这是 Rancher 用来存储数据的集群。只有管理员才应该对该集群有写权限。能够写入此集群的用户可以授权自己访问该安装的任何内容。"
|
|
2964
|
+
noRolesAssigned: 没有分配给该项目的用户。
|
|
2817
2965
|
|
|
2818
2966
|
membershipEditor:
|
|
2819
2967
|
label: 成员
|
|
@@ -2876,7 +3024,6 @@ monitoring:
|
|
|
2876
3024
|
existing: 使用现有 PVC 启用 Grafana
|
|
2877
3025
|
statefulset: 使用 StatefulSet 模板启用 Grafana
|
|
2878
3026
|
template: 使用 PVC 模板启用 Grafana
|
|
2879
|
-
volumeMode: 卷模式
|
|
2880
3027
|
volumeName: 卷名称
|
|
2881
3028
|
title: 配置 Grafana
|
|
2882
3029
|
hostNetwork:
|
|
@@ -2939,7 +3086,6 @@ monitoring:
|
|
|
2939
3086
|
selector: 选择器
|
|
2940
3087
|
selectorWarning: '如果你使用动态配置器(例如 Longhorn),不要指定选择器,因为带有非空选择器的 PVC 不能动态配置 PV。'
|
|
2941
3088
|
size: 大小
|
|
2942
|
-
volumeMode: 卷模式
|
|
2943
3089
|
volumeName: 卷名称
|
|
2944
3090
|
title: 配置 Prometheus
|
|
2945
3091
|
warningInstalled: |
|
|
@@ -2994,6 +3140,7 @@ monitoring:
|
|
|
2994
3140
|
editYaml: 编辑 AlertmanagerConfig
|
|
2995
3141
|
detail: AlertmanagerConfig 中的接收器
|
|
2996
3142
|
disabledReceiverButton: 创建 AlertmanagerConfig 后就可以使用接收器
|
|
3143
|
+
error: 保存 AlertmanagerConfig 时出错
|
|
2997
3144
|
email:
|
|
2998
3145
|
username: 认证用户名
|
|
2999
3146
|
password: 具有 Auth 密码的密文
|
|
@@ -3028,10 +3175,6 @@ monitoring:
|
|
|
3028
3175
|
prometheus: Prometheus
|
|
3029
3176
|
projectMetrics: 项目指标
|
|
3030
3177
|
v1Warning: '当前 Monitoring 由 Cluster Manager 部署。如果你需要从启用了 Monitoring 的旧版 {vendor} 迁移,请先在 Cluster Manager 中禁用 Monitoring,然后再在 Cluster Explorer 中安装新版 {vendor} Monitoring Chart。'
|
|
3031
|
-
volume:
|
|
3032
|
-
modes:
|
|
3033
|
-
block: 块
|
|
3034
|
-
file: 文件系统
|
|
3035
3178
|
|
|
3036
3179
|
monitoringReceiver:
|
|
3037
3180
|
addButton: 添加 {type}
|
|
@@ -3331,7 +3474,7 @@ node:
|
|
|
3331
3474
|
memoryPressure: 内存压力
|
|
3332
3475
|
pidPressure: PID 压力
|
|
3333
3476
|
tab:
|
|
3334
|
-
conditions:
|
|
3477
|
+
conditions: 状况
|
|
3335
3478
|
images: 镜像
|
|
3336
3479
|
metrics: 指标
|
|
3337
3480
|
info:
|
|
@@ -3360,6 +3503,8 @@ persistentVolume:
|
|
|
3360
3503
|
label: 插件配置
|
|
3361
3504
|
plugin:
|
|
3362
3505
|
label: 卷插件
|
|
3506
|
+
inTree: 树内插件
|
|
3507
|
+
unsupported: (不支持)
|
|
3363
3508
|
capacity:
|
|
3364
3509
|
label: 容量
|
|
3365
3510
|
customize:
|
|
@@ -3407,6 +3552,7 @@ persistentVolume:
|
|
|
3407
3552
|
placeholder: 例如:sp1
|
|
3408
3553
|
csi:
|
|
3409
3554
|
label: CSI(不支持)
|
|
3555
|
+
suffix: (CSI)
|
|
3410
3556
|
driver:
|
|
3411
3557
|
label: 驱动
|
|
3412
3558
|
placeholder: 例如:driver.longhorn.io
|
|
@@ -3439,6 +3585,21 @@ persistentVolume:
|
|
|
3439
3585
|
controllerPublishSecretNamespace:
|
|
3440
3586
|
label: Controller 发布密文命名空间
|
|
3441
3587
|
placeholder: 例如:default
|
|
3588
|
+
drivers:
|
|
3589
|
+
disk-csi-azure-com: Azure 磁盘 (CSI)
|
|
3590
|
+
file-csi-azure-com: Azure 文件 (CSI)
|
|
3591
|
+
driver-longhorn-io: Longhorn (CSI)
|
|
3592
|
+
driver-harvesterhci-io: Harvester (CSI)
|
|
3593
|
+
nfs-csi-k8s-io: NFS (CSI)
|
|
3594
|
+
ebs-csi-aws-com: AWS Elastic Block Store (CSI)
|
|
3595
|
+
rbd-csi-ceph-com: Ceph RBD (CSI)
|
|
3596
|
+
org-gluster-glusterfs: GlusterFS (CSI)
|
|
3597
|
+
pd-csi-storage-gke-io: GCE 持久磁盘 (CSI)
|
|
3598
|
+
cinder-csi-openstack-org: Cinder (CSI)
|
|
3599
|
+
pxd-portworx-com: Portworx (CSI)
|
|
3600
|
+
quobyte-csi: Quobyte (CSI)
|
|
3601
|
+
storageos: StorageOS (CSI)
|
|
3602
|
+
csi-vsphere-vmware-com: vSphere (CSI)
|
|
3442
3603
|
cephfs:
|
|
3443
3604
|
label: Ceph 文件系统(不支持)
|
|
3444
3605
|
path:
|
|
@@ -3691,6 +3852,15 @@ persistentVolumeClaim:
|
|
|
3691
3852
|
status:
|
|
3692
3853
|
label: 状态
|
|
3693
3854
|
|
|
3855
|
+
podDisruptionBudget:
|
|
3856
|
+
budget:
|
|
3857
|
+
label: 预算
|
|
3858
|
+
minAvailable:
|
|
3859
|
+
label: 最小可用 Pod
|
|
3860
|
+
maxUnavailable:
|
|
3861
|
+
label: 最大不可用 Pod
|
|
3862
|
+
|
|
3863
|
+
|
|
3694
3864
|
# Rancher Extensions
|
|
3695
3865
|
plugins:
|
|
3696
3866
|
labels:
|
|
@@ -3784,6 +3954,27 @@ plugins:
|
|
|
3784
3954
|
crd:
|
|
3785
3955
|
title: 删除 Rancher Extensions CRD
|
|
3786
3956
|
prompt: 目前已安装了一个或多个扩展 - 如果你后续需要重新启用扩展支持,删除 CRD 后你需要手动重新安装这些扩展。
|
|
3957
|
+
podSecurityAdmission:
|
|
3958
|
+
name: Pod 安全准入
|
|
3959
|
+
description: 定义要用于 Pod 安全的准入控制模式
|
|
3960
|
+
banner:
|
|
3961
|
+
modifications: '注意:在集群更新之前,修改 Pod 安全准入配置模板不会影响任何引用它的下游集群'
|
|
3962
|
+
labels:
|
|
3963
|
+
enforce: 执行
|
|
3964
|
+
audit: 审计
|
|
3965
|
+
warn: 警告
|
|
3966
|
+
usernames: 用户名
|
|
3967
|
+
runtimeClasses: RuntimeClass
|
|
3968
|
+
namespaces: 命名空间
|
|
3969
|
+
privileged: privileged
|
|
3970
|
+
baseline: baseline
|
|
3971
|
+
restricted: restricted
|
|
3972
|
+
version:
|
|
3973
|
+
placeholder: '版本(默认:latest)'
|
|
3974
|
+
exemptions:
|
|
3975
|
+
title: 豁免
|
|
3976
|
+
description: 允许为特定的用户名、RuntimeClassName 和命名空间创建 Pod,否则它们会被上方设置的策略禁止。
|
|
3977
|
+
placeholder: 输入以逗号分隔的 {psaExemptionsControl} 列表
|
|
3787
3978
|
prefs:
|
|
3788
3979
|
title: 偏好设置
|
|
3789
3980
|
theme:
|
|
@@ -3829,6 +4020,9 @@ prefs:
|
|
|
3829
4020
|
'true': 包括预发布版本
|
|
3830
4021
|
'false': 只显示正式版本
|
|
3831
4022
|
label: Helm Chart
|
|
4023
|
+
confirmationSetting:
|
|
4024
|
+
title: 确认设置
|
|
4025
|
+
scalingDownPrompt: 缩减节点池时不要求确认。
|
|
3832
4026
|
|
|
3833
4027
|
principal:
|
|
3834
4028
|
loading: 正在加载…
|
|
@@ -4007,11 +4201,13 @@ promptRemove:
|
|
|
4007
4201
|
other { 还有另外<b>{count}个</b>。}
|
|
4008
4202
|
}
|
|
4009
4203
|
attemptingToRemove: "你正在试图删除 {type}"
|
|
4204
|
+
attemptingToRemoveAuthConfig: "你正在尝试禁用此 Auth Provider。<br><br> 请注意,集群角色模板绑定、项目角色模板绑定、全局角色绑定、用户和 Token 都会被删除。<br><br> 你确定要继续吗?"
|
|
4010
4205
|
protip: "提示:按住 {alternateLabel} 键的同时单击删除,以绕过此确认。"
|
|
4011
4206
|
confirmName: "在下方输入 <b>{nameToMatch}</b> 以确认:"
|
|
4012
4207
|
deleteAssociatedNamespaces: "同时删除此项目中的命名空间:"
|
|
4013
4208
|
willDeleteAssociatedNamespaces: "项目中的所有命名空间也都会被删除:"
|
|
4014
4209
|
confirmRelatedResource: "删除 {type} 将删除这个 {type} 上的所有资源,此过程不可逆。你确定要继续删除 {names} 吗?"
|
|
4210
|
+
promptConfirmation: "缩减时不再提示确认。"
|
|
4015
4211
|
|
|
4016
4212
|
promptRemoveApp:
|
|
4017
4213
|
removeCrd: "删除与此应用关联的 CRD"
|
|
@@ -4161,7 +4357,7 @@ rbac:
|
|
|
4161
4357
|
label: 创建 RKE 集群模板
|
|
4162
4358
|
description: 允许用户创建 RKE 集群模板,并成为该模板的所有者(owner)。
|
|
4163
4359
|
authn-manage:
|
|
4164
|
-
label:
|
|
4360
|
+
label: 配置身份认证
|
|
4165
4361
|
description: 允许用户启用、编辑或禁用所有验证提供程序配置。
|
|
4166
4362
|
catalogs-manage:
|
|
4167
4363
|
label: 旧版配置应用
|
|
@@ -4266,6 +4462,8 @@ resourceList:
|
|
|
4266
4462
|
create: 创建
|
|
4267
4463
|
createFromYaml: 使用 YAML 文件创建
|
|
4268
4464
|
createResource: "创建 {resourceName}"
|
|
4465
|
+
nsFiltering: "{resource} 太多。<br>请通过选择上面的命名空间进行过滤。"
|
|
4466
|
+
nsFilterToolTip: "资源太多,过滤仅限于单一 {mode}。"
|
|
4269
4467
|
resourceLoadingIndicator:
|
|
4270
4468
|
loading: 正在加载
|
|
4271
4469
|
|
|
@@ -4293,7 +4491,7 @@ resourceTable:
|
|
|
4293
4491
|
|
|
4294
4492
|
resourceTabs:
|
|
4295
4493
|
conditions:
|
|
4296
|
-
tab:
|
|
4494
|
+
tab: 状况
|
|
4297
4495
|
events:
|
|
4298
4496
|
tab: 最近事件
|
|
4299
4497
|
related:
|
|
@@ -4314,7 +4512,7 @@ resourceYaml:
|
|
|
4314
4512
|
split: 拆分
|
|
4315
4513
|
|
|
4316
4514
|
secret:
|
|
4317
|
-
authentication:
|
|
4515
|
+
authentication: 身份认证
|
|
4318
4516
|
certificate:
|
|
4319
4517
|
certificate: 证书
|
|
4320
4518
|
certificatePlaceholder: "粘贴证书,一般以----BEGIN CERTIFICATE----开头"
|
|
@@ -4393,7 +4591,7 @@ secret:
|
|
|
4393
4591
|
docLink: https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
|
|
4394
4592
|
|
|
4395
4593
|
selectOrCreateAuthSecret:
|
|
4396
|
-
label:
|
|
4594
|
+
label: 身份认证
|
|
4397
4595
|
options:
|
|
4398
4596
|
none: 无
|
|
4399
4597
|
basic: HTTP 基础认证
|
|
@@ -4412,8 +4610,8 @@ selectOrCreateAuthSecret:
|
|
|
4412
4610
|
namespaceGroup: "命名空间:{name}"
|
|
4413
4611
|
chooseExisting: "选择一个现有的密文:"
|
|
4414
4612
|
createSsh: 创建 SSH 密钥密文
|
|
4415
|
-
createBasic: 创建 HTTP
|
|
4416
|
-
createS3: 创建与 S3
|
|
4613
|
+
createBasic: 创建 HTTP 基本身份认证密文
|
|
4614
|
+
createS3: 创建与 S3 兼容的身份认证密文
|
|
4417
4615
|
|
|
4418
4616
|
serviceAccount:
|
|
4419
4617
|
automount: 自动挂载 Service Account 令牌
|
|
@@ -4449,6 +4647,9 @@ serviceTypes:
|
|
|
4449
4647
|
nodeport: Node Port
|
|
4450
4648
|
|
|
4451
4649
|
servicesPage:
|
|
4650
|
+
serviceListDescription: Service 用于定义一组可以使用单个 IP 地址和端口访问的逻辑 Pod。
|
|
4651
|
+
targetPorts: Service 会向这个端口发送请求,被选中的 Pod 会监听这个端口。
|
|
4652
|
+
listeningPorts: 该 Service 在此端口上公开。
|
|
4452
4653
|
anyNode: 任何节点
|
|
4453
4654
|
labelsAnnotations:
|
|
4454
4655
|
label: 标签 & 注释
|
|
@@ -4511,6 +4712,7 @@ servicesPage:
|
|
|
4511
4712
|
helpText: ""
|
|
4512
4713
|
label: 选择器
|
|
4513
4714
|
matchingPods:
|
|
4715
|
+
description: 选择器的键和值用于匹配现有 Pod 上的标签和值。
|
|
4514
4716
|
matchesSome: |-
|
|
4515
4717
|
{matched, plural,
|
|
4516
4718
|
=0 {与 {total, number} 个 Pod 中的 0 个匹配。如果没有创建选择器,则必须进行手动端点。}
|
|
@@ -4520,26 +4722,26 @@ servicesPage:
|
|
|
4520
4722
|
serviceTypes:
|
|
4521
4723
|
clusterIp:
|
|
4522
4724
|
abbrv: IP
|
|
4523
|
-
description:
|
|
4725
|
+
description: 将一组 Pod 暴露给集群中的其他 Pod。此类型的 Service 只能从集群内部访问。这是默认类型。
|
|
4524
4726
|
label: Cluster IP
|
|
4525
4727
|
externalName:
|
|
4526
4728
|
abbrv: EN
|
|
4527
|
-
description:
|
|
4729
|
+
description: 创建一个使用 DNS 名称而不是选择器的 Service。这是高级用例。
|
|
4528
4730
|
label: External Name
|
|
4529
4731
|
headless:
|
|
4530
4732
|
abbrv: H
|
|
4531
|
-
description:
|
|
4733
|
+
description: 创建没有 Cluster IP 或 Load Balancer 的 Service。这是高级用例。
|
|
4532
4734
|
label: Headless
|
|
4533
4735
|
loadBalancer:
|
|
4534
4736
|
abbrv: LB
|
|
4535
|
-
description:
|
|
4737
|
+
description: 在底层基础设施中创建一个 Load Balancer(例如云提供商的 Load Balancer)并为该 Service 分配一个公共 IP 地址。允许外部客户端使用 Service 定义中指定的公共 IP 地址和端口访问 Service。
|
|
4536
4738
|
label: Load Balancer
|
|
4537
4739
|
nodePort:
|
|
4538
4740
|
abbrv: NP
|
|
4539
|
-
description: "在每个节点的 IP
|
|
4741
|
+
description: "在每个节点的 IP 上以静态端口公开 Service。"
|
|
4540
4742
|
label: Node Port
|
|
4541
4743
|
typeOpts:
|
|
4542
|
-
label:
|
|
4744
|
+
label: Service 类型
|
|
4543
4745
|
|
|
4544
4746
|
setup:
|
|
4545
4747
|
currentPassword: Bootstrap 密码
|
|
@@ -4688,7 +4890,7 @@ storageClass:
|
|
|
4688
4890
|
zonal: 可用区
|
|
4689
4891
|
regional: 区域
|
|
4690
4892
|
longhorn:
|
|
4691
|
-
title: Longhorn
|
|
4893
|
+
title: Longhorn (CSI)
|
|
4692
4894
|
addLabel: 添加参数
|
|
4693
4895
|
vsphere-volume:
|
|
4694
4896
|
title: VMWare vSphere 卷
|
|
@@ -4715,7 +4917,7 @@ storageClass:
|
|
|
4715
4917
|
custom:
|
|
4716
4918
|
addLabel: 添加参数
|
|
4717
4919
|
glusterfs:
|
|
4718
|
-
title: Gluster
|
|
4920
|
+
title: Gluster 卷
|
|
4719
4921
|
restUrl:
|
|
4720
4922
|
label: REST URL
|
|
4721
4923
|
placeholder: 例如:http://127.0.0.1:8081
|
|
@@ -4744,7 +4946,7 @@ storageClass:
|
|
|
4744
4946
|
label: 卷类型
|
|
4745
4947
|
placeholder: "例如:replicate:3"
|
|
4746
4948
|
cinder:
|
|
4747
|
-
title: Openstack Cinder
|
|
4949
|
+
title: Openstack Cinder 卷
|
|
4748
4950
|
volumeType:
|
|
4749
4951
|
label: 卷类型
|
|
4750
4952
|
placeholder: 例如:fast
|
|
@@ -4755,7 +4957,7 @@ storageClass:
|
|
|
4755
4957
|
label: "手动:自行指定可用区"
|
|
4756
4958
|
placeholder: 例如:nova
|
|
4757
4959
|
rbd:
|
|
4758
|
-
title: Ceph RBD
|
|
4960
|
+
title: Ceph RBD
|
|
4759
4961
|
monitors:
|
|
4760
4962
|
label: 监控
|
|
4761
4963
|
placeholder: 例如:10.16.153.105:6789
|
|
@@ -4790,7 +4992,7 @@ storageClass:
|
|
|
4790
4992
|
label: 镜像功能
|
|
4791
4993
|
placeholder: 例如:layering
|
|
4792
4994
|
quobyte:
|
|
4793
|
-
title: Quobyte
|
|
4995
|
+
title: Quobyte 卷
|
|
4794
4996
|
quobyteApiServer:
|
|
4795
4997
|
label: Quobyte API server
|
|
4796
4998
|
placeholder: "例如:http://138.68.74.142:7860"
|
|
@@ -4816,7 +5018,7 @@ storageClass:
|
|
|
4816
5018
|
label: Quobyte 租户
|
|
4817
5019
|
placeholder: 例如:DEFAULT
|
|
4818
5020
|
portworx-volume:
|
|
4819
|
-
title: Portworx
|
|
5021
|
+
title: Portworx 卷
|
|
4820
5022
|
filesystem:
|
|
4821
5023
|
label: 文件系统
|
|
4822
5024
|
placeholder: 例如:ext4
|
|
@@ -4839,7 +5041,7 @@ storageClass:
|
|
|
4839
5041
|
label: 是否临时
|
|
4840
5042
|
placeholder: 例如:true
|
|
4841
5043
|
scaleio:
|
|
4842
|
-
title: ScaleIO
|
|
5044
|
+
title: ScaleIO 卷
|
|
4843
5045
|
gateway:
|
|
4844
5046
|
label: 网关
|
|
4845
5047
|
placeholder: 例如:https://192.168.99.200:443/api
|
|
@@ -4865,7 +5067,7 @@ storageClass:
|
|
|
4865
5067
|
label: 文件系统类型
|
|
4866
5068
|
placeholder: 例如:xfs
|
|
4867
5069
|
storageos:
|
|
4868
|
-
title: StorageOS
|
|
5070
|
+
title: StorageOS
|
|
4869
5071
|
pool:
|
|
4870
5072
|
label: 池
|
|
4871
5073
|
placeholder: 例如:default
|
|
@@ -4882,49 +5084,94 @@ storageClass:
|
|
|
4882
5084
|
label: Admin 密文名称
|
|
4883
5085
|
placeholder: 例如:storageos-secret
|
|
4884
5086
|
no-provisioner:
|
|
4885
|
-
title:
|
|
5087
|
+
title: 本地存储
|
|
5088
|
+
deprecated:
|
|
5089
|
+
title: (已弃用)
|
|
5090
|
+
warning: '{provisioner} 树内插件已弃用。你可以在<a target="_blank" rel="noopener noreferrer nofollow" href="https://kubernetes-csi.github.io/docs/drivers.html">这里</a>查找 CSI 驱动。'
|
|
5091
|
+
harvesterhci:
|
|
5092
|
+
title: Harvester (CSI)
|
|
5093
|
+
warning:
|
|
5094
|
+
unSatisfiesVersion: 请升级 Harvester CSI 驱动版本来使用此功能(csi-driver >= v0.1.15)
|
|
5095
|
+
hostStorageClass:
|
|
5096
|
+
label: 主机存储类
|
|
5097
|
+
placeholder: 主机 Harvester 集群上的存储类名称
|
|
5098
|
+
tooltip: 默认使用主机 Harvester 集群上的默认存储类。
|
|
4886
5099
|
|
|
4887
5100
|
tableHeaders:
|
|
5101
|
+
assuredConcurrencyShares: 确保并发份额
|
|
4888
5102
|
accessKey: Access Key
|
|
5103
|
+
addressType: 地址类型
|
|
5104
|
+
accessModes: 访问模式
|
|
4889
5105
|
address: 地址
|
|
4890
5106
|
age: 存活时间
|
|
4891
5107
|
apiGroup: API 组
|
|
5108
|
+
apikey: API 密钥
|
|
5109
|
+
available: 可用
|
|
5110
|
+
attachedVM: 挂载的虚拟机
|
|
5111
|
+
|
|
4892
5112
|
authRoles:
|
|
4893
5113
|
globalDefault: 新用户的默认角色
|
|
4894
5114
|
clusterDefault: 集群创建者的默认角色
|
|
4895
5115
|
projectDefault: 项目创建者的默认角色
|
|
4896
5116
|
branch: 分支
|
|
5117
|
+
backupTarget: 备份路径
|
|
4897
5118
|
builtIn: 内置
|
|
4898
5119
|
bundlesReady: 就绪 Bundle
|
|
4899
5120
|
bundleDeploymentsReady: Deployment
|
|
4900
5121
|
builtin: 内置
|
|
4901
5122
|
chart: Chart
|
|
5123
|
+
capacity: 容量
|
|
5124
|
+
current: 当前
|
|
4902
5125
|
clusterCreatorDefault: 集群创建者的默认角色
|
|
4903
5126
|
clusterFlow: Cluster Flow
|
|
4904
5127
|
clusterOutput: 集群输出
|
|
4905
5128
|
cluster: 集群
|
|
4906
5129
|
clusters: 集群
|
|
5130
|
+
cluster-Name: 集群
|
|
4907
5131
|
clustersReady: 就绪集群
|
|
4908
5132
|
clusterGroups: 集群组
|
|
4909
5133
|
commit: Commit
|
|
4910
5134
|
condition: 状态
|
|
5135
|
+
completions: 完成 Job 历史数
|
|
5136
|
+
count: 数量
|
|
5137
|
+
createdAt: 创建于
|
|
4911
5138
|
customVerbs: 自定义操作
|
|
4912
5139
|
description: 描述
|
|
4913
5140
|
expires: 过期时间
|
|
4914
|
-
providers: 提供商
|
|
4915
5141
|
cpu: CPU
|
|
5142
|
+
currentReplicas: 当前副本数
|
|
4916
5143
|
date: 日期
|
|
5144
|
+
data: 数据
|
|
4917
5145
|
default: 默认
|
|
5146
|
+
desired: 期望
|
|
5147
|
+
defaultVersion: 默认版本
|
|
4918
5148
|
destination: 目标
|
|
5149
|
+
deployed: 已部署
|
|
4919
5150
|
download: 下载
|
|
5151
|
+
duration: 持续时间
|
|
5152
|
+
diskState: 磁盘状态
|
|
5153
|
+
drivers: 驱动
|
|
5154
|
+
distinguisherMethod: 区分方法
|
|
4920
5155
|
effect: 效果
|
|
4921
5156
|
endpoints: 端点
|
|
5157
|
+
firstSeen: 首次出现时间
|
|
4922
5158
|
fleetBundleType: 类型
|
|
4923
5159
|
flow: Flow
|
|
5160
|
+
fingerprint: 唯一标识
|
|
4924
5161
|
gitRepos: Git 仓库
|
|
5162
|
+
groups: 组
|
|
5163
|
+
groupName: 组名称
|
|
5164
|
+
groupRoleNames: 组角色名称
|
|
5165
|
+
global-Default: 全局默认
|
|
4925
5166
|
host: 主机
|
|
5167
|
+
hostIp: 主机 IP
|
|
5168
|
+
holder: 持有者
|
|
5169
|
+
hpaReference: 工作负载
|
|
4926
5170
|
health: 健康
|
|
5171
|
+
handSize: Hand Size
|
|
5172
|
+
ipAddress: IP 地址
|
|
4927
5173
|
id: ID
|
|
5174
|
+
iP: IP
|
|
4928
5175
|
image: 镜像
|
|
4929
5176
|
imageSize: 大小
|
|
4930
5177
|
ingressClass: IngressClass
|
|
@@ -4932,28 +5179,39 @@ tableHeaders:
|
|
|
4932
5179
|
ingressTarget: 目标
|
|
4933
5180
|
internalExternalIp: 外网 IP/内网 IP
|
|
4934
5181
|
ipaddress: IP 地址
|
|
5182
|
+
internalIpSameAsExternal: 与外网 IP 相同
|
|
4935
5183
|
jobs: Job
|
|
4936
5184
|
key: 键
|
|
4937
5185
|
keys: 数据
|
|
5186
|
+
labels: 标签
|
|
4938
5187
|
lastUpdated: 最后更新时间
|
|
5188
|
+
lastSchedule: 最后调度时间
|
|
4939
5189
|
lastSeen: 最后出现
|
|
5190
|
+
lastSeenTooltip: 最近一次记录此事件的时间
|
|
4940
5191
|
loggingOutputProviders: 提供商
|
|
4941
5192
|
machines: 主机
|
|
4942
5193
|
machineNodeName: 节点
|
|
4943
5194
|
manual: 手动
|
|
4944
5195
|
matches: 匹配
|
|
5196
|
+
matchingPrecedence: 匹配优先级
|
|
4945
5197
|
maxKubernetesVersion: 最大 Kubernetes 版本
|
|
4946
5198
|
message: 消息
|
|
4947
5199
|
minKubernetesVersion: 最低 Kubernetes 版本
|
|
5200
|
+
minReplicas: 最小副本数
|
|
5201
|
+
maxReplicas: 最大副本数
|
|
5202
|
+
missingPL: 缺少 PL
|
|
4948
5203
|
memory: 内存
|
|
5204
|
+
monitored: 已监控
|
|
4949
5205
|
name: 名称
|
|
4950
5206
|
nameDisplay: 显示名称
|
|
4951
5207
|
nameUnlinked: 名称
|
|
4952
5208
|
namespace: 命名空间
|
|
4953
5209
|
namespaceName: 名称
|
|
4954
5210
|
namespaceNameUnlinked: 名称
|
|
5211
|
+
networkType: 类型
|
|
5212
|
+
networkVlan: Vlan ID
|
|
4955
5213
|
node: 节点
|
|
4956
|
-
nodeName:
|
|
5214
|
+
nodeName: 节点名称
|
|
4957
5215
|
nodesReady: 就绪节点
|
|
4958
5216
|
nodePort: Node Port
|
|
4959
5217
|
object: 对象
|
|
@@ -4962,14 +5220,23 @@ tableHeaders:
|
|
|
4962
5220
|
p95: 95 百分位数
|
|
4963
5221
|
persistentVolumeClaim: 持久卷声明
|
|
4964
5222
|
persistentVolumeSource: 源
|
|
5223
|
+
phase: 阶段
|
|
5224
|
+
progress: 进度
|
|
4965
5225
|
podImages: 镜像
|
|
4966
5226
|
podRestarts: 重启次数
|
|
4967
5227
|
pods: Pod
|
|
5228
|
+
pod-Selector: Pod 选择器
|
|
5229
|
+
providers: 提供商
|
|
5230
|
+
providerID: 提供商 ID
|
|
4968
5231
|
port: 端口
|
|
5232
|
+
ports: 端口
|
|
4969
5233
|
project: 项目
|
|
4970
5234
|
protocol: 协议
|
|
4971
5235
|
provider: 提供商
|
|
5236
|
+
priorityLevel: 优先级
|
|
4972
5237
|
publicPorts: 公共端口
|
|
5238
|
+
queues: 队列
|
|
5239
|
+
queueLengthLimit: 队列长度限制
|
|
4973
5240
|
ram: 内存(RAM)
|
|
4974
5241
|
rbac:
|
|
4975
5242
|
create: Create
|
|
@@ -4995,12 +5262,20 @@ tableHeaders:
|
|
|
4995
5262
|
resources: 资源
|
|
4996
5263
|
resourcesReady: 就绪资源
|
|
4997
5264
|
restarts: 重启次数
|
|
5265
|
+
restart: 需要重启
|
|
4998
5266
|
role: 角色
|
|
4999
5267
|
roles: 角色
|
|
5000
5268
|
routes: 路由
|
|
5269
|
+
routeConnectivity: 路由连接
|
|
5270
|
+
readyToUse: 可用
|
|
5001
5271
|
scale: 比例
|
|
5002
5272
|
scope: 范围
|
|
5003
5273
|
selector: 选择器
|
|
5274
|
+
secrets: 密文
|
|
5275
|
+
schedule: 调度
|
|
5276
|
+
service: 服务
|
|
5277
|
+
serviceAccounts: Service Account
|
|
5278
|
+
secret-Name: 密文名称
|
|
5004
5279
|
simpleName: 名称
|
|
5005
5280
|
simpleScale: 比例
|
|
5006
5281
|
simpleType: 类型
|
|
@@ -5008,80 +5283,35 @@ tableHeaders:
|
|
|
5008
5283
|
started: 已开始
|
|
5009
5284
|
state: 状态
|
|
5010
5285
|
status: 状态
|
|
5286
|
+
targetVm: 目标虚拟机
|
|
5011
5287
|
storage_class_provisioner: 提供商
|
|
5288
|
+
storage: 存储大小
|
|
5289
|
+
storageClass: 存储类
|
|
5290
|
+
source: 源
|
|
5012
5291
|
subject: 主题
|
|
5013
5292
|
subType: 类型
|
|
5014
5293
|
success: 成功
|
|
5015
5294
|
summary: 概述
|
|
5295
|
+
subobject: 子对象
|
|
5016
5296
|
taints: 污点
|
|
5017
5297
|
target: 目标
|
|
5018
5298
|
targetKind: 目标类型
|
|
5019
5299
|
targetPort: 目标
|
|
5020
5300
|
type: 类型
|
|
5021
5301
|
updated: 更新时间
|
|
5302
|
+
up-to-date: 最新
|
|
5022
5303
|
upgrade: 可升级
|
|
5023
5304
|
url: URL
|
|
5305
|
+
users: 用户
|
|
5024
5306
|
userDisplayName: 显示名称
|
|
5025
5307
|
userId: ID
|
|
5026
5308
|
userStatus: 状态
|
|
5027
5309
|
username: 本地用户名
|
|
5028
5310
|
value: 值
|
|
5029
5311
|
version: 版本
|
|
5312
|
+
volume: 卷
|
|
5313
|
+
volumeMode: 卷模式
|
|
5030
5314
|
weight: 权重
|
|
5031
|
-
progress: 进度
|
|
5032
|
-
fingerprint: 唯一标识
|
|
5033
|
-
networkType: 类型
|
|
5034
|
-
networkVlan: Vlan ID
|
|
5035
|
-
readyToUse: 可用
|
|
5036
|
-
backupTarget: 备份路径
|
|
5037
|
-
targetVm: 目标虚拟机
|
|
5038
|
-
phase: 阶段
|
|
5039
|
-
attachedVM: 挂载的虚拟机
|
|
5040
|
-
hostIp: 主机 IP
|
|
5041
|
-
storage: 存储大小
|
|
5042
|
-
defaultVersion: 默认版本
|
|
5043
|
-
ipAddress: IP 地址
|
|
5044
|
-
diskState: 磁盘状态
|
|
5045
|
-
routeConnectivity: 路由连接
|
|
5046
|
-
Schedule: 调度
|
|
5047
|
-
'Last Schedule': 上次调度
|
|
5048
|
-
Ready: 就绪
|
|
5049
|
-
Current: 当前
|
|
5050
|
-
Desired: 期望
|
|
5051
|
-
Up-to-date: 最新
|
|
5052
|
-
Available: 可用
|
|
5053
|
-
Completions: 完成
|
|
5054
|
-
Duration: 时长
|
|
5055
|
-
Restarts: 重启
|
|
5056
|
-
hpaReference: 工作负载
|
|
5057
|
-
minReplicas: 最小副本数
|
|
5058
|
-
maxReplicas: 最大副本数
|
|
5059
|
-
currentReplicas: 当前副本数
|
|
5060
|
-
Pod-Selector: Pod 选择器
|
|
5061
|
-
Status: 状态
|
|
5062
|
-
Volume: 卷
|
|
5063
|
-
Capacity: 容量
|
|
5064
|
-
Access Modes: 访问模式
|
|
5065
|
-
StorageClass: 存储类
|
|
5066
|
-
VolumeMode: 卷类型
|
|
5067
|
-
data: 数据
|
|
5068
|
-
Service: 服务
|
|
5069
|
-
Endpoints: 端点
|
|
5070
|
-
AddressType: 地址类型
|
|
5071
|
-
Ports: 端口
|
|
5072
|
-
Role: 角色
|
|
5073
|
-
Users: 用户
|
|
5074
|
-
Groups: 组
|
|
5075
|
-
ServiceAccounts: 服务账户
|
|
5076
|
-
Value: 值
|
|
5077
|
-
Global-Default: 全局默认
|
|
5078
|
-
Drivers: 驱动数量
|
|
5079
|
-
apikey: API 密钥
|
|
5080
|
-
groupName: 组名称
|
|
5081
|
-
groupRoleNames: 组角色名称
|
|
5082
|
-
Secret-Name: 密文名称
|
|
5083
|
-
restart: 要求重启
|
|
5084
|
-
|
|
5085
5315
|
target:
|
|
5086
5316
|
router:
|
|
5087
5317
|
label: 路由
|
|
@@ -5133,7 +5363,7 @@ user:
|
|
|
5133
5363
|
list:
|
|
5134
5364
|
errorRefreshingGroupMemberships: 刷新组成员名单时出错
|
|
5135
5365
|
validation:
|
|
5136
|
-
noUpperCase: '
|
|
5366
|
+
noUpperCase: '"{key}" 中的字母数字字符必须为小写'
|
|
5137
5367
|
arrayLength:
|
|
5138
5368
|
between: '"{key}" 应该包含 {min} 至 {max} {max, plural, =1 {项} other {项}}'
|
|
5139
5369
|
exactly: '"{key}" 应该包含 {count, plural, =1 {#项} other {#项}}'
|
|
@@ -5150,7 +5380,7 @@ validation:
|
|
|
5150
5380
|
custom:
|
|
5151
5381
|
missing: '{ validatorName } 不存在校验。请检查校验是否存在于自定义校验中,以及名称是否拼写正确。'
|
|
5152
5382
|
dns:
|
|
5153
|
-
doubleHyphen: '
|
|
5383
|
+
doubleHyphen: '"{key}" 不能包含两个或两个以上连续的连字符"-"'
|
|
5154
5384
|
hostname:
|
|
5155
5385
|
empty: '"{key}" 至少包含一个字符'
|
|
5156
5386
|
emptyLabel: '"{key}" 不能包含两个连续的点“.”'
|
|
@@ -5164,7 +5394,7 @@ validation:
|
|
|
5164
5394
|
label:
|
|
5165
5395
|
endDot: '"{key}" 不能以点“.”结束'
|
|
5166
5396
|
startDot: '"{key}" 不能以点“.”开始'
|
|
5167
|
-
emptyLabel: '
|
|
5397
|
+
emptyLabel: '"{key}" 不能为空'
|
|
5168
5398
|
endHyphen: '"{key}" 不能以连字符“-”结束'
|
|
5169
5399
|
startHyphen: '"{key}" 不能以连字符“-”开始'
|
|
5170
5400
|
startNumber: '"{key}" 不能以数字开始'
|
|
@@ -5179,16 +5409,24 @@ validation:
|
|
|
5179
5409
|
k8s:
|
|
5180
5410
|
name: 必须由小写字母数字或“-”组成,并且开头和结尾必须是字母数字(例如“my-name”或“123-abc”)。
|
|
5181
5411
|
identifier:
|
|
5182
|
-
emptyLabel: '
|
|
5183
|
-
emptyPrefix: '
|
|
5184
|
-
endLetter: '
|
|
5185
|
-
startLetter: '
|
|
5186
|
-
tooLongKey: '
|
|
5187
|
-
tooLongPrefix: '"{key}" 前缀的长度不能超过{max}个字符'
|
|
5412
|
+
emptyLabel: '"{key}" 不能有空键'
|
|
5413
|
+
emptyPrefix: '"{key}" 不能有空前缀'
|
|
5414
|
+
endLetter: '"{key}" 末位必须是字母或数字'
|
|
5415
|
+
startLetter: '"{key}" 首位必须是字母或数字'
|
|
5416
|
+
tooLongKey: '"{key}" 的长度不能超过 {max} 个字符'
|
|
5417
|
+
tooLongPrefix: '"{key}" 前缀的长度不能超过 {max} 个字符'
|
|
5418
|
+
minLength: '"{key}" 必须多于 {min} 个字符'
|
|
5419
|
+
maxLength: '"{key}" 必须少于 {max} 个字符'
|
|
5420
|
+
minValue: '"{key}" 必须多于 {min}'
|
|
5421
|
+
maxValue: '"{key}" 必须小于 {max}'
|
|
5422
|
+
betweenLengths: '"{key}" 必须包含 {min} 到 {max} 个字符'
|
|
5423
|
+
betweenValues: '"{key}" 必须介于 {min} 和 {max} 之间'
|
|
5188
5424
|
noSchema: 没有找到可以验证的 schema
|
|
5189
5425
|
noType: 没有可验证的类型
|
|
5190
5426
|
number:
|
|
5191
5427
|
requiredInt: '"{key}" 必须是整数'
|
|
5428
|
+
isPositive: '"{key}" 必须是正数'
|
|
5429
|
+
isOctal: '"{key}" 不能有前导零'
|
|
5192
5430
|
between: '"{key}" 的长度必须在 {min} 和 {max}之间'
|
|
5193
5431
|
exactly: '"{key}" 需要设为 {val}'
|
|
5194
5432
|
max: '"{key}" 最多可以是 {val}'
|
|
@@ -5416,7 +5654,11 @@ workload:
|
|
|
5416
5654
|
noPorts: 没有配置端口。
|
|
5417
5655
|
noServiceAccess: 没有创建或管理服务的权限
|
|
5418
5656
|
ports:
|
|
5419
|
-
|
|
5657
|
+
expose: 网络
|
|
5658
|
+
description: '定义一个 Service 来公开容器,或者定义一个非功能性命名的端口,以便知道容器中的应用程序应该在哪里运行。'
|
|
5659
|
+
detailedDescription: 如果选择了 ClusterIP、LoadBalancer 或 NodePort,则会自动创建一个 Service,该 Service 将使用标签来选择此工作负载中的 Pod。
|
|
5660
|
+
toolTip: '如需获取在 Kubernetes 上公开工作负载的帮助,请参阅 Service 相关的 Kubernetes 官方文档。你还可以通过选择标签手动创建 Service 来公开 Pod,并且可以使用 Ingress 将 HTTP 路由映射到 Service。'
|
|
5661
|
+
createService: Service 类型
|
|
5420
5662
|
noCreateService: 不创建服务
|
|
5421
5663
|
containerPort: 私有容器端口
|
|
5422
5664
|
hostIP: 主机 IP
|
|
@@ -5439,7 +5681,7 @@ workload:
|
|
|
5439
5681
|
hostPID: 使用主机 PID 命名空间
|
|
5440
5682
|
podFsGroup: Pod 文件系统组
|
|
5441
5683
|
privileged:
|
|
5442
|
-
label:
|
|
5684
|
+
label: Privileged
|
|
5443
5685
|
'false': 否
|
|
5444
5686
|
'true': "是:容器可以完全访问主机"
|
|
5445
5687
|
readOnlyRootFilesystem:
|
|
@@ -5460,7 +5702,7 @@ workload:
|
|
|
5460
5702
|
sysctls: Sysctls
|
|
5461
5703
|
sysctlsKey: 名称
|
|
5462
5704
|
standard: 标准容器
|
|
5463
|
-
terminationState: "
|
|
5705
|
+
terminationState: "Last state: Terminated with {lsExitCode}: {lsDescription}, started: {lsStartedAt}, finished: {lsFinishedAt}"
|
|
5464
5706
|
titles:
|
|
5465
5707
|
pods: Pod
|
|
5466
5708
|
container: 容器
|
|
@@ -5674,6 +5916,7 @@ workload:
|
|
|
5674
5916
|
gcePersistentDisk: Google 持久磁盘
|
|
5675
5917
|
driver.longhorn.io: Longhorn
|
|
5676
5918
|
vsphereVolume: VMWare vSphere 卷
|
|
5919
|
+
emptyDir: 空目录
|
|
5677
5920
|
addClaim: 添加声明
|
|
5678
5921
|
addMount: 添加挂载
|
|
5679
5922
|
addVolume: 添加卷
|
|
@@ -5733,6 +5976,14 @@ workload:
|
|
|
5733
5976
|
title: '存储'
|
|
5734
5977
|
volumeName: 卷名称
|
|
5735
5978
|
volumePath: 卷路径
|
|
5979
|
+
emptyDir:
|
|
5980
|
+
medium:
|
|
5981
|
+
label: 存储介质
|
|
5982
|
+
default: 主机的默认存储
|
|
5983
|
+
memory: 内存
|
|
5984
|
+
sizeLimit:
|
|
5985
|
+
label: 大小限制
|
|
5986
|
+
placeholder: "例如:300"
|
|
5736
5987
|
typeDescriptions:
|
|
5737
5988
|
apps.daemonset: DaemonSet 在每个符合条件的节点上仅运行一个 Pod。当新节点添加到集群时,DaemonSet 会自动部署新节点。推荐用于全系统或可垂直扩展,且每个节点永远不需要超过一个 pod 的工作负载。
|
|
5738
5989
|
apps.deployment: Deployment 运行分布在符合条件的节点中的可扩展数量的 Pod 副本。变更会逐步推出,并可回滚到之前的版本。推荐用于无状态和水平可扩展的工作负载。
|
|
@@ -5776,21 +6027,13 @@ workload:
|
|
|
5776
6027
|
label: 终止宽限期
|
|
5777
6028
|
tip: 终止 Pod 前所需的等待时间
|
|
5778
6029
|
title: 正在升级
|
|
5779
|
-
tabs:
|
|
5780
|
-
labels:
|
|
6030
|
+
tabs:
|
|
6031
|
+
labels:
|
|
5781
6032
|
deployment: Deployment
|
|
5782
6033
|
pod: Pod
|
|
5783
6034
|
containers: 容器
|
|
5784
6035
|
|
|
5785
|
-
|
|
5786
|
-
manage: 管理
|
|
5787
|
-
cluster:
|
|
5788
|
-
label: Harvester 集群
|
|
5789
|
-
none: 不存在 Harvester 集群
|
|
5790
|
-
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 的信息。
|
|
5791
|
-
description: Harvester 是一个采用企业级开源技术,包括Kubernetes、Kubevirt和Longhorn,为裸金属服务器打造的现代超融合基础设施(HCI)解决方案。
|
|
5792
|
-
plugins:
|
|
5793
|
-
loadError: 加载 Harvester 插件时出错
|
|
6036
|
+
|
|
5794
6037
|
|
|
5795
6038
|
##############################
|
|
5796
6039
|
# Model Properties
|
|
@@ -5879,9 +6122,9 @@ typeDescription:
|
|
|
5879
6122
|
cis.cattle.io.clusterscan: 扫描是用来根据定义的配置文件,在集群上触发 CIS 扫描的。扫描完成后会创建一份报告。
|
|
5880
6123
|
cis.cattle.io.clusterscanreport: 报告是集群 CIS 扫描的结果。
|
|
5881
6124
|
management.cattle.io.feature: 功能开关用于打开或关闭某些 {vendor} 功能。默认关闭的功能是实验功能。
|
|
5882
|
-
cluster.x-k8s.io.machine: 一个 Machine 封装一个 Kubernetes
|
|
5883
|
-
cluster.x-k8s.io.machinedeployment: Machine Deployment 通过使用模板,在一组 Machine Set(与 Deployment
|
|
5884
|
-
cluster.x-k8s.io.machineset: Machine Set 确保所需数量的 Machine 始终启动并运行(与 ReplicaSet
|
|
6125
|
+
cluster.x-k8s.io.machine: 一个 Machine 封装一个 Kubernetes 节点的配置。你可以使用此视图来查看更新集群后的情况。
|
|
6126
|
+
cluster.x-k8s.io.machinedeployment: Machine Deployment 通过使用模板,在一组 Machine Set(与 Deployment 类似)上编排部署。你可以使用此视图来查看更新集群后的情况。
|
|
6127
|
+
cluster.x-k8s.io.machineset: Machine Set 确保所需数量的 Machine 始终启动并运行(与 ReplicaSet 类似)。你可以使用此视图来查看更新集群后的情况。
|
|
5885
6128
|
resources.cattle.io.backup: 创建备份是为了基于 ResourceSet 执行一次性备份或安排重复性备份。
|
|
5886
6129
|
resources.cattle.io.restore: 创建还原用于根据备份文件触发对集群的还原。
|
|
5887
6130
|
resources.cattle.io.resourceset: Resource Set 定义要在备份中存储哪些 CRD 和资源。
|
|
@@ -6002,6 +6245,26 @@ typeLabel:
|
|
|
6002
6245
|
one { 工作空间 }
|
|
6003
6246
|
other { 工作空间 }
|
|
6004
6247
|
}
|
|
6248
|
+
management.cattle.io.podsecurityadmissionconfigurationtemplate: |-
|
|
6249
|
+
{count, plural,
|
|
6250
|
+
one { Pod 安全准入 }
|
|
6251
|
+
other { Pod 安全准入 }
|
|
6252
|
+
}
|
|
6253
|
+
policy.poddisruptionbudget: |-
|
|
6254
|
+
{count, plural,
|
|
6255
|
+
one { Pod 中断预算 }
|
|
6256
|
+
other { Pod 中断预算 }
|
|
6257
|
+
}
|
|
6258
|
+
limitrange: |-
|
|
6259
|
+
{count, plural,
|
|
6260
|
+
one { 限制范围 }
|
|
6261
|
+
other { 限制范围 }
|
|
6262
|
+
}
|
|
6263
|
+
resourcequota: |-
|
|
6264
|
+
{count, plural,
|
|
6265
|
+
one { 资源配额 }
|
|
6266
|
+
other { 资源配额 }
|
|
6267
|
+
}
|
|
6005
6268
|
# pruh-mee-thee-eyes https://www.prometheus.io/docs/introduction/faq/#what-is-the-plural-of-prometheus
|
|
6006
6269
|
monitoring.coreos.com.prometheus: |-
|
|
6007
6270
|
{count, plural,
|
|
@@ -6068,7 +6331,7 @@ typeLabel:
|
|
|
6068
6331
|
one { 集群 }
|
|
6069
6332
|
other { 集群 }
|
|
6070
6333
|
}
|
|
6071
|
-
|
|
6334
|
+
management.cattle.io.user: |-
|
|
6072
6335
|
{count, plural,
|
|
6073
6336
|
one { 用户 }
|
|
6074
6337
|
other { 用户 }
|
|
@@ -6083,6 +6346,136 @@ typeLabel:
|
|
|
6083
6346
|
one { 节点 }
|
|
6084
6347
|
other { 节点 }
|
|
6085
6348
|
}
|
|
6349
|
+
event: |-
|
|
6350
|
+
{count, plural,
|
|
6351
|
+
one { 事件 }
|
|
6352
|
+
other { 事件 }
|
|
6353
|
+
}
|
|
6354
|
+
apps.deployment: |-
|
|
6355
|
+
{count, plural,
|
|
6356
|
+
one { Deployment }
|
|
6357
|
+
other { Deployment }
|
|
6358
|
+
}
|
|
6359
|
+
batch.cronjob: |-
|
|
6360
|
+
{count, plural,
|
|
6361
|
+
one { CronJob }
|
|
6362
|
+
other { CronJob }
|
|
6363
|
+
}
|
|
6364
|
+
apps.daemonset: |-
|
|
6365
|
+
{count, plural,
|
|
6366
|
+
one { DaemonSet }
|
|
6367
|
+
other { DaemonSet }
|
|
6368
|
+
}
|
|
6369
|
+
batch.job: |-
|
|
6370
|
+
{count, plural,
|
|
6371
|
+
one { Job }
|
|
6372
|
+
other { Job }
|
|
6373
|
+
}
|
|
6374
|
+
apps.statefulset: |-
|
|
6375
|
+
{count, plural,
|
|
6376
|
+
one { StatefulSet }
|
|
6377
|
+
other { StatefulSet }
|
|
6378
|
+
}
|
|
6379
|
+
pod: |-
|
|
6380
|
+
{count, plural,
|
|
6381
|
+
one { Pod }
|
|
6382
|
+
other { Pod }
|
|
6383
|
+
}
|
|
6384
|
+
autoscaling.horizontalpodautoscaler: |-
|
|
6385
|
+
{count, plural,
|
|
6386
|
+
one { HorizontalPodAutoscaler }
|
|
6387
|
+
other { HorizontalPodAutoscaler }
|
|
6388
|
+
}
|
|
6389
|
+
networking.k8s.io.ingress: |-
|
|
6390
|
+
{count, plural,
|
|
6391
|
+
one { Ingress }
|
|
6392
|
+
other { Ingress }
|
|
6393
|
+
}
|
|
6394
|
+
networking.k8s.io.networkpolicy: |-
|
|
6395
|
+
{count, plural,
|
|
6396
|
+
one { 网络策略 }
|
|
6397
|
+
other { 网络策略 }
|
|
6398
|
+
}
|
|
6399
|
+
service: |-
|
|
6400
|
+
{count, plural,
|
|
6401
|
+
one { Service }
|
|
6402
|
+
other { Service }
|
|
6403
|
+
}
|
|
6404
|
+
persistentvolume: |-
|
|
6405
|
+
{count, plural,
|
|
6406
|
+
one { PersistentVolume }
|
|
6407
|
+
other { PersistentVolume }
|
|
6408
|
+
}
|
|
6409
|
+
storage.k8s.io.storageclass: |-
|
|
6410
|
+
{count, plural,
|
|
6411
|
+
one { StorageClass }
|
|
6412
|
+
other { StorageClass }
|
|
6413
|
+
}
|
|
6414
|
+
configmap: |-
|
|
6415
|
+
{count, plural,
|
|
6416
|
+
one { ConfigMap }
|
|
6417
|
+
other { ConfigMap }
|
|
6418
|
+
}
|
|
6419
|
+
persistentvolumeclaim: |-
|
|
6420
|
+
{count, plural,
|
|
6421
|
+
one { PersistentVolumeClaim }
|
|
6422
|
+
other { PersistentVolumeClaim }
|
|
6423
|
+
}
|
|
6424
|
+
secret: |-
|
|
6425
|
+
{count, plural,
|
|
6426
|
+
one { Secret }
|
|
6427
|
+
other { Secret }
|
|
6428
|
+
}
|
|
6429
|
+
apiregistration.k8s.io.apiservice: |-
|
|
6430
|
+
{count, plural,
|
|
6431
|
+
one { APIService }
|
|
6432
|
+
other { APIService }
|
|
6433
|
+
}
|
|
6434
|
+
apiextensions.k8s.io.customresourcedefinition: |-
|
|
6435
|
+
{count, plural,
|
|
6436
|
+
one { CustomResourceDefinition }
|
|
6437
|
+
other { CustomResourceDefinition }
|
|
6438
|
+
}
|
|
6439
|
+
flowcontrol.apiserver.k8s.io.flowschema: |-
|
|
6440
|
+
{count, plural,
|
|
6441
|
+
one { FlowSchema }
|
|
6442
|
+
other { FlowSchema }
|
|
6443
|
+
}
|
|
6444
|
+
flowcontrol.apiserver.k8s.io.prioritylevelconfiguration: |-
|
|
6445
|
+
{count, plural,
|
|
6446
|
+
one { PriorityLevelConfiguration }
|
|
6447
|
+
other { PriorityLevelConfiguration }
|
|
6448
|
+
}
|
|
6449
|
+
apps.replicaset: |-
|
|
6450
|
+
{count, plural,
|
|
6451
|
+
one { ReplicaSet }
|
|
6452
|
+
other { ReplicaSet }
|
|
6453
|
+
}
|
|
6454
|
+
coordination.k8s.io.lease: |-
|
|
6455
|
+
{count, plural,
|
|
6456
|
+
one { Lease }
|
|
6457
|
+
other { Lease }
|
|
6458
|
+
}
|
|
6459
|
+
serviceaccount: |-
|
|
6460
|
+
{count, plural,
|
|
6461
|
+
one { ServiceAccount }
|
|
6462
|
+
other { ServiceAccount }
|
|
6463
|
+
}
|
|
6464
|
+
discovery.k8s.io.endpointslice: |-
|
|
6465
|
+
{count, plural,
|
|
6466
|
+
one { EndpointSlice }
|
|
6467
|
+
other { EndpointSlice }
|
|
6468
|
+
}
|
|
6469
|
+
admissionregistration.k8s.io.mutatingwebhookconfiguration: |-
|
|
6470
|
+
{count, plural,
|
|
6471
|
+
one { MutatingWebhookConfiguration }
|
|
6472
|
+
other { MutatingWebhookConfiguration }
|
|
6473
|
+
}
|
|
6474
|
+
admissionregistration.k8s.io.validatingwebhookconfiguration: |-
|
|
6475
|
+
{count, plural,
|
|
6476
|
+
one { ValidatingWebhookConfiguration }
|
|
6477
|
+
other { ValidatingWebhookConfiguration }
|
|
6478
|
+
}
|
|
6086
6479
|
group.principal: |-
|
|
6087
6480
|
{count, plural,
|
|
6088
6481
|
one { 组 }
|
|
@@ -6103,95 +6496,190 @@ typeLabel:
|
|
|
6103
6496
|
one { Harvester 集群 }
|
|
6104
6497
|
other { Harvester 集群 }
|
|
6105
6498
|
}
|
|
6499
|
+
harvesterhci.io.cloudtemplate: |-
|
|
6500
|
+
{count, plural,
|
|
6501
|
+
one { Cloud Config 模板 }
|
|
6502
|
+
other { Cloud Config 模板 }
|
|
6503
|
+
}
|
|
6504
|
+
fleet.cattle.io.content: |-
|
|
6505
|
+
{count, plural,
|
|
6506
|
+
one { Content }
|
|
6507
|
+
other { Content }
|
|
6508
|
+
}
|
|
6106
6509
|
fleet.cattle.io.bundle: |-
|
|
6107
6510
|
{count, plural,
|
|
6108
6511
|
one { Bundle }
|
|
6109
6512
|
other { Bundle }
|
|
6110
6513
|
}
|
|
6111
|
-
fleet.cattle.io.
|
|
6514
|
+
fleet.cattle.io.bundledeployment: |-
|
|
6112
6515
|
{count, plural,
|
|
6113
|
-
one {
|
|
6114
|
-
other {
|
|
6516
|
+
one { BundleDeployment }
|
|
6517
|
+
other { BundleDeployment }
|
|
6115
6518
|
}
|
|
6116
|
-
|
|
6519
|
+
k3s.cattle.io.addon: |-
|
|
6117
6520
|
{count, plural,
|
|
6118
|
-
one {
|
|
6119
|
-
other {
|
|
6521
|
+
one { 插件 }
|
|
6522
|
+
other { 插件 }
|
|
6120
6523
|
}
|
|
6121
|
-
|
|
6524
|
+
management.cattle.io.apiservice: |-
|
|
6122
6525
|
{count, plural,
|
|
6123
|
-
one {
|
|
6124
|
-
other {
|
|
6526
|
+
one { APIService }
|
|
6527
|
+
other { APIService }
|
|
6125
6528
|
}
|
|
6126
|
-
|
|
6529
|
+
management.cattle.io.catalog: |-
|
|
6530
|
+
{count, plural,
|
|
6531
|
+
one { 应用商店 }
|
|
6532
|
+
other { 应用商店 }
|
|
6533
|
+
}
|
|
6534
|
+
fleet.cattle.io.clusterregistration: |-
|
|
6127
6535
|
{count, plural,
|
|
6128
|
-
one {
|
|
6129
|
-
other {
|
|
6536
|
+
one { ClusterRegistration }
|
|
6537
|
+
other { ClusterRegistration }
|
|
6130
6538
|
}
|
|
6131
|
-
|
|
6539
|
+
management.cattle.io.dynamicschema: |-
|
|
6132
6540
|
{count, plural,
|
|
6133
|
-
one {
|
|
6134
|
-
other {
|
|
6541
|
+
one { DynamicSchema }
|
|
6542
|
+
other { DynamicSchema }
|
|
6135
6543
|
}
|
|
6136
|
-
management.cattle.io.
|
|
6544
|
+
management.cattle.io.globalrolebinding: |-
|
|
6137
6545
|
{count, plural,
|
|
6138
|
-
one {
|
|
6139
|
-
other {
|
|
6546
|
+
one { GlobalRoleBinding }
|
|
6547
|
+
other { GlobalRoleBinding }
|
|
6140
6548
|
}
|
|
6141
|
-
management.cattle.io.
|
|
6549
|
+
management.cattle.io.kontainerdriver: |-
|
|
6142
6550
|
{count, plural,
|
|
6143
|
-
one {
|
|
6144
|
-
other {
|
|
6551
|
+
one { KontainerDriver }
|
|
6552
|
+
other { KontainerDriver }
|
|
6145
6553
|
}
|
|
6146
6554
|
management.cattle.io.nodedriver: |-
|
|
6147
6555
|
{count, plural,
|
|
6148
|
-
one {
|
|
6149
|
-
other {
|
|
6556
|
+
one { NodeDriver }
|
|
6557
|
+
other { NodeDriver }
|
|
6558
|
+
}
|
|
6559
|
+
management.cattle.io.podsecuritypolicytemplate: |-
|
|
6560
|
+
{count, plural,
|
|
6561
|
+
one { PodSecurityPolicyTemplate }
|
|
6562
|
+
other { PodSecurityPolicyTemplate }
|
|
6563
|
+
}
|
|
6564
|
+
management.cattle.io.userattribute: |-
|
|
6565
|
+
{count, plural,
|
|
6566
|
+
one { UserAttribute }
|
|
6567
|
+
other { UserAttribute }
|
|
6568
|
+
}
|
|
6569
|
+
management.cattle.io.catalogtemplate: |-
|
|
6570
|
+
{count, plural,
|
|
6571
|
+
one { CatalogTemplate }
|
|
6572
|
+
other { CatalogTemplate }
|
|
6573
|
+
}
|
|
6574
|
+
management.cattle.io.catalogtemplateversion: |-
|
|
6575
|
+
{count, plural,
|
|
6576
|
+
one { CatalogTemplateVersion }
|
|
6577
|
+
other { CatalogTemplateVersion }
|
|
6578
|
+
}
|
|
6579
|
+
management.cattle.io.cisbenchmarkversion: |-
|
|
6580
|
+
{count, plural,
|
|
6581
|
+
one { CisBenchmarkVersion }
|
|
6582
|
+
other { CisBenchmarkVersion }
|
|
6583
|
+
}
|
|
6584
|
+
management.cattle.io.cisconfig: |-
|
|
6585
|
+
{count, plural,
|
|
6586
|
+
one { CisConfig }
|
|
6587
|
+
other { CisConfig }
|
|
6588
|
+
}
|
|
6589
|
+
management.cattle.io.clusteralertgroup: |-
|
|
6590
|
+
{count, plural,
|
|
6591
|
+
one { ClusterAlertGroup }
|
|
6592
|
+
other { ClusterAlertGroup }
|
|
6593
|
+
}
|
|
6594
|
+
management.cattle.io.clusteralertrule: |-
|
|
6595
|
+
{count, plural,
|
|
6596
|
+
one { ClusterAlertRule }
|
|
6597
|
+
other { ClusterAlertRule }
|
|
6598
|
+
}
|
|
6599
|
+
management.cattle.io.clusterregistrationtoken: |-
|
|
6600
|
+
{count, plural,
|
|
6601
|
+
one { ClusterRegistrationToken }
|
|
6602
|
+
other { ClusterRegistrationToken }
|
|
6150
6603
|
}
|
|
6151
6604
|
management.cattle.io.node: |-
|
|
6152
6605
|
{count, plural,
|
|
6153
6606
|
one { 节点 }
|
|
6154
6607
|
other { 节点 }
|
|
6155
6608
|
}
|
|
6609
|
+
management.cattle.io.projectalertgroup: |-
|
|
6610
|
+
{count, plural,
|
|
6611
|
+
one { ProjectAlertGroup }
|
|
6612
|
+
other { ProjectAlertGroup }
|
|
6613
|
+
}
|
|
6614
|
+
management.cattle.io.projectalertrule: |-
|
|
6615
|
+
{count, plural,
|
|
6616
|
+
one { ProjectAlertRule }
|
|
6617
|
+
other { ProjectAlertRule }
|
|
6618
|
+
}
|
|
6619
|
+
management.cattle.io.rkeaddon: |-
|
|
6620
|
+
{count, plural,
|
|
6621
|
+
one { RkeAddon }
|
|
6622
|
+
other { RkeAddon }
|
|
6623
|
+
}
|
|
6624
|
+
management.cattle.io.rkek8sserviceoption: |-
|
|
6625
|
+
{count, plural,
|
|
6626
|
+
one { RkeK8sServiceOption }
|
|
6627
|
+
other { RkeK8sServiceOption }
|
|
6628
|
+
}
|
|
6629
|
+
management.cattle.io.rkek8ssystemimage: |-
|
|
6630
|
+
{count, plural,
|
|
6631
|
+
one { RkeK8sSystemImage }
|
|
6632
|
+
other { RkeK8sSystemImage }
|
|
6633
|
+
}
|
|
6634
|
+
rbac.authorization.k8s.io.clusterrolebinding: |-
|
|
6635
|
+
{count, plural,
|
|
6636
|
+
one { ClusterRoleBinding }
|
|
6637
|
+
other { ClusterRoleBinding }
|
|
6638
|
+
}
|
|
6156
6639
|
rbac.authorization.k8s.io.clusterrole: |-
|
|
6157
6640
|
{count, plural,
|
|
6158
|
-
one {
|
|
6159
|
-
other {
|
|
6641
|
+
one { ClusterRole }
|
|
6642
|
+
other { ClusterRole }
|
|
6643
|
+
}
|
|
6644
|
+
rbac.authorization.k8s.io.rolebinding: |-
|
|
6645
|
+
{count, plural,
|
|
6646
|
+
one { RoleBinding }
|
|
6647
|
+
other { RoleBinding }
|
|
6160
6648
|
}
|
|
6161
6649
|
rbac.authorization.k8s.io.role: |-
|
|
6162
6650
|
{count, plural,
|
|
6163
|
-
one {
|
|
6164
|
-
other {
|
|
6651
|
+
one { Role }
|
|
6652
|
+
other { Role }
|
|
6165
6653
|
}
|
|
6166
|
-
|
|
6654
|
+
scheduling.k8s.io.priorityclass: |-
|
|
6167
6655
|
{count, plural,
|
|
6168
|
-
one {
|
|
6169
|
-
other {
|
|
6656
|
+
one { PriorityClass }
|
|
6657
|
+
other { PriorityClass }
|
|
6170
6658
|
}
|
|
6171
|
-
|
|
6659
|
+
storage.k8s.io.csinode: |-
|
|
6172
6660
|
{count, plural,
|
|
6173
|
-
one {
|
|
6174
|
-
other {
|
|
6661
|
+
one { CSINode }
|
|
6662
|
+
other { CSINode }
|
|
6175
6663
|
}
|
|
6176
|
-
|
|
6664
|
+
cluster.x-k8s.io.machinedeployment: |-
|
|
6177
6665
|
{count, plural,
|
|
6178
|
-
one {
|
|
6179
|
-
other {
|
|
6666
|
+
one { MachineDeployment }
|
|
6667
|
+
other { MachineDeployment }
|
|
6180
6668
|
}
|
|
6181
|
-
|
|
6669
|
+
cluster.x-k8s.io.machineset: |-
|
|
6182
6670
|
{count, plural,
|
|
6183
|
-
one {
|
|
6184
|
-
other {
|
|
6671
|
+
one { MachineSet }
|
|
6672
|
+
other { MachineSet }
|
|
6185
6673
|
}
|
|
6186
|
-
|
|
6674
|
+
cluster.x-k8s.io.machine: |-
|
|
6187
6675
|
{count, plural,
|
|
6188
|
-
one {
|
|
6189
|
-
other {
|
|
6676
|
+
one { Machine }
|
|
6677
|
+
other { Machine }
|
|
6190
6678
|
}
|
|
6191
|
-
|
|
6679
|
+
fleet.cattle.io.clusterregistrationtoken: |-
|
|
6192
6680
|
{count, plural,
|
|
6193
|
-
one {
|
|
6194
|
-
other {
|
|
6681
|
+
one { 集群注册 Token }
|
|
6682
|
+
other { 集群注册 Token }
|
|
6195
6683
|
}
|
|
6196
6684
|
|
|
6197
6685
|
action:
|
|
@@ -6236,7 +6724,7 @@ unit:
|
|
|
6236
6724
|
other { 天 }
|
|
6237
6725
|
}
|
|
6238
6726
|
workloadPorts:
|
|
6239
|
-
addPort:
|
|
6727
|
+
addPort: 添加端口或 Service
|
|
6240
6728
|
remove: 移除
|
|
6241
6729
|
addHost: 添加主机
|
|
6242
6730
|
|
|
@@ -6252,11 +6740,26 @@ registryMirror:
|
|
|
6252
6740
|
header: Mirror
|
|
6253
6741
|
toolTip: 'Mirror 可用来重定向来自一个仓库的镜像请求,使其来自你指定的端点列表。例如,你可以把 docker.io 指向到只和你的内部仓库通信,而不是通过互联网访问实际的 DockerHub。'
|
|
6254
6742
|
addLabel: 添加 Mirror
|
|
6743
|
+
description: Mirror 定义了私有镜像仓库的名称和端点。将会逐个尝试端点,并使用第一个可工作的端点。
|
|
6744
|
+
hostnameLabel: 镜像仓库主机名
|
|
6745
|
+
hostnamePlaceholder: 例如:docker.io 或 *
|
|
6746
|
+
endpointsLabel: Mirror 端点
|
|
6747
|
+
endpointsPlaceholder: 例如:a.registry.com:5000, b.registry.com:5000
|
|
6748
|
+
|
|
6749
|
+
registryMirrorRewrite:
|
|
6750
|
+
header: 重写
|
|
6751
|
+
toolTip: '每个镜像都可以有一组重写。重写可以根据正则表达式来改变镜像的标签。'
|
|
6752
|
+
addLabel: 添加重写配置
|
|
6753
|
+
keyLabel: 重写模式
|
|
6754
|
+
keyPlaceholder: 例如:^rancher/(.*)
|
|
6755
|
+
valueLabel: 重写替换
|
|
6756
|
+
valuePlaceholder: 例如:mirrorproject/rancher-images/$1
|
|
6255
6757
|
|
|
6256
6758
|
registryConfig:
|
|
6257
6759
|
header: 仓库验证
|
|
6258
6760
|
toolTip: '当需要从给定的镜像仓库主机名中拉取镜像时,此信息将用于识别并验证仓库。'
|
|
6259
6761
|
addLabel: 添加镜像仓库
|
|
6762
|
+
description: "为每个镜像仓库主机名和 Mirror 定义 TLS 和凭证配置。"
|
|
6260
6763
|
|
|
6261
6764
|
##############################
|
|
6262
6765
|
### Advanced Settings
|
|
@@ -6264,10 +6767,11 @@ registryConfig:
|
|
|
6264
6767
|
|
|
6265
6768
|
advancedSettings:
|
|
6266
6769
|
label: 设置
|
|
6267
|
-
subtext: 一般用户不需要修改此处的设置。请谨慎操作,不正确的值会破坏 {appName}
|
|
6770
|
+
subtext: 一般用户不需要修改此处的设置。请谨慎操作,不正确的值会破坏 {appName} 的安装。与默认不同的设置会标记为“已修改”。
|
|
6268
6771
|
show: 显示
|
|
6269
6772
|
hide: 隐藏
|
|
6270
6773
|
none: 无
|
|
6774
|
+
modified: 已修改
|
|
6271
6775
|
edit:
|
|
6272
6776
|
label: 编辑设置
|
|
6273
6777
|
changeSetting: "修改设置:"
|
|
@@ -6296,7 +6800,7 @@ advancedSettings:
|
|
|
6296
6800
|
'auth-user-info-resync-cron': '重新同步验证提供程序组成员的默认 cron 调度。'
|
|
6297
6801
|
'cluster-template-enforcement': '非管理员只能通过预先批准的 RKE 模板启动集群。'
|
|
6298
6802
|
'auth-user-session-ttl-minutes': '用户认证会话的自定义 TTL(单位:分钟)。'
|
|
6299
|
-
'auth-token-max-ttl-minutes': '
|
|
6803
|
+
'auth-token-max-ttl-minutes': '所有身份认证 Token 的最大 TTL(单位:分钟)。如果设置为 0,则 Token 永不过期。'
|
|
6300
6804
|
'kubeconfig-generate-token': '请求 kubeconfig 时自动为用户生成 Token。'
|
|
6301
6805
|
'kubeconfig-token-ttl-minutes': '在 CLI 中生成的 Token TTL。已弃用:此设置将被删除,kubeconfig-default-token-ttl-minutes 将用于所有 kubeconfig Token。'
|
|
6302
6806
|
'kubeconfig-default-token-ttl-minutes': '应用于所有 kubeconfig Token 的 TTL(单位:分钟)。如果设置为 0,则 Token 永不过期。'
|
|
@@ -6357,6 +6861,7 @@ featureFlags:
|
|
|
6357
6861
|
performance:
|
|
6358
6862
|
label: UI 性能设置
|
|
6359
6863
|
settingName: 性能
|
|
6864
|
+
experimental: 此设置是实验性的,可能会在后续版本中删除或更新。
|
|
6360
6865
|
incrementalLoad:
|
|
6361
6866
|
label: 增量加载
|
|
6362
6867
|
setting: 你可以配置一个阈值,高于该阈值时则使用增量加载。
|
|
@@ -6365,7 +6870,6 @@ performance:
|
|
|
6365
6870
|
checkboxLabel: 启用增量加载
|
|
6366
6871
|
inputLabel: 资源阈值
|
|
6367
6872
|
manualRefresh:
|
|
6368
|
-
banner: 此设置是实验性的,可能会在后续版本中删除或更新。
|
|
6369
6873
|
label: 手动刷新
|
|
6370
6874
|
setting: 你可以配置一个阈值,高于该阈值时则启用手动刷新。
|
|
6371
6875
|
buttonTooltip: 刷新列表
|
|
@@ -6381,7 +6885,6 @@ performance:
|
|
|
6381
6885
|
gc:
|
|
6382
6886
|
label: 资源垃圾回收
|
|
6383
6887
|
description: UI 将在本地缓存 kuberentes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。
|
|
6384
|
-
banner: 此设置是实验性的,可能会在后续版本中删除或更新。
|
|
6385
6888
|
checkboxLabel: 启用垃圾回收
|
|
6386
6889
|
whenRun:
|
|
6387
6890
|
description: 垃圾回收运行的时候更新
|
|
@@ -6400,7 +6903,17 @@ performance:
|
|
|
6400
6903
|
count:
|
|
6401
6904
|
description: 资源必须超过此数量才能考虑进行垃圾回收。
|
|
6402
6905
|
inputLabel: 资源数量
|
|
6403
|
-
|
|
6906
|
+
nsFiltering:
|
|
6907
|
+
label: 命名空间过滤
|
|
6908
|
+
description: 当列表无法显示太多资源时,用户需要选择一个命名空间并仅提取该命名空间中的资源。
|
|
6909
|
+
checkboxLabel: 启用命名空间过滤
|
|
6910
|
+
count:
|
|
6911
|
+
inputLabel: 资源阈值
|
|
6912
|
+
description: 需要按命名空间过滤的阈值
|
|
6913
|
+
advancedWorker:
|
|
6914
|
+
label: Websocket Web Worker
|
|
6915
|
+
description: 推送到 UI 的资源更新来自 WebSocket,并在 UI 线程中处理。启用此选项可在单独的线程中处理 Web Worker 中的集群 WebSocket 更新。这有助于提高 UI 在资源经常变化的系统中的响应能力。
|
|
6916
|
+
checkboxLabel: 启用高级 Websocket Web Worker
|
|
6404
6917
|
|
|
6405
6918
|
banner:
|
|
6406
6919
|
label: 固定横幅
|
|
@@ -6439,7 +6952,7 @@ branding:
|
|
|
6439
6952
|
directoryName: 品牌资产目录名称
|
|
6440
6953
|
logos:
|
|
6441
6954
|
label: Logo
|
|
6442
|
-
tip: '上传 Logo 以替换顶层导航标题中的 Rancher logo。图片的高度应为 21 像素,最大宽度为 200 像素。最大文件大小为 20KB'
|
|
6955
|
+
tip: '上传 Logo 以替换顶层导航标题中的 Rancher logo。图片的高度应为 21 像素,最大宽度为 200 像素。最大文件大小为 20KB。支持的格式:JPEG、PNG、SVG。'
|
|
6443
6956
|
lightPreview: 浅色主题预览
|
|
6444
6957
|
darkPreview: 深色主题预览
|
|
6445
6958
|
uploadLight: 上传浅色 Logo
|
|
@@ -6517,7 +7030,7 @@ resourceQuota:
|
|
|
6517
7030
|
namespace: '此命名空间:'
|
|
6518
7031
|
available: '可用:'
|
|
6519
7032
|
max: '总计:'
|
|
6520
|
-
customLinks:
|
|
7033
|
+
customLinks:
|
|
6521
7034
|
displayTitle: 链接
|
|
6522
7035
|
label: 主页链接
|
|
6523
7036
|
description: '配置要在主页上显示的链接。你可以配置自定义链接以及显示或隐藏默认链接。'
|
|
@@ -6530,7 +7043,7 @@ customLinks:
|
|
|
6530
7043
|
keyLabel: 显示文本
|
|
6531
7044
|
valueLabel: URL
|
|
6532
7045
|
showLabel: 显示
|
|
6533
|
-
defaults:
|
|
7046
|
+
defaults:
|
|
6534
7047
|
docs: Rancher 官方文档
|
|
6535
7048
|
forums: 论坛
|
|
6536
7049
|
slack: Slack
|
|
@@ -6883,4 +7396,4 @@ charts:
|
|
|
6883
7396
|
- 请注意引号的使用。"
|
|
6884
7397
|
ingress.host:
|
|
6885
7398
|
label: 7 层负载均衡主机名
|
|
6886
|
-
description: "7 层负载均衡主机名"
|
|
7399
|
+
description: "7 层负载均衡主机名"
|