dashboard-shell-shell 3.0.5-test.9 → 3.0.5-tsh-rh02
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/brand/csp/favicon.png +0 -0
- package/assets/icons/iconfont.css +4 -1
- package/assets/iconsNew/demo.css +539 -0
- package/assets/iconsNew/demo.css:Zone.Identifier +0 -0
- package/assets/iconsNew/demo_index.html +303 -0
- package/assets/iconsNew/demo_index.html:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.css +43 -0
- package/assets/iconsNew/iconfont.css:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.js +1 -0
- package/assets/iconsNew/iconfont.js:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.json +44 -0
- package/assets/iconsNew/iconfont.json:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.ttf +0 -0
- package/assets/iconsNew/iconfont.ttf:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.woff +0 -0
- package/assets/iconsNew/iconfont.woff2 +0 -0
- package/assets/iconsNew/iconfont.woff2:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.woff:Zone.Identifier +0 -0
- package/assets/images/login-logo.svg +9 -19
- package/assets/images/login-logo1.svg +9 -0
- package/assets/images/logo.svg +11 -0
- package/assets/images/pl/dark/logo.png +0 -0
- package/assets/images/pl/logo.svg +11 -0
- package/assets/styles/all.scss +23 -3
- package/assets/styles/app.scss +1 -0
- package/assets/styles/base/_helpers.scss +1 -1
- package/assets/styles/base/_variables.scss +2 -2
- package/assets/styles/fonts/_icons.scss +3 -2
- package/assets/styles/global/_button.scss +1 -1
- package/assets/styles/global/_form.scss +1 -0
- package/assets/styles/global/_select.scss +1 -1
- package/assets/styles/global/_tooltip.scss +5 -1
- package/assets/styles/themes/_light.scss +3 -3
- package/assets/styles/vendor/vue-select.scss +2 -1
- package/assets/translations/en-us.yaml +67 -0
- package/assets/translations/zh-hans.yaml +226 -24
- package/components/ButtonDropdown.vue +3 -1
- package/components/ClusterIconMenu.vue +1 -1
- package/components/CodeMirror.vue +6 -4
- package/components/ConsumptionGauge.vue +1 -1
- package/components/ContainerResourceLimit.vue +2 -2
- package/components/CruResource.vue +3 -2
- package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +22 -19
- package/components/Drawer/ResourceDetailDrawer/index.vue +3 -3
- package/components/ExplorerMembers.vue +10 -1
- package/components/GlobalRoleBindings.vue +69 -114
- package/components/PodSecurityAdmission.vue +1 -1
- package/components/PromptRemove.vue +23 -1
- package/components/RelatedResources.vue +3 -0
- package/components/Resource/Detail/TitleBar/composables.ts +16 -1
- package/components/Resource/Detail/TitleBar/index.vue +37 -24
- package/components/ResourceDetail/Masthead/index.vue +1 -1
- package/components/ResourceDetail/Masthead/latest.vue +1 -1
- package/components/ResourceDetail/Masthead/legacy.vue +8 -7
- package/components/ResourceDetail/legacy.vue +15 -15
- package/components/ResourceList/Masthead.vue +16 -15
- package/components/ResourceTable.vue +16 -0
- package/components/SideNav.vue +21 -21
- package/components/SingleClusterInfo.vue +2 -1
- package/components/SortableTable/THead.vue +46 -1
- package/components/SortableTable/index.vue +54 -18
- package/components/Tabbed/index.vue +6 -1
- package/components/actionButton/index.vue +649 -0
- package/components/auth/Principal.vue +16 -8
- package/components/auth/RoleDetailEdit.vue +11 -7
- package/components/breadcrumb/index.vue +13 -210
- package/components/form/ArrayList.vue +164 -147
- package/components/form/ArrayListGrouped.vue +5 -3
- package/components/form/ChangePassword.vue +1 -1
- package/components/form/ClusterAppearance.vue +4 -3
- package/components/form/Command.vue +4 -5
- package/components/form/Conditions.vue +15 -1
- package/components/form/Footer.vue +1 -0
- package/components/form/HealthCheck.vue +0 -2
- package/components/form/HookOption.vue +87 -58
- package/components/form/InputWithSelect.vue +8 -7
- package/components/form/KeyValue.vue +20 -2
- package/components/form/LabeledSelect.vue +3 -1
- package/components/form/Labels.vue +2 -2
- package/components/form/MatchExpressions.vue +4 -4
- package/components/form/Members/ClusterMembershipEditor.vue +1 -1
- package/components/form/Members/ClusterPermissionsEditor.vue +60 -41
- package/components/form/Members/MembershipEditor.vue +4 -4
- package/components/form/Members/ProjectMembershipEditor.vue +1 -1
- package/components/form/NameNsDescription.vue +3 -2
- package/components/form/Networking.vue +6 -9
- package/components/form/NodeAffinity.vue +29 -28
- package/components/form/PodAffinity.vue +23 -23
- package/components/form/Probe.vue +15 -11
- package/components/form/ProjectMemberEditor.vue +66 -48
- package/components/form/ResourceQuota/Namespace.vue +4 -4
- package/components/form/ResourceQuota/NamespaceRow.vue +11 -9
- package/components/form/ResourceQuota/Project.vue +4 -4
- package/components/form/ResourceQuota/ProjectRow.vue +36 -30
- package/components/form/ResourceSelector.vue +1 -1
- package/components/form/SecretSelector.vue +24 -23
- package/components/form/Security.vue +1 -3
- package/components/form/Select.vue +7 -1
- package/components/form/ServiceNameSelect.vue +2 -5
- package/components/form/ServicePorts.vue +149 -75
- package/components/form/Tolerations.vue +13 -9
- package/components/form/ValueFromResource.vue +110 -96
- package/components/formatter/WorkloadHealthScale.vue +4 -3
- package/components/nav/Group.vue +8 -1
- package/components/nav/Header.vue +51 -174
- package/components/nav/NamespaceFilter.vue +14 -19
- package/components/nav/TopLevelMenu.vue +101 -134
- package/components/nav/Type.vue +11 -3
- package/config/menuRouteMap.js +10 -0
- package/config/product/explorer.js +32 -10
- package/config/product/manager.js +28 -17
- package/config/product/uiplugins.js +13 -10
- package/config/router/navigation-guards/index.js +61 -3
- package/detail/node.vue +28 -23
- package/dialog/AddCustomBadgeDialog.vue +17 -9
- package/dialog/RollbackWorkloadDialog.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/hpa-scaling-rule.vue +9 -6
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +3 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +7 -5
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +5 -3
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +2 -2
- package/edit/configmap.vue +4 -0
- package/edit/logging-flow/index.vue +1 -2
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +3 -3
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +19 -19
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +19 -19
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +14 -14
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +12 -12
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +6 -6
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +10 -10
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +8 -8
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +17 -17
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +7 -7
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +12 -12
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +3 -3
- package/edit/logging.banzaicloud.io.output/providers/opensearch.vue +14 -14
- package/edit/logging.banzaicloud.io.output/providers/redis.vue +6 -6
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +13 -13
- package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +54 -54
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +32 -8
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/dingding.vue +32 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/message.vue +52 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/snmp.vue +45 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/work.vue +31 -0
- package/edit/networking.k8s.io.ingress/Certificate.vue +14 -5
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +2 -2
- package/edit/networking.k8s.io.ingress/Rule.vue +5 -11
- package/edit/networking.k8s.io.ingress/RulePath.vue +105 -96
- package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +3 -3
- package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +4 -2
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +12 -11
- package/edit/networking.k8s.io.networkpolicy/index.vue +1 -1
- package/edit/persistentvolume/index.vue +3 -1
- package/edit/persistentvolumeclaim.vue +2 -0
- package/edit/provisioning.cattle.io.cluster/tabs/Basics.vue +1 -1
- package/edit/secret/index.vue +2 -2
- package/edit/service.vue +4 -1
- package/edit/storage.k8s.io.storageclass/index.vue +10 -8
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +34 -27
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +15 -13
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +41 -39
- package/edit/workload/Job.vue +31 -34
- package/edit/workload/Upgrading.vue +5 -5
- package/edit/workload/index.vue +19 -15
- package/edit/workload/storage/Mount.vue +1 -0
- package/edit/workload/storage/awsElasticBlockStore.vue +9 -7
- package/edit/workload/storage/azureDisk.vue +14 -10
- package/edit/workload/storage/azureFile.vue +9 -7
- package/edit/workload/storage/csi/index.vue +6 -9
- package/edit/workload/storage/emptyDir.vue +7 -5
- package/edit/workload/storage/gcePersistentDisk.vue +9 -7
- package/edit/workload/storage/hostPath.vue +7 -5
- package/edit/workload/storage/nfs.vue +8 -6
- package/edit/workload/storage/persistentVolumeClaim/index.vue +12 -10
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +20 -15
- package/edit/workload/storage/secret.vue +9 -6
- package/edit/workload/storage/vsphereVolume.vue +11 -7
- package/initialize/app-extended.js +7 -1
- package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +8 -6
- package/mixins/create-edit-view/impl.js +10 -0
- package/models/provisioning.cattle.io.cluster.js +19 -18
- package/models/workload.js +2 -2
- package/package.json +1 -1
- package/pages/account/index.vue +93 -58
- package/pages/auth/setup.vue +36 -17
- package/pages/c/_cluster/auth/roles/index.vue +27 -3
- package/pages/c/_cluster/explorer/ConfigBadge.vue +1 -1
- package/pages/c/_cluster/explorer/index.vue +2 -1
- package/pages/c/_cluster/explorer/tools/index.vue +6 -6
- package/pages/home.vue +55 -13
- package/plugins/dashboard-store/actions.js +1 -1
- package/rancher-components/Banner/Banner.vue +14 -2
- package/rancher-components/Form/Radio/RadioGroup.vue +9 -1
- package/rancher-components/LabeledTooltip/LabeledTooltip.vue +31 -2
- package/scripts/build-pkg.sh +18 -23
- package/scripts/publish-shell.sh +1 -1
- package/store/i18n.js +1 -0
- package/store/index.js +4 -4
- package/store/type-map.js +0 -2
- package/types/shell/index.d.ts +8 -0
- package/utils/error.js +23 -3
- package/utils/errorTranslate.json +402 -8
- package/utils/errorTranslateNew.json +39 -0
- package/utils/roleFiltering.js +33 -0
|
@@ -111,6 +111,8 @@ generic:
|
|
|
111
111
|
=1 {匹配 {total, number} 个中的 1 个:"{sample}"}
|
|
112
112
|
other {匹配 {total, number} 中的 {matched, number} 个,包括 "{sample}"}
|
|
113
113
|
}
|
|
114
|
+
ariaLabel:
|
|
115
|
+
genericAddRow: 添加
|
|
114
116
|
|
|
115
117
|
graph:
|
|
116
118
|
loading: 正在加载 Chart 数据...
|
|
@@ -216,7 +218,7 @@ product:
|
|
|
216
218
|
backup: Rancher 备份
|
|
217
219
|
cis: CIS Benchmark
|
|
218
220
|
ecm: Cluster Manager
|
|
219
|
-
explorer:
|
|
221
|
+
explorer: 控制台
|
|
220
222
|
fleet: 持续交付
|
|
221
223
|
longhorn: Longhorn
|
|
222
224
|
manager: 集群管理
|
|
@@ -593,11 +595,28 @@ assignTo:
|
|
|
593
595
|
workspace: 工作空间
|
|
594
596
|
|
|
595
597
|
stateLabel:
|
|
598
|
+
Wait Check-In: 等待加入
|
|
599
|
+
Provisioning: 配置中
|
|
600
|
+
Waiting: 等待中
|
|
601
|
+
waiting: 等待中
|
|
602
|
+
Images preloading: 图像预加载中
|
|
603
|
+
Images preloaded: 图像已预加载
|
|
604
|
+
Waiting Reboot: 等待重启
|
|
605
|
+
warning: 警告
|
|
606
|
+
upgrading: 升级中
|
|
607
|
+
Upgrading: 升级中
|
|
608
|
+
Succeeded: 成功
|
|
609
|
+
Pending migration: 待迁移
|
|
610
|
+
Imagepullbackoff: 镜像拉取失败
|
|
611
|
+
VM error: 错误
|
|
612
|
+
Locked: 锁定
|
|
596
613
|
Bound: 已绑定
|
|
597
614
|
Running: 运行中
|
|
598
615
|
Off: 关闭
|
|
599
616
|
Stopped: 关闭
|
|
617
|
+
pending: 准备中
|
|
600
618
|
Pending: 准备中
|
|
619
|
+
failed: 失败
|
|
601
620
|
Failed: 失败
|
|
602
621
|
Paused: 暂停
|
|
603
622
|
Stopping: 停止中
|
|
@@ -637,7 +656,6 @@ stateLabel:
|
|
|
637
656
|
VMI_WAITINH: 等待中
|
|
638
657
|
Entering maintenance mode: 维护中
|
|
639
658
|
|
|
640
|
-
|
|
641
659
|
buttonLabel:
|
|
642
660
|
Stop: 停止
|
|
643
661
|
Restart: 重启
|
|
@@ -671,7 +689,7 @@ buttonLabel:
|
|
|
671
689
|
Errors:
|
|
672
690
|
changePassword:
|
|
673
691
|
Password must be at least 12 characters: 密码至少为12个字符
|
|
674
|
-
invalid current password: 当前的密码输入错误
|
|
692
|
+
"invalid current password": 当前的密码输入错误
|
|
675
693
|
|
|
676
694
|
|
|
677
695
|
asyncButton:
|
|
@@ -781,6 +799,10 @@ asyncButton:
|
|
|
781
799
|
action: 恢复编排
|
|
782
800
|
success: 已恢复编排
|
|
783
801
|
waiting: 正在恢复编排
|
|
802
|
+
redeploy:
|
|
803
|
+
action: 重新部署
|
|
804
|
+
success: 重新部署成功
|
|
805
|
+
waiting: 正在重新部署工作负载
|
|
784
806
|
rollback:
|
|
785
807
|
action: 回滚
|
|
786
808
|
success: 已回滚
|
|
@@ -1187,6 +1209,9 @@ compliance:
|
|
|
1187
1209
|
testsToSkip: 要跳过的测试
|
|
1188
1210
|
|
|
1189
1211
|
cluster:
|
|
1212
|
+
jwtAuthentication:
|
|
1213
|
+
banner: "使用 JWT 认证的服务账户访问可在集群创建后通过以下路径配置:<br>
|
|
1214
|
+
<code>集群管理 > 高级 > JWT 认证</code>"
|
|
1190
1215
|
addonChart:
|
|
1191
1216
|
rancher-vsphere-cpi: vSphere CPI 配置
|
|
1192
1217
|
rancher-vsphere-csi: vSphere CSI 配置
|
|
@@ -1438,6 +1463,25 @@ cluster:
|
|
|
1438
1463
|
name:
|
|
1439
1464
|
label: 集群名称
|
|
1440
1465
|
placeholder: 请输入集群名称
|
|
1466
|
+
directoryConfig:
|
|
1467
|
+
title: 数据目录配置
|
|
1468
|
+
banner: 集群创建后,数据目录配置将无法更改
|
|
1469
|
+
radioInput:
|
|
1470
|
+
defaultLabel: 使用默认数据目录配置
|
|
1471
|
+
commonLabel: 为数据目录配置使用公共基础目录(子系统路径将使用子目录:system-agent、provisioning 和 distro)
|
|
1472
|
+
customLabel: 使用自定义数据目录
|
|
1473
|
+
common:
|
|
1474
|
+
label: 数据目录基础路径
|
|
1475
|
+
tooltip: 数据目录基础路径。我们将为每个目录附加相应的子目录(/agent、/provisioning 以及 /rke2 或 /k3s)
|
|
1476
|
+
systemAgent:
|
|
1477
|
+
label: 系统代理目录路径
|
|
1478
|
+
tooltip: 用于存储系统代理连接信息和计划的数据目录
|
|
1479
|
+
provisioning:
|
|
1480
|
+
label: 供应目录路径
|
|
1481
|
+
tooltip: 用于存储供应相关文件的数据目录
|
|
1482
|
+
k8sDistro:
|
|
1483
|
+
label: K8s 发行版目录路径
|
|
1484
|
+
tooltip: 用于存储 K8s 发行版的数据目录
|
|
1441
1485
|
machineConfig:
|
|
1442
1486
|
banner:
|
|
1443
1487
|
updateInfo: 创建一个池用来更新主机配置
|
|
@@ -1755,6 +1799,9 @@ cluster:
|
|
|
1755
1799
|
rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences#cluster-api" target="_blank" rel="noopener nofollow">文档</a>。'
|
|
1756
1800
|
desiredNodeGroupWarning: 没有可用于运行 Cluster Agent 的节点。要让集群变为 Active 状态,至少需要有 1 个可用的节点。
|
|
1757
1801
|
haveArgInfo: 所选 Kubernetes 版本的配置信息不可用。此屏幕中可用的选项将受到限制,你可能需要使用 YAML 编辑器。
|
|
1802
|
+
cloudProviderAddConfig: '在 Kubernetes 1.27 或更高版本中,<b>Amazon</b> 云提供商需要额外配置。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
|
|
1803
|
+
cloudProviderUnsupportedAzure: '在 Kubernetes 1.30 或更高版本中,<b>Azure</b> 云提供商已被移除。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
|
|
1804
|
+
cloudProviderMigrateAzure: '在 Kubernetes 1.30 或更高版本中,<b>Azure</b> 云提供商已被移除。要升级 Kubernetes,应先将集群迁移到外部提供商。请参阅<a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure" target="_blank" rel="noopener noreferrer nofollow">文档</a>以了解更多信息。'
|
|
1758
1805
|
rkeTemplateUpgrade: 模板修订版 {name} 可用于升级
|
|
1759
1806
|
|
|
1760
1807
|
availabilityWarnings:
|
|
@@ -1835,10 +1882,13 @@ cluster:
|
|
|
1835
1882
|
searchPlaceholder: 请输入搜索
|
|
1836
1883
|
noResults: 没有匹配的结果
|
|
1837
1884
|
privateRegistry:
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1885
|
+
header: Rancher 系统容器镜像仓库
|
|
1886
|
+
label: 为 Rancher 系统容器镜像启用集群范围容器镜像仓库
|
|
1887
|
+
description: "如果启用,Rancher 将在集群配置期间从此镜像仓库拉取容器镜像。默认情况下,Rancher 在安装官方 Helm Chart 应用时也会使用此镜像仓库。如果禁用集群范围镜像仓库,系统镜像将从全局设置中的系统默认镜像仓库拉取。"
|
|
1888
|
+
importedDescription: "默认情况下,Rancher 在安装官方 Helm Chart 应用时也会使用此镜像仓库。如果禁用集群范围镜像仓库,系统镜像将从全局设置中的系统默认镜像仓库拉取。"
|
|
1889
|
+
docsLinkRke2: "有关配置私有镜像仓库的帮助,请参阅 RKE2 <a href=\"https://docs.rke2.io/install/private_registry\" target=\"_blank\">文档。</a>"
|
|
1890
|
+
docsLinkK3s: "有关配置私有镜像仓库的帮助,请参阅 K3s <a href=\"https://docs.k3s.io/installation/private-registry\" target=\"_blank\">文档。</a>"
|
|
1891
|
+
privateRegistryUrlError: 镜像仓库必须是有效的 URL。协议头可选。
|
|
1842
1892
|
provider:
|
|
1843
1893
|
aliyunecs: Aliyun ECS
|
|
1844
1894
|
aliyunkubernetescontainerservice: Alibaba ACK
|
|
@@ -1959,7 +2009,19 @@ cluster:
|
|
|
1959
2009
|
drain:
|
|
1960
2010
|
label: 清空节点
|
|
1961
2011
|
toolTip: 清空操作预先移除每个节点上的 Pod,使得升级中的节点上没有运行的工作负载。不清空的升级速度更快,造成的混乱更少,但是 Pod 仍可能根据进行中的升级进行重启。
|
|
1962
|
-
|
|
2012
|
+
deleteEmptyDir:
|
|
2013
|
+
warning: "默认情况下,使用 emptyDir 卷的 Pod 将在升级时被删除。依赖 emptyDir 卷在 Pod 生命周期内持久化的操作可能会受到影响。"
|
|
2014
|
+
label: 删除使用 emptyDir 卷的 Pod
|
|
2015
|
+
tooltip: emptyDir 卷通常用于临时数据,但其中的数据将被永久删除。如果未设置此选项且存在使用 emptyDir 的 Pod,排水操作将失败。
|
|
2016
|
+
force:
|
|
2017
|
+
label: 删除独立 Pod
|
|
2018
|
+
tooltip: 删除不受工作负载控制器(Deployment、Job 等)管理的独立 Pod。如果未设置此选项且存在独立 Pod,排水操作将失败。
|
|
2019
|
+
gracePeriod:
|
|
2020
|
+
checkboxLabel: 覆盖 Pod 终止宽限期
|
|
2021
|
+
inputLabel: 宽限期
|
|
2022
|
+
timeout:
|
|
2023
|
+
checkboxLabel: 超时时间
|
|
2024
|
+
inputLabel: 排水超时
|
|
1963
2025
|
truncateHostnames: 将主机名截断为 15 个字符来兼容 NetBIOS。
|
|
1964
2026
|
address:
|
|
1965
2027
|
tooltip: 创建集群后无法更改集群网络值。
|
|
@@ -2120,7 +2182,7 @@ resource:
|
|
|
2120
2182
|
update: "更新 {name} 出错"
|
|
2121
2183
|
|
|
2122
2184
|
codeMirror:
|
|
2123
|
-
escapeText: 按 Shift+Escape
|
|
2185
|
+
escapeText: 按 Shift+Escape 退出编辑状态
|
|
2124
2186
|
keymap:
|
|
2125
2187
|
tooltip: 键映射首选项
|
|
2126
2188
|
indicatorToolip: "按键映射: {name}"
|
|
@@ -2408,7 +2470,12 @@ glance:
|
|
|
2408
2470
|
eventsTable: 完整事件列表
|
|
2409
2471
|
|
|
2410
2472
|
clusterBadge:
|
|
2473
|
+
badgeAppearance: 集群徽章外观
|
|
2474
|
+
clusterComment: "集群注释 - {text}"
|
|
2475
|
+
customizeAppearance: 自定义外观
|
|
2411
2476
|
addLabel: 添加集群徽章
|
|
2477
|
+
setClusterAppearance: 集群外观设置
|
|
2478
|
+
customize: 自定义
|
|
2412
2479
|
editLabel: 编辑集群徽章
|
|
2413
2480
|
modal:
|
|
2414
2481
|
title: 自定义集群徽章
|
|
@@ -2573,7 +2640,7 @@ ingress:
|
|
|
2573
2640
|
required: 目标服务是必填的
|
|
2574
2641
|
warning: "警告:默认后端将全局用于整个集群"
|
|
2575
2642
|
ingressClass:
|
|
2576
|
-
label:
|
|
2643
|
+
label: Ingress类
|
|
2577
2644
|
rules:
|
|
2578
2645
|
addPath: 添加路径
|
|
2579
2646
|
addRule: 添加规则
|
|
@@ -2914,7 +2981,7 @@ logging:
|
|
|
2914
2981
|
default: /run/log/journal
|
|
2915
2982
|
elasticsearch:
|
|
2916
2983
|
host: 主机
|
|
2917
|
-
scheme:
|
|
2984
|
+
scheme: 协议
|
|
2918
2985
|
port: 端口
|
|
2919
2986
|
indexName: 索引名称
|
|
2920
2987
|
user: 用户名
|
|
@@ -3062,6 +3129,8 @@ logging:
|
|
|
3062
3129
|
path: 路径
|
|
3063
3130
|
overwriteExistingPath: 覆盖现有路径
|
|
3064
3131
|
output:
|
|
3132
|
+
output:
|
|
3133
|
+
label: 输出
|
|
3065
3134
|
buffer:
|
|
3066
3135
|
label: 输出缓冲
|
|
3067
3136
|
selectOutputs: 选择输出
|
|
@@ -3085,7 +3154,7 @@ logging:
|
|
|
3085
3154
|
azurestorage: Azure Storage
|
|
3086
3155
|
cloudwatch: Cloudwatch
|
|
3087
3156
|
datadog: Datadog
|
|
3088
|
-
file:
|
|
3157
|
+
file: File
|
|
3089
3158
|
gcs: GCS
|
|
3090
3159
|
kinesisStream: Kinesis Stream
|
|
3091
3160
|
logdna: LogDNA
|
|
@@ -3170,13 +3239,14 @@ login:
|
|
|
3170
3239
|
label: 记住用户名
|
|
3171
3240
|
|
|
3172
3241
|
logout:
|
|
3173
|
-
message:
|
|
3242
|
+
message: 正在退出登录...
|
|
3174
3243
|
|
|
3175
3244
|
managementNode:
|
|
3176
3245
|
customName: 自定义名称
|
|
3177
3246
|
|
|
3178
3247
|
members:
|
|
3179
3248
|
clusterMembers: 集群成员
|
|
3249
|
+
memberRoles: 成员角色
|
|
3180
3250
|
clusterAndProject: 集群和项目成员
|
|
3181
3251
|
createActionLabel: 添加
|
|
3182
3252
|
clusterMembership: 集群成员
|
|
@@ -3196,6 +3266,18 @@ members:
|
|
|
3196
3266
|
viewClusterCatalogs: 查看集群应用商店
|
|
3197
3267
|
viewClusterMembers: 查看集群成员
|
|
3198
3268
|
viewNodes: 查看节点
|
|
3269
|
+
safe-admin:
|
|
3270
|
+
label: 安全管理员
|
|
3271
|
+
description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
|
|
3272
|
+
project-tenant:
|
|
3273
|
+
label: 租户
|
|
3274
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
3275
|
+
cluster-tenant:
|
|
3276
|
+
label: 租户
|
|
3277
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
3278
|
+
tenant:
|
|
3279
|
+
label: 租户
|
|
3280
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
3199
3281
|
owner:
|
|
3200
3282
|
label: 所有者
|
|
3201
3283
|
description: 所有者对集群和集群内的所有资源拥有完全的控制权。
|
|
@@ -3427,6 +3509,18 @@ monitoringReceiver:
|
|
|
3427
3509
|
opsgenie:
|
|
3428
3510
|
label: Opsgenie
|
|
3429
3511
|
title: Opsgenie 配置
|
|
3512
|
+
dingding:
|
|
3513
|
+
label: 钉钉
|
|
3514
|
+
title: 钉钉 配置
|
|
3515
|
+
weixin:
|
|
3516
|
+
label: 企业微信
|
|
3517
|
+
title: 企业微信 配置
|
|
3518
|
+
snmp:
|
|
3519
|
+
label: SNMP
|
|
3520
|
+
title: SNMP 配置
|
|
3521
|
+
message:
|
|
3522
|
+
label: 短信
|
|
3523
|
+
title: 短信 配置
|
|
3430
3524
|
pagerduty:
|
|
3431
3525
|
label: PagerDuty
|
|
3432
3526
|
title: PagerDuty 配置
|
|
@@ -3753,6 +3847,7 @@ node:
|
|
|
3753
3847
|
operatingSystem: 操作系统
|
|
3754
3848
|
osImage: 镜像
|
|
3755
3849
|
systemUUID: 系统 UUID
|
|
3850
|
+
swap: 内存交换区
|
|
3756
3851
|
pods: Pod
|
|
3757
3852
|
taints: 污点
|
|
3758
3853
|
actions:
|
|
@@ -4421,6 +4516,12 @@ projectMembers:
|
|
|
4421
4516
|
description: 控制用户对项目的访问权限
|
|
4422
4517
|
noDescription: 已创建用户 - 没有描述
|
|
4423
4518
|
searchForMember: 搜索需要向其提供项目访问权限的成员
|
|
4519
|
+
safe-admin:
|
|
4520
|
+
label: 安全管理员
|
|
4521
|
+
description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
|
|
4522
|
+
tenant:
|
|
4523
|
+
label: 租户
|
|
4524
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
4424
4525
|
owner:
|
|
4425
4526
|
label: 所有者
|
|
4426
4527
|
description: 所有者对项目和项目内的所有资源拥有完全的控制权限。
|
|
@@ -4549,6 +4650,12 @@ promptRemove:
|
|
|
4549
4650
|
promptRemoveApp:
|
|
4550
4651
|
removeCrd: "删除与此应用关联的 CRD"
|
|
4551
4652
|
|
|
4653
|
+
promptRemoveText:
|
|
4654
|
+
globalrole: "角色"
|
|
4655
|
+
globalroles: "角色"
|
|
4656
|
+
roletemplate: "角色"
|
|
4657
|
+
roletemplates: "角色"
|
|
4658
|
+
|
|
4552
4659
|
promptRestore:
|
|
4553
4660
|
title: 还原快照
|
|
4554
4661
|
name: 名称
|
|
@@ -4571,6 +4678,10 @@ promptRollback:
|
|
|
4571
4678
|
multipleWorkloadError: "一次只能回滚一个工作负载。"
|
|
4572
4679
|
singleRevisionBanner: 没有可用于回滚的修订版本。
|
|
4573
4680
|
|
|
4681
|
+
promptRedeploy:
|
|
4682
|
+
title: 重新部署 {type}?
|
|
4683
|
+
attemptingToRedeploy: "您正在尝试重新部署 {type} {names} 重新部署将重启所选工作负载,可能导致暂时性服务中断。"
|
|
4684
|
+
|
|
4574
4685
|
promptSaveAsRKETemplate:
|
|
4575
4686
|
title: 将 {cluster} 转换为新的 RKE 模板
|
|
4576
4687
|
name: 集群模板名称
|
|
@@ -4674,6 +4785,9 @@ rbac:
|
|
|
4674
4785
|
description: 无描述
|
|
4675
4786
|
assignOnlyRole: 已分配该角色
|
|
4676
4787
|
role:
|
|
4788
|
+
cluster-tenant:
|
|
4789
|
+
label: 租户
|
|
4790
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
4677
4791
|
admin:
|
|
4678
4792
|
label: 管理员
|
|
4679
4793
|
description: 管理员可以完全控制整个安装以及所有集群中的所有资源。
|
|
@@ -4683,6 +4797,12 @@ rbac:
|
|
|
4683
4797
|
user-base:
|
|
4684
4798
|
label: User-Base 用户
|
|
4685
4799
|
description: User-Base 用户只拥有登录权限。
|
|
4800
|
+
tenant:
|
|
4801
|
+
label: 租户
|
|
4802
|
+
description: 租户可管理资源组及其中的虚机、网络等资源。
|
|
4803
|
+
safe-admin:
|
|
4804
|
+
label: 安全管理员
|
|
4805
|
+
description: 负责用户、角色及基础配置管理,保障系统权限与安全策略的合规性。
|
|
4686
4806
|
clusters-create:
|
|
4687
4807
|
label: 创建集群
|
|
4688
4808
|
description: 允许用户创建集群,并成为该集群的所有者(owner)。普通用户默认拥有此权限。
|
|
@@ -5421,6 +5541,10 @@ storageClass:
|
|
|
5421
5541
|
tooltip: 默认使用主机 Cloud 集群上的默认存储类。
|
|
5422
5542
|
|
|
5423
5543
|
tableHeaders:
|
|
5544
|
+
claimedby: 占用者
|
|
5545
|
+
pod: pod
|
|
5546
|
+
ip: ip
|
|
5547
|
+
volumeattributesclass: 卷属性类
|
|
5424
5548
|
assuredConcurrencyShares: 确保并发份额
|
|
5425
5549
|
accessKey: Access Key
|
|
5426
5550
|
addressType: 地址类型
|
|
@@ -5431,6 +5555,7 @@ tableHeaders:
|
|
|
5431
5555
|
apikey: API 密钥
|
|
5432
5556
|
available: 可用
|
|
5433
5557
|
attachedVM: 挂载的虚拟机
|
|
5558
|
+
vpc: vpc
|
|
5434
5559
|
|
|
5435
5560
|
authRoles:
|
|
5436
5561
|
globalDefault: 新用户的默认角色
|
|
@@ -5498,7 +5623,7 @@ tableHeaders:
|
|
|
5498
5623
|
iP: IP
|
|
5499
5624
|
image: 镜像
|
|
5500
5625
|
imageSize: 大小
|
|
5501
|
-
ingressClass:
|
|
5626
|
+
ingressClass: Ingress 类
|
|
5502
5627
|
ingressDefaultBackend: 默认
|
|
5503
5628
|
ingressTarget: 目标
|
|
5504
5629
|
internalExternalIp: 外网 IP/内网 IP
|
|
@@ -5527,7 +5652,12 @@ tableHeaders:
|
|
|
5527
5652
|
missingPL: 缺少 PL
|
|
5528
5653
|
memory: 内存
|
|
5529
5654
|
monitored: 已监控
|
|
5655
|
+
request: 资源请求量
|
|
5656
|
+
limit: 资源限制
|
|
5530
5657
|
name: 名称
|
|
5658
|
+
maxunavailable: 最大不可用数
|
|
5659
|
+
minAvailable: 最小可用数
|
|
5660
|
+
alloweddisruptions: 允许中断数
|
|
5531
5661
|
nameDisplay: 显示名称
|
|
5532
5662
|
nameUnlinked: 名称
|
|
5533
5663
|
namespace: 资源组
|
|
@@ -5597,6 +5727,11 @@ tableHeaders:
|
|
|
5597
5727
|
scope: 范围
|
|
5598
5728
|
selector: 选择器
|
|
5599
5729
|
secrets: 密文
|
|
5730
|
+
secret:
|
|
5731
|
+
project-clone: 由 Project Secret 创建
|
|
5732
|
+
project-clone-tooltip: 是否由 Project Scoped Secret 在本命名空间创建
|
|
5733
|
+
project-scoped: Project Secret
|
|
5734
|
+
project-scoped-tooltip: 此 Project Scoped Secret 会在所属命名空间中生成匹配的 Secret
|
|
5600
5735
|
schedule: 调度
|
|
5601
5736
|
service: 服务
|
|
5602
5737
|
serviceAccounts: Service Account
|
|
@@ -5642,6 +5777,7 @@ tableHeaders:
|
|
|
5642
5777
|
volume: 卷
|
|
5643
5778
|
volumeMode: 卷模式
|
|
5644
5779
|
weight: 权重
|
|
5780
|
+
action: 操作
|
|
5645
5781
|
target:
|
|
5646
5782
|
router:
|
|
5647
5783
|
label: 路由
|
|
@@ -5935,7 +6071,9 @@ workload:
|
|
|
5935
6071
|
exec: 容器内运行的命令以 0 状态退出
|
|
5936
6072
|
image: 容器镜像
|
|
5937
6073
|
imagePullPolicy: 镜像拉取策略
|
|
5938
|
-
imagePullSecrets:
|
|
6074
|
+
imagePullSecrets:
|
|
6075
|
+
label: 镜像拉取密钥
|
|
6076
|
+
tooltip: 必须为 kubernetes.io/dockercfg 或 kubernetes.io/dockerconfigjson 类型
|
|
5939
6077
|
init: 初始化容器
|
|
5940
6078
|
lifecycleHook:
|
|
5941
6079
|
postStart:
|
|
@@ -5963,7 +6101,7 @@ workload:
|
|
|
5963
6101
|
label: 端口
|
|
5964
6102
|
placeholder: 例如:3000
|
|
5965
6103
|
scheme:
|
|
5966
|
-
label:
|
|
6104
|
+
label: 协议
|
|
5967
6105
|
placeholder: 例如:HTTP
|
|
5968
6106
|
httpHeaders:
|
|
5969
6107
|
title: HTTP 头部
|
|
@@ -6014,7 +6152,7 @@ workload:
|
|
|
6014
6152
|
hostPID: 使用主机 PID 资源组
|
|
6015
6153
|
podFsGroup: Pod 文件系统组
|
|
6016
6154
|
privileged:
|
|
6017
|
-
label:
|
|
6155
|
+
label: 特权模式
|
|
6018
6156
|
'false': 否
|
|
6019
6157
|
'true': "是:容器可以完全访问主机"
|
|
6020
6158
|
readOnlyRootFilesystem:
|
|
@@ -6161,7 +6299,7 @@ workload:
|
|
|
6161
6299
|
replicas: 副本数量
|
|
6162
6300
|
showTabs: '显示高级选项'
|
|
6163
6301
|
scheduling:
|
|
6164
|
-
activeDeadlineSeconds: 判定
|
|
6302
|
+
activeDeadlineSeconds: 判定Pod是否活跃的截止时间
|
|
6165
6303
|
activeDeadlineSecondsTip: 系统将 Pod 判定为失败,并终止其关联容器前的等待时长
|
|
6166
6304
|
affinity:
|
|
6167
6305
|
addNodeSelector: 添加节点选择器
|
|
@@ -6331,7 +6469,7 @@ workload:
|
|
|
6331
6469
|
pod: Pod 是你可以在 Kubernetes 中创建和管理的最小可部署计算单元。Pod 是一个或多个容器,具有共享的存储和网络资源以及运行容器的规范。
|
|
6332
6470
|
upgrading:
|
|
6333
6471
|
activeDeadlineSeconds:
|
|
6334
|
-
label: 判定
|
|
6472
|
+
label: 判定Pod是否活跃的截止时间
|
|
6335
6473
|
tip: 系统将 Pod 判定为失败,并终止其关联容器前的等待时长
|
|
6336
6474
|
concurrencyPolicy:
|
|
6337
6475
|
label: 并发
|
|
@@ -6436,6 +6574,7 @@ model:
|
|
|
6436
6574
|
label: Service Account 用户名
|
|
6437
6575
|
projectMember:
|
|
6438
6576
|
role:
|
|
6577
|
+
tenant: 租户
|
|
6439
6578
|
member: 成员
|
|
6440
6579
|
owner: 所有者
|
|
6441
6580
|
readonly: 只读用户
|
|
@@ -6482,7 +6621,7 @@ typeDescription:
|
|
|
6482
6621
|
kubevirt.io.virtualmachine: 云虚拟机是一种安全可靠、弹性可伸缩的云计算服务器,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。
|
|
6483
6622
|
harvesterhci.io.volume: 虚拟磁盘具有高性能和低时延的特点,支持随机读写,可以像使用物理硬盘一样,在虚拟机上进行格式化并建立文件系统来使用块存储。
|
|
6484
6623
|
harvesterhci.io.volumesnapshot: 虚拟磁盘快照功能通过捕获虚拟磁盘在特定时间点的状态,生成增量副本,支持快速回滚磁盘状态,为测试验证、容灾恢复提供高效解决方案
|
|
6485
|
-
harvesterhci.io.virtualmachinebackup:
|
|
6624
|
+
harvesterhci.io.virtualmachinebackup: 虚拟机备份恢复功能通过创建包含磁盘数据、配置信息的完整副本,支持跨环境恢复及长期数据保护,为系统故障或灾难提供可靠容灾方案。
|
|
6486
6625
|
harvesterhci.io.schedulevmbackup: 虚拟机备份策略功能通过创建定时任务,对虚拟机进行完整备份或增量快照,为用户提供自动化的数据备份和容灾方案。
|
|
6487
6626
|
harvesterhci.io.vmsnapshot: 虚拟机快照功能通过捕获特定时间点的系统状态,支持快速恢复虚拟机状态,为数据备份与系统调试提供灵活解决方案。
|
|
6488
6627
|
harvesterhci.io.keypair: SSH密钥对是一种安全便捷的登录认证方式,您可以实现免密码远程登录,并在无需人工干预的情况下进行安全的自动化操作,实现服务器配置和应用程序部署的自动化。
|
|
@@ -6504,12 +6643,45 @@ typeDescription:
|
|
|
6504
6643
|
devices.harvesterhci.io.vgpudevice: vGPU(虚拟 GPU,Virtual GPU)是一种通过虚拟化技术将物理 GPU 资源分割、共享给多个虚拟机(VM)或容器的技术,旨在解决物理 GPU 资源利用率低、部署成本高的问题,同时满足多用户对图形渲染、高性能计算(HPC)、AI 加速等场景的需求。
|
|
6505
6644
|
kubeovn.io.vpc: VPC(Virtual Private Cloud,虚拟私有云)是一种云计算服务模型,允许用户在公有云环境中创建隔离的虚拟网络空间,以实现更高的安全性和灵活性。VPC 使用户能够定义自己的网络拓扑、IP 地址范围、子网、路由表和网络网关等,从而提供类似于传统数据中心的网络控制和配置能力。
|
|
6506
6645
|
kubeovn.io.subnet: 子网是虚拟私有云(VPC)中的一个逻辑分区,用于将网络划分为更小的、可管理的部分。每个子网都有自己的 IP 地址范围和网络配置,允许用户在 VPC 内创建隔离的网络环境,以满足不同应用或服务的需求。
|
|
6507
|
-
kubeovn.io.providernetwork:
|
|
6646
|
+
kubeovn.io.providernetwork: 公共网络是指在虚拟私有云(VPC)中,由云服务提供商管理的网络资源。它通常用于连接 VPC 内的虚拟机、容器和其他资源,并提供对外部网络的访问。提供者网络可以包括物理网络设备、虚拟交换机、路由器等,以实现高效、安全的网络通信。
|
|
6508
6647
|
kubeovn.io.vlan: VLAN(Virtual Local Area Network,虚拟局域网)是一种网络技术,用于在物理网络中创建逻辑隔离的子网络。VLAN 允许用户将不同的设备和服务分组到同一虚拟网络中,从而提高网络的安全性、灵活性和可管理性。每个 VLAN 都有一个唯一的标识符(VLAN ID),用于区分不同的虚拟网络。
|
|
6509
6648
|
management.cattle.io.setting: 统一配置平台基础选项与全局设置,支持CA证书、密码规则、域名、Token时效等核心配置。
|
|
6510
6649
|
management.cattle.io.user: 用于管理用户账号,支持创建、维护用户信息,可设置用户权限、管理密码等,保障系统资源仅由授权用户访问,提升系统安全性。
|
|
6511
6650
|
harvesterhci.io.management.cluster: 提供虚拟化集群的实时健康状态监控、版本号管理及资源负载管理,支持批量导入/删除集群、配置调优与权限分级功能,实现高效运维管控。
|
|
6651
|
+
projectsnamespaces: 项目/资源组是用于在集群内实现资源隔离和多租户管理的基本单元。通过项目可以对一组命名空间及相关资源进行统一的权限、配额和策略管理。
|
|
6652
|
+
members: 集群和项目成员管理页面用于配置用户和用户组对资源的访问权限。通过角色绑定(RBAC)来控制成员在集群或项目范围内的操作权限,实现安全的协同管理。
|
|
6653
|
+
event: 事件记录了 Kubernetes 资源(如 Pod、节点等)的状态变化、错误信息和生命周期事件。通过查看事件可以快速诊断应用部署和运行中的问题。
|
|
6654
|
+
autoscaling.horizontalpodautoscaler: HorizontalPodAutoscaler (HPA) 用于根据观察到的 CPU 利用率或其他自定义指标自动调整工作负载的 Pod 副本数量,实现应用的水平自动扩缩容。
|
|
6655
|
+
networking.k8s.io.ingress: Ingress 用于管理对集群内服务的外部访问,提供 HTTP 和 HTTPS 路由规则。通过 Ingress 可以配置负载均衡、SSL 终止和基于名称的虚拟主机等能力。
|
|
6656
|
+
service: Service 用于将一组 Pod 暴露为网络服务,提供稳定的 IP 地址和 DNS 名称,并实现负载均衡。Service 确保您的应用程序在网络中可被发现和可靠访问。
|
|
6657
|
+
storage.k8s.io.storageclass: 存储池页面用于集中管理和配置集群中的持久化存储资源。您可以在此查看存储提供商、创建存储类(StorageClass)并为有状态应用动态提供持久卷(Persistent Volume)。
|
|
6658
|
+
persistentvolume: PersistentVolume (PV) 是集群中的一块持久化存储资源,由管理员预先配置或通过存储类动态供应。PV 为需要持久化数据的应用提供独立于 Pod 生命周期的存储空间。
|
|
6659
|
+
persistentvolumeclaim: 虚拟磁盘是提供给虚拟机使用的持久化存储设备,为虚拟机操作系统和应用数据提供独立的、可扩展的存储空间。虚拟磁盘的生命周期可以与虚拟机解耦,实现数据的持久化保存。
|
|
6660
|
+
configmap: ConfigMap 用于将非机密的配置数据以键值对形式保存,并注入到 Pod 中作为环境变量、命令行参数或配置文件使用。实现应用配置与容器镜像的分离,便于配置管理。
|
|
6661
|
+
secret: Secret 用于存储和管理敏感信息,如密码、OAuth 令牌和 SSH 密钥等。Secret 以加密方式保存数据,并可以安全地挂载到 Pod 中供容器使用,避免敏感信息硬编码。
|
|
6662
|
+
projectsecret: Secret 用于存储和管理敏感信息,如密码、OAuth 令牌和 SSH 密钥等。Secret 以加密方式保存数据,并可以安全地挂载到 Pod 中供容器使用,避免敏感信息硬编码。
|
|
6663
|
+
networking.k8s.io.networkpolicy: 网络策略用于控制 Pod 组之间的网络通信规则,实现 Kubernetes 集群内的网络隔离。通过定义入站和出站规则,可以精确控制 Pod 之间的网络访问权限。
|
|
6664
|
+
limitrange: 限制范围用于在命名空间内限制资源的使用量,包括 Pod 的计算资源(CPU、内存)请求和限制、存储卷大小以及可创建的资源对象数量,防止资源过度消耗。
|
|
6665
|
+
resourcequota: 资源配额用于限制命名空间可以使用的总体资源总量,包括计算资源、存储资源以及可创建的对象数量。它确保命名空间内的资源使用不会超过分配的配额限制。
|
|
6666
|
+
policy.poddisruptionbudget: Pod 中断预算用于限制自愿中断期间同时终止的 Pod 副本数量,确保应用的高可用性。它可以防止在节点维护或集群缩容时导致的应用服务中断。
|
|
6667
|
+
apps.daemonset: DaemonSet 在每个符合条件的节点上仅运行一个 Pod。当新节点添加到集群时,DaemonSet 会自动部署新节点。推荐用于全系统或可垂直扩展,且每个节点永远不需要超过一个 pod 的工作负载。
|
|
6668
|
+
apps.deployment: Deployment 运行分布在符合条件的节点中的可扩展数量的 Pod 副本。变更会逐步推出,并可回滚到之前的版本。推荐用于无状态和水平可扩展的工作负载。
|
|
6669
|
+
apps.statefulset: StatefulSet 管理有状态的应用,并保证创建的 Pod 的顺序和唯一性。推荐用于具有持久化存储或严格身份、法定人数或升级顺序要求的工作负载。
|
|
6670
|
+
batch.cronjob: CronJob 创建 Job,然后按照重复调度来运行 Pod。该调度以标准的 Unix cron 格式表示,并使用 Kubernetes Control Plane 的时区(通常是 UTC)。
|
|
6671
|
+
batch.job: Job 创建一个或多个 Pod。 Job 通过运行 Pod 直到其成功退出,以可靠执行一次性任务。失败的 Pod 会自动被替换,直到达到指定的完成运行次数。Job 还可以并行运行多个 Pod,或作为批处理工作队列。
|
|
6672
|
+
pod: Pod 是你可以在 Kubernetes 中创建和管理的最小可部署计算单元。Pod 是一个或多个容器,具有共享的存储和网络资源以及运行容器的规范。
|
|
6673
|
+
harvesterhci.io.logging.clusterflow: 用于配置集群范围内的日志采集与流转规则,可匹配多个资源组的日志,并将日志转发至指定的集群日志外发目标,实现全局级的日志统一管理与路由。
|
|
6674
|
+
harvesterhci.io.logging.clusteroutput: 定义集群范围的日志输出目标,例如 Elasticsearch、Loki、S3、Kafka 等。可被多个集群日志配置引用,用于集中存储与分析集群级日志数据。
|
|
6675
|
+
harvesterhci.io.logging.flow: 用于配置资源组(命名空间)内的日志采集与流转规则,仅作用于当前资源组内的日志,并将日志转发至对应的资源组日志外发目标,便于分组级的日志管理。
|
|
6676
|
+
harvesterhci.io.logging.output: 定义资源组级别的日志输出目标,仅能被同一资源组下的日志配置引用,用于将该资源组内的日志发送至指定的存储或分析系统。
|
|
6677
|
+
kubeovn.io.ovneip: EIP(Elastic IP,弹性公网 IP) 是一种可独立分配、绑定和管理的公网 IPv4 地址资源,使云上实例能够与公网进行双向通信。EIP 具备可移植、可复用和高可用等特性,为云中应用提供灵活的公网访问能力。
|
|
6678
|
+
kubeovn.io.nat: NAT(Network Address Translation,网络地址转换) 是一种让私有子网内的云资源在不暴露自身公网 IP 的情况下访问互联网的网络服务。通过 NAT,实例可以共享统一的公网出口,实现安全、简化的外网访问能力。
|
|
6512
6679
|
typeLabel:
|
|
6680
|
+
management.cattle.io.project: |-
|
|
6681
|
+
{count, plural,
|
|
6682
|
+
one { 项目 }
|
|
6683
|
+
other { 项目 }
|
|
6684
|
+
}
|
|
6513
6685
|
management.cattle.io.token: |-
|
|
6514
6686
|
{count, plural,
|
|
6515
6687
|
one { API 密钥 }
|
|
@@ -6753,8 +6925,8 @@ typeLabel:
|
|
|
6753
6925
|
}
|
|
6754
6926
|
autoscaling.horizontalpodautoscaler: |-
|
|
6755
6927
|
{count, plural,
|
|
6756
|
-
one {
|
|
6757
|
-
other {
|
|
6928
|
+
one { HPA }
|
|
6929
|
+
other { HPA }
|
|
6758
6930
|
}
|
|
6759
6931
|
networking.k8s.io.ingress: |-
|
|
6760
6932
|
{count, plural,
|
|
@@ -6861,6 +7033,26 @@ typeLabel:
|
|
|
6861
7033
|
one { 工作负载 }
|
|
6862
7034
|
other { 工作负载 }
|
|
6863
7035
|
}
|
|
7036
|
+
cluster : |-
|
|
7037
|
+
{count, plural,
|
|
7038
|
+
one { 集群 }
|
|
7039
|
+
other { 集群 }
|
|
7040
|
+
}
|
|
7041
|
+
servicediscovery : |-
|
|
7042
|
+
{count, plural,
|
|
7043
|
+
one { 服务发现 }
|
|
7044
|
+
other { 服务发现 }
|
|
7045
|
+
}
|
|
7046
|
+
storage : |-
|
|
7047
|
+
{count, plural,
|
|
7048
|
+
one { 存储 }
|
|
7049
|
+
other { 存储 }
|
|
7050
|
+
}
|
|
7051
|
+
policy : |-
|
|
7052
|
+
{count, plural,
|
|
7053
|
+
one { 策略 }
|
|
7054
|
+
other { 策略 }
|
|
7055
|
+
}
|
|
6864
7056
|
harvesterhci.io.management.cluster: |-
|
|
6865
7057
|
{count, plural,
|
|
6866
7058
|
one { Cloud 集群 }
|
|
@@ -7931,4 +8123,14 @@ component:
|
|
|
7931
8123
|
title: 标签
|
|
7932
8124
|
keyValue:
|
|
7933
8125
|
noRows: 此资源上没有配置{propertyName}.
|
|
7934
|
-
showConfiguration: 显示配置
|
|
8126
|
+
showConfiguration: 显示配置
|
|
8127
|
+
|
|
8128
|
+
|
|
8129
|
+
|
|
8130
|
+
customConversion:
|
|
8131
|
+
Tenant: 租户
|
|
8132
|
+
Cluster Owner: 所有者
|
|
8133
|
+
Project Owner: 项目负责人
|
|
8134
|
+
|
|
8135
|
+
|
|
8136
|
+
|
|
@@ -323,12 +323,12 @@ export default {
|
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
&.as-text-area .codemirror-container{
|
|
326
|
-
min-height:
|
|
326
|
+
min-height: 32px !important;
|
|
327
327
|
position: relative;
|
|
328
328
|
display: block;
|
|
329
329
|
box-sizing: border-box;
|
|
330
330
|
width: 100%;
|
|
331
|
-
padding: 10px;
|
|
331
|
+
padding: 8px 10px 0 10px !important;
|
|
332
332
|
background-color: var(--input-bg);
|
|
333
333
|
border-radius: var(--border-radius);
|
|
334
334
|
border: solid var(--border-width) var(--input-border);
|
|
@@ -418,7 +418,7 @@ export default {
|
|
|
418
418
|
|
|
419
419
|
.code-mirror {
|
|
420
420
|
position: relative;
|
|
421
|
-
margin-bottom:
|
|
421
|
+
margin-bottom: 0 !important;
|
|
422
422
|
|
|
423
423
|
.escape-text {
|
|
424
424
|
font-size: 12px;
|
|
@@ -498,5 +498,7 @@ export default {
|
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
|
|
501
|
+
.CodeMirror-scroll {
|
|
502
|
+
min-height: 350px;
|
|
503
|
+
}
|
|
502
504
|
</style>
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
135
135
|
:amountTemplateValues="amountTemplateValues"
|
|
136
136
|
:formattedPercentage="formattedPercentage"
|
|
137
137
|
>
|
|
138
|
-
<p>{{ formattedPercentage + '(共' + amountTemplateValues.total + ' ' + amountTemplateValues.unit + ',' + reserveText + ' ' + amountTemplateValues.used + ' ' + amountTemplateValues.unit + ')' }}</p>
|
|
138
|
+
<p>{{ formattedPercentage + '(共' + (amountTemplateValues.total || 0) + ' ' + (amountTemplateValues.unit || 'GiB') + ',' + (reserveText || '') + ' ' + (amountTemplateValues.used || 0) + ' ' + (amountTemplateValues.unit || 'GiB') + ')' }}</p>
|
|
139
139
|
</slot>
|
|
140
140
|
</div>
|
|
141
141
|
</template>
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
177
177
|
</div>
|
|
178
178
|
</div>
|
|
179
179
|
|
|
180
|
-
<div class="row
|
|
180
|
+
<div class="row">
|
|
181
181
|
<span class="col span-6">
|
|
182
182
|
<UnitInput
|
|
183
183
|
v-model:value="requestsCpu"
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
206
206
|
</span>
|
|
207
207
|
</div>
|
|
208
208
|
|
|
209
|
-
<div class="row
|
|
209
|
+
<div class="row">
|
|
210
210
|
<span class="col span-6">
|
|
211
211
|
<UnitInput
|
|
212
212
|
v-model:value="limitsCpu"
|
|
@@ -623,13 +623,14 @@ export default {
|
|
|
623
623
|
/>
|
|
624
624
|
<span v-else>{{ subtype.label }}</span>
|
|
625
625
|
</h5>
|
|
626
|
-
|
|
626
|
+
<!-- 禅道 3541 隐藏 更多信息 -->
|
|
627
|
+
<!-- <a
|
|
627
628
|
v-if="subtype.docLink"
|
|
628
629
|
:href="subtype.docLink"
|
|
629
630
|
target="_blank"
|
|
630
631
|
rel="noopener nofollow"
|
|
631
632
|
class="flex-right"
|
|
632
|
-
>{{ t('generic.moreInfo') }} <i class="icon icon-external-link" /></a>
|
|
633
|
+
>{{ t('generic.moreInfo') }} <i class="icon icon-external-link" /></a> -->
|
|
633
634
|
</div>
|
|
634
635
|
<hr
|
|
635
636
|
v-if="subtype.description"
|