@rancher/shell 0.1.0 → 0.1.1
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/base/_basic.scss +0 -1
- package/assets/styles/base/_variables.scss +2 -0
- package/assets/styles/global/_labeled-input.scss +6 -1
- package/assets/styles/global/_select.scss +9 -0
- package/assets/styles/vendor/vue-js-modal.scss +4 -0
- package/assets/translations/en-us.yaml +240 -16
- package/assets/translations/zh-hans.yaml +335 -111
- package/chart/example.vue +1 -1
- package/chart/istio.vue +2 -2
- package/chart/logging/index.vue +2 -2
- package/chart/monitoring/alerting/index.vue +2 -2
- package/chart/monitoring/grafana/index.vue +2 -2
- package/chart/monitoring/index.vue +2 -2
- package/chart/monitoring/prometheus/index.vue +4 -4
- package/chart/rancher-alerting-drivers.vue +17 -3
- package/chart/rancher-backup/S3.vue +37 -4
- package/chart/rancher-backup/index.vue +3 -3
- package/cloud-credential/aws.vue +1 -1
- package/cloud-credential/azure.vue +1 -1
- package/cloud-credential/digitalocean.vue +1 -1
- package/cloud-credential/gcp.vue +1 -1
- package/cloud-credential/generic.vue +1 -1
- package/cloud-credential/harvester.vue +2 -2
- package/cloud-credential/linode.vue +1 -1
- package/cloud-credential/s3.vue +2 -2
- package/cloud-credential/vmwarevsphere.vue +1 -1
- package/components/ActionMenu.vue +11 -1
- package/components/Alert.vue +1 -1
- package/components/AssignTo.vue +2 -2
- package/components/AsyncButton.vue +25 -12
- package/components/AwsComplianceBanner.vue +44 -0
- package/components/BannerGraphic.vue +11 -2
- package/components/ChartReadme.vue +10 -2
- package/components/CompoundStatusBadge.vue +50 -0
- package/components/CopyToClipboardText.vue +25 -4
- package/components/CruResource.vue +185 -16
- package/components/CruResourceFooter.vue +17 -1
- package/components/EtcdInfoBanner.vue +1 -1
- package/components/FilterLabel.vue +254 -0
- package/components/GlobalRoleBindings.vue +2 -2
- package/components/GrafanaDashboard.vue +1 -1
- package/components/GrowlManager.vue +20 -9
- package/components/HarvesterServiceAddOnConfig.vue +2 -2
- package/components/Import.vue +2 -2
- package/components/LandingPagePreference.vue +2 -2
- package/components/Markdown.vue +44 -12
- package/components/ModalWithCard.vue +2 -2
- package/components/MoveModal.vue +1 -1
- package/components/PercentageBar.vue +1 -1
- package/components/PromptChangePassword.vue +1 -1
- package/components/PromptModal.vue +13 -2
- package/components/PromptRemove.vue +64 -33
- package/components/PromptRestore.vue +3 -3
- package/components/Questions/Boolean.vue +1 -1
- package/components/Questions/Float.vue +1 -1
- package/components/Questions/Int.vue +1 -1
- package/components/Questions/Reference.vue +1 -1
- package/components/Questions/String.vue +1 -1
- package/components/RelatedResources.vue +1 -1
- package/components/RelatedWorkloadsTable.vue +3 -1
- package/components/ResourceDetail/Masthead.vue +27 -9
- package/components/ResourceDetail/index.vue +72 -7
- package/components/ResourceList/Masthead.vue +22 -0
- package/components/ResourceList/ResourceLoadingIndicator.vue +137 -0
- package/components/ResourceList/index.vue +42 -7
- package/components/ResourceTable.vue +11 -2
- package/components/ResourceYaml.vue +7 -1
- package/components/SelectIconGrid.vue +14 -1
- package/components/SortableTable/THead.vue +1 -1
- package/components/SortableTable/debug.js +117 -0
- package/components/SortableTable/index.vue +200 -43
- package/components/SortableTable/paging.js +2 -12
- package/components/SortableTable/selection.js +3 -0
- package/components/SortableTable/sorting.js +3 -1
- package/components/Tabbed/Tab.vue +25 -4
- package/components/Tabbed/index.vue +133 -119
- package/components/TypeDescription.vue +1 -1
- package/components/VMConsoleBar.vue +1 -1
- package/components/Wizard.vue +53 -14
- package/components/YamlEditor.vue +10 -0
- package/components/__tests__/CopyCode.test.ts +1 -7
- package/components/__tests__/CruResource.test.ts +1 -8
- package/components/auth/AllowedPrincipals.vue +1 -1
- package/components/auth/AuthBanner.vue +2 -1
- package/components/auth/AzureWarning.vue +69 -0
- package/components/auth/RoleDetailEdit.vue +4 -4
- package/components/auth/login/ldap.vue +1 -1
- package/components/cards/ApplicationCard.vue +140 -0
- package/components/dialog/AddClusterMemberDialog.vue +1 -1
- package/components/dialog/AddCustomBadgeDialog.vue +4 -4
- package/components/dialog/AddProjectMemberDialog.vue +2 -2
- package/components/dialog/AddonConfigConfirmationDialog.vue +1 -1
- package/components/dialog/DrainNode.vue +3 -3
- package/components/dialog/ForceMachineRemoveDialog.vue +2 -2
- package/components/dialog/GenericPrompt.vue +2 -2
- package/components/dialog/RollbackWorkloadDialog.vue +2 -2
- package/components/dialog/RotateCertificatesDialog.vue +3 -3
- package/components/dialog/RotateEncryptionKeyDialog.vue +11 -6
- package/components/dialog/SaveAsRKETemplateDialog.vue +3 -3
- package/components/dialog/harvester/AddHotplugModal.vue +3 -3
- package/components/dialog/harvester/BackupModal.vue +3 -3
- package/components/dialog/harvester/CloneTemplate.vue +3 -3
- package/components/dialog/harvester/EjectCDROMDialog.vue +3 -3
- package/components/dialog/harvester/ExportImageDialog.vue +3 -3
- package/components/dialog/harvester/MaintenanceDialog.vue +2 -2
- package/components/dialog/harvester/MigrationDialog.vue +2 -2
- package/components/dialog/harvester/RestoreDialog.vue +2 -2
- package/components/dialog/harvester/SupportBundle.vue +2 -2
- package/components/dialog/harvester/UnplugVolume.vue +2 -2
- package/components/fleet/FleetBundleResources.vue +1 -1
- package/components/fleet/FleetBundles.vue +1 -1
- package/components/fleet/FleetResources.vue +5 -3
- package/components/fleet/ForceDirectedTreeChart/chartIcons.js +17 -0
- package/components/fleet/ForceDirectedTreeChart/index.vue +553 -0
- package/components/form/ArrayList.vue +22 -3
- package/components/form/BannerSettings.vue +3 -3
- package/components/form/ChangePassword.vue +2 -2
- package/components/form/Command.vue +28 -9
- package/components/form/Error.vue +50 -0
- package/components/form/Footer.vue +2 -5
- package/components/form/HealthCheck.vue +2 -2
- package/components/form/HookOption.vue +2 -2
- package/components/form/InputWithSelect.vue +12 -2
- package/components/form/KeyValue.vue +5 -2
- package/components/form/LabeledSelect.vue +27 -14
- package/components/form/Labels.vue +12 -0
- package/components/form/MatchExpressions.vue +44 -10
- package/components/form/Members/ClusterPermissionsEditor.vue +3 -3
- package/components/form/Members/MembershipEditor.vue +10 -1
- package/components/form/Members/ProjectMembershipEditor.vue +1 -0
- package/components/form/NameNsDescription.vue +202 -79
- package/components/form/Networking.vue +1 -1
- package/components/form/NodeAffinity.vue +41 -26
- package/components/form/NodeScheduling.vue +29 -3
- package/components/form/NotificationSettings.vue +2 -2
- package/components/form/Password.vue +1 -1
- package/components/form/PodAffinity.vue +64 -6
- package/components/form/PodSecurity.vue +2 -2
- package/components/form/Ports.vue +1 -1
- package/components/form/Probe.vue +60 -17
- package/components/form/ProjectMemberEditor.vue +3 -3
- package/components/form/ResourceQuota/NamespaceRow.vue +46 -2
- package/components/form/ResourceQuota/Project.vue +4 -0
- package/components/form/ResourceTabs/index.vue +19 -7
- package/components/form/RuleSelector.vue +1 -1
- package/components/form/Security.vue +56 -14
- package/components/form/Select.vue +52 -10
- package/components/form/SelectOrCreateAuthSecret.vue +70 -31
- package/components/form/ServiceNameSelect.vue +1 -1
- package/components/form/ServicePorts.vue +10 -2
- package/components/form/ShellInput.vue +1 -1
- package/components/form/SimpleSecretSelector.vue +2 -2
- package/components/form/Tolerations.vue +1 -1
- package/components/form/UnitInput.vue +12 -3
- package/components/form/ValueFromResource.vue +1 -1
- package/components/form/WorkloadPorts.vue +1 -1
- package/components/form/__tests__/Command.test.ts +63 -0
- package/components/form/__tests__/Error.test.ts +56 -0
- package/components/form/__tests__/MatchExpressions.test.ts +79 -0
- package/components/form/__tests__/Probe.test.ts +62 -0
- package/components/form/__tests__/Security.test.ts +55 -0
- package/components/form/__tests__/UnitInput.test.ts +31 -23
- package/components/formatter/BadgeStateFormatter.vue +1 -1
- package/components/formatter/Capitalize.vue +7 -0
- package/components/formatter/ClusterLink.vue +6 -2
- package/components/formatter/ClusterProvider.vue +36 -0
- package/components/formatter/DelayedValue.vue +43 -0
- package/components/formatter/Endpoints.vue +2 -2
- package/components/formatter/HarvesterDiskState.vue +1 -1
- package/components/formatter/HarvesterIpAddress.vue +37 -18
- package/components/formatter/HarvesterMigrationState.vue +1 -1
- package/components/formatter/HarvesterVmState.vue +1 -1
- package/components/formatter/LinkDetail.vue +11 -2
- package/components/formatter/LinkName.vue +2 -2
- package/components/formatter/LiveExpiryBadgeState.vue +1 -1
- package/components/formatter/LivePodRestarts.vue +47 -0
- package/components/formatter/MachineSummaryGraph.vue +51 -5
- package/components/formatter/PodsUsage.vue +5 -3
- package/components/formatter/Weight.vue +1 -1
- package/components/formatter/WorkloadHealthScale.vue +17 -6
- package/components/nav/HarvesterUpgrade.vue +15 -5
- package/components/nav/Header.vue +15 -6
- package/components/nav/Jump.vue +1 -1
- package/components/nav/NamespaceFilter.vue +30 -10
- package/components/nav/TopLevelMenu.vue +52 -14
- package/components/nav/WindowManager/ContainerLogs.vue +14 -2
- package/components/nav/WorkspaceSwitcher.vue +1 -1
- package/components/{NovncConsole.vue → novnc/NovncConsole.vue} +0 -0
- package/components/novnc/NovncConsoleItem.vue +89 -0
- package/components/novnc/NovncConsoleWrapper.vue +243 -0
- package/config/labels-annotations.js +6 -2
- package/config/product/explorer.js +7 -3
- package/config/product/fleet.js +4 -1
- package/config/product/manager.js +5 -6
- package/config/product/settings.js +12 -1
- package/config/query-params.js +2 -0
- package/config/roles.ts +5 -0
- package/config/settings.js +60 -63
- package/config/table-headers.js +47 -18
- package/config/types.js +24 -8
- package/content/docs/en-us/whats-new.md +25 -0
- package/core/plugin.ts +12 -2
- package/creators/app/init +7 -1
- package/creators/pkg/tsconfig.json +2 -3
- package/detail/catalog.cattle.io.app.vue +1 -1
- package/detail/cis.cattle.io.clusterscan.vue +1 -1
- package/detail/fleet.cattle.io.bundle.vue +73 -21
- package/detail/fleet.cattle.io.gitrepo.vue +5 -4
- package/detail/harvesterhci.io.host/HarvesterHostBasic.vue +25 -4
- package/detail/harvesterhci.io.host/HarvesterHostDisk.vue +2 -2
- package/detail/harvesterhci.io.virtualmachinebackup/index.vue +1 -1
- package/detail/helm.cattle.io.projecthelmchart.vue +1 -1
- package/detail/networking.k8s.io.ingress.vue +10 -2
- package/detail/pod.vue +37 -1
- package/detail/provisioning.cattle.io.cluster.vue +102 -15
- package/detail/workload/index.vue +163 -15
- package/edit/auth/azuread.vue +146 -34
- package/edit/auth/github.vue +3 -3
- package/edit/auth/googleoauth.vue +3 -3
- package/edit/auth/ldap/config.vue +15 -7
- package/edit/auth/ldap/index.vue +2 -2
- package/edit/auth/oidc.vue +3 -3
- package/edit/auth/saml.vue +3 -3
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +1 -1
- package/edit/catalog.cattle.io.clusterrepo.vue +2 -2
- package/edit/cis.cattle.io.clusterscan.vue +4 -4
- package/edit/cis.cattle.io.clusterscanbenchmark.vue +1 -1
- package/edit/constraints.gatekeeper.sh.constraint/index.vue +1 -1
- package/edit/fleet.cattle.io.cluster.vue +1 -0
- package/edit/fleet.cattle.io.clustergroup.vue +1 -1
- package/edit/fleet.cattle.io.gitrepo.vue +290 -157
- package/edit/harvesterhci.io.host/HarvesterDisk.vue +4 -5
- package/edit/harvesterhci.io.host/index.vue +28 -19
- package/edit/harvesterhci.io.keypair.vue +1 -1
- package/edit/harvesterhci.io.managedchart/rancher-monitoring.vue +1 -1
- package/edit/harvesterhci.io.management.cluster.vue +1 -1
- package/edit/harvesterhci.io.networkattachmentdefinition.vue +2 -2
- package/edit/harvesterhci.io.setting/additional-ca.vue +1 -1
- package/edit/harvesterhci.io.setting/backup-target.vue +1 -1
- package/edit/harvesterhci.io.setting/http-proxy.vue +1 -1
- package/edit/harvesterhci.io.setting/index.vue +3 -3
- package/edit/harvesterhci.io.setting/overcommit-config.vue +4 -1
- package/edit/harvesterhci.io.setting/ssl-parameters.vue +1 -1
- package/edit/harvesterhci.io.setting/support-bundle-image.vue +1 -1
- package/edit/harvesterhci.io.setting/vip-pools.vue +1 -1
- package/edit/harvesterhci.io.setting/vm-force-reset-policy.vue +2 -2
- package/edit/harvesterhci.io.virtualmachinebackup.vue +2 -2
- package/edit/harvesterhci.io.virtualmachineimage.vue +2 -2
- package/edit/harvesterhci.io.virtualmachinetemplateversion.vue +26 -18
- package/edit/helm.cattle.io.projecthelmchart.vue +3 -3
- package/edit/k8s.cni.cncf.io.networkattachmentdefinition.vue +2 -2
- package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/AccessCredentialsUsers.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineAccessCredentials/index.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/DataTemplate.vue +1 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCloudConfig/index.vue +2 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineCpuMemory.vue +3 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/__tests__/HarvesterEditNetwork.test.ts +41 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineNetwork/base.vue +79 -36
- package/edit/kubevirt.io.virtualmachine/VirtualMachineReserved.vue +54 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue +1 -1
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue +2 -3
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditContainer.test.ts +40 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditExisting.test.ts +102 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVMImage.test.ts +117 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/__tests__/HarvesterEditVolume.test.ts +74 -0
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/container.vue +59 -13
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/existing.vue +72 -16
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/vmImage.vue +74 -14
- package/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/type/volume.vue +35 -9
- package/edit/kubevirt.io.virtualmachine/index.vue +33 -24
- package/edit/logging-flow/index.vue +1 -1
- package/edit/logging.banzaicloud.io.output/index.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/file.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +2 -2
- package/edit/management.cattle.io.clusterroletemplatebinding.vue +2 -0
- package/edit/management.cattle.io.node.vue +71 -0
- package/edit/management.cattle.io.project.vue +28 -23
- package/edit/management.cattle.io.setting.vue +14 -3
- package/edit/management.cattle.io.user.vue +1 -1
- package/edit/monitoring.coreos.com.alertmanagerconfig/index.vue +4 -4
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +13 -13
- package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +18 -10
- package/edit/monitoring.coreos.com.alertmanagerconfig/tls.vue +2 -2
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +12 -7
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +12 -7
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +20 -11
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +13 -8
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +25 -7
- package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +2 -2
- package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +20 -7
- package/edit/monitoring.coreos.com.prometheusrule/RecordingRule.vue +1 -1
- package/edit/monitoring.coreos.com.prometheusrule/index.vue +19 -8
- package/edit/monitoring.coreos.com.receiver/auth.vue +1 -1
- package/edit/monitoring.coreos.com.receiver/index.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/tls.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/email.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/slack.vue +2 -2
- package/edit/monitoring.coreos.com.receiver/types/webhook.banner.vue +1 -1
- package/edit/monitoring.coreos.com.receiver/types/webhook.vue +3 -3
- package/edit/monitoring.coreos.com.route.vue +2 -2
- package/edit/namespace.vue +0 -8
- package/edit/network.harvesterhci.io.clusternetwork/vlan.vue +1 -1
- package/edit/networking.istio.io.destinationrule/LoadBalancer.vue +2 -2
- package/edit/networking.istio.io.destinationrule/index.vue +1 -1
- package/edit/networking.k8s.io.ingress/Certificate.vue +5 -1
- package/edit/networking.k8s.io.ingress/Certificates.vue +5 -0
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +17 -2
- package/edit/networking.k8s.io.ingress/IngressClass.vue +63 -0
- package/edit/networking.k8s.io.ingress/Rule.vue +42 -6
- package/edit/networking.k8s.io.ingress/RulePath.vue +29 -5
- package/edit/networking.k8s.io.ingress/Rules.vue +11 -0
- package/edit/networking.k8s.io.ingress/index.vue +104 -15
- package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +1 -1
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +2 -2
- package/edit/networking.k8s.io.networkpolicy/index.vue +2 -2
- package/edit/persistentvolume/index.vue +1 -1
- package/edit/persistentvolume/plugins/awsElasticBlockStore.vue +2 -2
- package/edit/persistentvolume/plugins/azureDisk.vue +2 -2
- package/edit/persistentvolume/plugins/azureFile.vue +2 -2
- package/edit/persistentvolume/plugins/cephfs.vue +4 -4
- package/edit/persistentvolume/plugins/cinder.vue +2 -2
- package/edit/persistentvolume/plugins/csi.vue +2 -2
- package/edit/persistentvolume/plugins/fc.vue +4 -4
- package/edit/persistentvolume/plugins/flexVolume.vue +2 -2
- package/edit/persistentvolume/plugins/flocker.vue +1 -1
- package/edit/persistentvolume/plugins/gcePersistentDisk.vue +2 -2
- package/edit/persistentvolume/plugins/glusterfs.vue +2 -2
- package/edit/persistentvolume/plugins/hostPath.vue +1 -1
- package/edit/persistentvolume/plugins/iscsi.vue +4 -4
- package/edit/persistentvolume/plugins/local.vue +1 -1
- package/edit/persistentvolume/plugins/longhorn.vue +2 -2
- package/edit/persistentvolume/plugins/nfs.vue +2 -2
- package/edit/persistentvolume/plugins/photonPersistentDisk.vue +1 -1
- package/edit/persistentvolume/plugins/portworxVolume.vue +2 -2
- package/edit/persistentvolume/plugins/quobyte.vue +2 -2
- package/edit/persistentvolume/plugins/rbd.vue +4 -4
- package/edit/persistentvolume/plugins/scaleIO.vue +2 -2
- package/edit/persistentvolume/plugins/storageos.vue +2 -2
- package/edit/persistentvolume/plugins/vsphereVolume.vue +1 -1
- package/edit/persistentvolumeclaim.vue +24 -8
- package/edit/provisioning.cattle.io.cluster/ACE.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +8 -3
- package/edit/provisioning.cattle.io.cluster/DrainOptions.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +15 -3
- package/edit/provisioning.cattle.io.cluster/RegistryConfigs.vue +16 -3
- package/edit/provisioning.cattle.io.cluster/S3Config.vue +2 -2
- package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +1 -1
- package/edit/provisioning.cattle.io.cluster/__tests__/CustomCommand.tests.ts +1 -7
- package/edit/provisioning.cattle.io.cluster/import.vue +2 -1
- package/edit/provisioning.cattle.io.cluster/index.vue +26 -7
- package/edit/provisioning.cattle.io.cluster/rke2.vue +136 -48
- package/edit/resources.cattle.io.backup.vue +26 -8
- package/edit/resources.cattle.io.restore.vue +3 -3
- package/edit/secret/basic.vue +1 -1
- package/edit/secret/index.vue +80 -2
- package/edit/secret/registry.vue +2 -2
- package/edit/secret/ssh.vue +1 -1
- package/edit/secret/tls.vue +1 -1
- package/edit/service.vue +47 -11
- package/edit/serviceaccount.vue +1 -1
- package/edit/storage.k8s.io.storageclass/index.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +7 -3
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-disk.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-file.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/cinder.vue +2 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +2 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/glusterfs.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/portworx-volume.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/quobyte.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/rbd.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/scaleio.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/storageos.vue +1 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +1 -1
- package/edit/token.vue +3 -3
- package/edit/ui.cattle.io.navlink.vue +2 -2
- package/edit/workload/Job.vue +111 -23
- package/edit/workload/Upgrading.vue +77 -22
- package/edit/workload/__tests__/Job.test.ts +72 -0
- package/edit/workload/__tests__/Upgrading.test.ts +60 -0
- package/edit/workload/index.vue +13 -1085
- package/edit/workload/mixins/workload.js +900 -0
- package/edit/workload/storage/Mount.vue +2 -2
- package/edit/workload/storage/awsElasticBlockStore.vue +1 -1
- package/edit/workload/storage/azureDisk.vue +2 -2
- package/edit/workload/storage/azureFile.vue +1 -1
- package/edit/workload/storage/ephemeralVolume/index.vue +2 -2
- package/edit/workload/storage/gcePersistentDisk.vue +1 -1
- package/edit/workload/storage/hostPath.vue +1 -1
- package/edit/workload/storage/nfs.vue +2 -2
- package/edit/workload/storage/persistentVolumeClaim/index.vue +2 -2
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +3 -3
- package/edit/workload/storage/secret.vue +2 -2
- package/edit/workload/storage/vsphereVolume.vue +1 -1
- package/edit/workload/types/Deployment.vue +377 -0
- package/edit/workload/types/Generic.vue +295 -0
- package/layouts/default.vue +26 -7
- package/layouts/error.vue +3 -2
- package/layouts/home.vue +12 -2
- package/layouts/plain.vue +18 -2
- package/layouts/unauthenticated.vue +2 -1
- package/list/catalog.cattle.io.clusterrepo.vue +1 -1
- package/list/fleet.cattle.io.bundle.vue +1 -1
- package/list/fleet.cattle.io.cluster.vue +1 -1
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +1 -1
- package/list/harvesterhci.io.dashboard/HarvesterUpgrade.vue +9 -8
- package/list/harvesterhci.io.dashboard/UpgradeInfo.vue +40 -0
- package/list/harvesterhci.io.dashboard/index.vue +14 -36
- package/list/harvesterhci.io.host/index.vue +24 -12
- package/list/harvesterhci.io.networkattachmentdefinition.vue +1 -1
- package/list/harvesterhci.io.setting.vue +1 -1
- package/list/harvesterhci.io.virtualmachinebackup.vue +1 -1
- package/list/harvesterhci.io.virtualmachineimage.vue +36 -3
- package/list/harvesterhci.io.virtualmachinetemplateversion.vue +1 -5
- package/list/helm.cattle.io.projecthelmchart.vue +1 -1
- package/list/kubevirt.io.virtualmachine.vue +4 -2
- package/list/management.cattle.io.feature.vue +3 -3
- package/list/management.cattle.io.setting.vue +2 -2
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +1 -1
- package/list/namespace.vue +3 -1
- package/list/node.vue +10 -3
- package/list/persistentvolumeclaim.vue +42 -0
- package/list/provisioning.cattle.io.cluster.vue +22 -20
- package/list/workload.vue +31 -6
- package/machine-config/amazonec2.vue +37 -12
- package/machine-config/azure.vue +3 -3
- package/machine-config/digitalocean.vue +2 -2
- package/machine-config/generic.vue +1 -1
- package/machine-config/harvester.vue +124 -25
- package/machine-config/linode.vue +2 -2
- package/machine-config/vmwarevsphere.vue +5 -5
- package/middleware/authenticated.js +36 -6
- package/middleware/unauthenticated.js +22 -0
- package/mixins/brand.js +50 -3
- package/mixins/browser-tab-visibility.js +37 -0
- package/mixins/chart.js +36 -4
- package/mixins/{compact-input.js → compact-input.ts} +5 -3
- package/mixins/form-validation.js +122 -0
- package/mixins/harvester-vm/index.js +134 -90
- package/mixins/labeled-form-element.ts +193 -0
- package/mixins/resource-fetch.js +173 -0
- package/models/cluster.x-k8s.io.machine.js +6 -2
- package/models/etcdbackup.js +4 -0
- package/models/event.js +4 -0
- package/models/fleet.cattle.io.bundle.js +1 -1
- package/models/fleet.cattle.io.gitrepo.js +10 -0
- package/models/harvester/harvesterhci.io.virtualmachinebackup.js +5 -2
- package/models/harvester/harvesterhci.io.virtualmachineimage.js +11 -8
- package/models/harvester/harvesterhci.io.virtualmachinetemplateversion.js +11 -2
- package/models/harvester/kubevirt.io.virtualmachine.js +2 -2
- package/models/harvester/kubevirt.io.virtualmachineinstance.js +1 -1
- package/models/harvester/node.js +27 -32
- package/models/harvester/persistentvolumeclaim.js +1 -1
- package/models/management.cattle.io.cluster.js +17 -11
- package/models/management.cattle.io.clusterroletemplatebinding.js +2 -2
- package/models/management.cattle.io.globalrole.js +19 -0
- package/models/management.cattle.io.node.js +10 -11
- package/models/management.cattle.io.project.js +60 -26
- package/models/management.cattle.io.roletemplate.js +19 -0
- package/models/monitoring.coreos.com.alertmanagerconfig.js +3 -2
- package/models/monitoring.coreos.com.prometheusrule.js +9 -0
- package/models/namespace.js +9 -1
- package/models/networking.k8s.io.ingress.js +17 -5
- package/models/persistentvolumeclaim.js +47 -1
- package/models/projectroletemplatebinding.js +2 -2
- package/models/provisioning.cattle.io.cluster.js +92 -13
- package/models/rke.cattle.io.etcdsnapshot.js +4 -0
- package/models/service.js +11 -5
- package/models/storage.k8s.io.storageclass.js +14 -1
- package/models/workload.js +7 -2
- package/nuxt.config.js +27 -7
- package/package.json +10 -14
- package/pages/about.vue +15 -1
- package/pages/account/index.vue +1 -1
- package/pages/auth/login.vue +17 -5
- package/pages/auth/setup.vue +47 -9
- package/pages/c/_cluster/_product/_resource/create.vue +1 -1
- package/pages/c/_cluster/_product/members/index.vue +6 -1
- package/pages/c/_cluster/_product/projectsnamespaces.vue +113 -11
- package/pages/c/_cluster/apps/charts/chart.vue +1 -1
- package/pages/c/_cluster/apps/charts/index.vue +2 -2
- package/pages/c/_cluster/apps/charts/install.vue +197 -19
- package/pages/c/_cluster/auth/config/index.vue +1 -1
- package/pages/c/_cluster/explorer/EventsTable.vue +1 -15
- package/pages/c/_cluster/explorer/index.vue +64 -35
- package/pages/c/_cluster/explorer/tools/index.vue +1 -1
- package/pages/c/_cluster/fleet/GitRepoGraphConfig.js +249 -0
- package/pages/c/_cluster/fleet/index.vue +47 -65
- package/pages/c/_cluster/harvester/airgapupgrade/index.vue +7 -4
- package/pages/c/_cluster/harvester/console/_uid/vnc.vue +7 -1
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/receiver.vue +8 -14
- package/pages/c/_cluster/monitoring/index.vue +1 -1
- package/pages/c/_cluster/monitoring/route-receiver/index.vue +1 -1
- package/pages/c/_cluster/settings/banners.vue +2 -2
- package/pages/c/_cluster/settings/brand.vue +62 -7
- package/pages/c/_cluster/settings/performance.vue +167 -0
- package/pages/diagnostic.vue +468 -0
- package/pages/fail-whale.vue +17 -5
- package/pages/home.vue +36 -22
- package/pages/plugins.vue +1 -1
- package/pages/prefs.vue +20 -7
- package/pages/support/index.vue +51 -9
- package/pkg/auto-import.js +1 -1
- package/pkg/dynamic-importer.lib.js +8 -0
- package/pkg/tsconfig.json +26 -9
- package/pkg/vue.config.js +8 -0
- package/plugins/console.js +29 -0
- package/plugins/dashboard-store/actions.js +171 -28
- package/plugins/dashboard-store/getters.js +13 -1
- package/plugins/dashboard-store/index.js +5 -1
- package/plugins/dashboard-store/mutations.js +72 -22
- package/plugins/dashboard-store/resource-class.js +259 -184
- package/plugins/i18n.js +9 -3
- package/plugins/steve/actions.js +16 -1
- package/plugins/steve/getters.js +9 -1
- package/plugins/steve/index.js +6 -2
- package/plugins/steve/mutations.js +100 -5
- package/plugins/steve/norman-class.js +8 -0
- package/plugins/steve/performanceTesting.js +5 -0
- package/plugins/steve/subscribe.js +144 -12
- package/plugins/steve/web-worker.steve-sub-worker.js +129 -0
- package/promptRemove/kubevirt.io.virtualmachine.vue +3 -17
- package/promptRemove/management.cattle.io.project.vue +128 -0
- package/promptRemove/pod.vue +131 -0
- package/rancher-components/BadgeState/BadgeState.spec.ts +12 -0
- package/{components → rancher-components/BadgeState}/BadgeState.vue +18 -10
- package/rancher-components/BadgeState/index.ts +1 -0
- package/{components/__tests__ → rancher-components/Banner}/Banner.test.ts +1 -1
- package/{components → rancher-components/Banner}/Banner.vue +22 -7
- package/rancher-components/Banner/index.ts +1 -0
- package/{components → rancher-components/Card}/Card.vue +58 -12
- package/rancher-components/Card/index.ts +1 -0
- package/{components/form → rancher-components/Form/Checkbox}/Checkbox.vue +118 -25
- package/rancher-components/Form/Checkbox/index.ts +1 -0
- package/{components/form/__tests__ → rancher-components/Form/LabeledInput}/LabeledInput.test.ts +13 -2
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +341 -0
- package/rancher-components/Form/LabeledInput/index.ts +1 -0
- package/{components/form → rancher-components/Form/Radio}/RadioButton.vue +50 -22
- package/{components/form → rancher-components/Form/Radio}/RadioGroup.vue +76 -28
- package/rancher-components/Form/Radio/index.ts +2 -0
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +169 -0
- package/rancher-components/Form/TextArea/index.ts +1 -0
- package/rancher-components/Form/index.ts +4 -0
- package/{components/form → rancher-components/LabeledTooltip}/LabeledTooltip.vue +32 -11
- package/rancher-components/LabeledTooltip/index.ts +1 -0
- package/scripts/build-pkg.sh +4 -0
- package/scripts/publish-shell.sh +37 -18
- package/scripts/test-plugins-build.sh +115 -0
- package/store/catalog.js +4 -0
- package/store/growl.js +6 -0
- package/store/i18n.js +18 -9
- package/store/index.js +190 -107
- package/store/prefs.js +8 -2
- package/store/resource-fetch.js +44 -0
- package/store/type-map.js +43 -7
- package/store/uiplugins.ts +1 -1
- package/utils/favicon.js +40 -0
- package/utils/object.js +26 -9
- package/utils/promise.js +20 -0
- package/utils/socket.js +10 -1
- package/utils/string.js +16 -0
- package/utils/validators/formRules/__tests__/index.test.ts +928 -0
- package/utils/validators/formRules/index.ts +447 -0
- package/utils/validators/prometheusrule.js +1 -1
- package/utils/validators/vm.js +12 -5
- package/utils/width.js +39 -0
- package/yarn-error.log +196 -0
- package/components/NovncConsoleWrapper.vue +0 -150
- package/components/form/Container.vue +0 -143
- package/components/form/LabeledInput.vue +0 -245
- package/components/form/Scheduling.vue +0 -115
- package/components/form/TextAreaAutoGrow.vue +0 -127
- package/mixins/labeled-form-element.js +0 -137
|
@@ -7,6 +7,7 @@ generic:
|
|
|
7
7
|
back: 返回
|
|
8
8
|
cancel: 取消
|
|
9
9
|
clear: 清除
|
|
10
|
+
clearAll: 清除全部
|
|
10
11
|
close: 关闭
|
|
11
12
|
comingSoon: 即将上线
|
|
12
13
|
copy: 复制
|
|
@@ -43,6 +44,7 @@ generic:
|
|
|
43
44
|
overview: 概述
|
|
44
45
|
plusMore: "+ {n} 更多"
|
|
45
46
|
readFromFile: 从文件读取
|
|
47
|
+
readFromFolder: 从文件夹读取
|
|
46
48
|
register: 注册
|
|
47
49
|
remove: 移除
|
|
48
50
|
resource: |-
|
|
@@ -100,7 +102,7 @@ nav:
|
|
|
100
102
|
clusterTools: 集群工具
|
|
101
103
|
kubeconfig:
|
|
102
104
|
download: 下载 KubeConfig
|
|
103
|
-
copy:
|
|
105
|
+
copy: 将 KubeConfig 复制到剪切板
|
|
104
106
|
options: KubeConfig 选项
|
|
105
107
|
import: 导入 YAML
|
|
106
108
|
home: 首页
|
|
@@ -169,7 +171,7 @@ nav:
|
|
|
169
171
|
separator: 或者
|
|
170
172
|
|
|
171
173
|
product:
|
|
172
|
-
apps: 应用
|
|
174
|
+
apps: 应用
|
|
173
175
|
auth: 用户 & 认证
|
|
174
176
|
backup: Rancher 备份
|
|
175
177
|
cis: CIS Benchmark
|
|
@@ -180,11 +182,12 @@ product:
|
|
|
180
182
|
manager: 集群管理
|
|
181
183
|
gatekeeper: OPA Gatekeeper
|
|
182
184
|
istio: Istio
|
|
183
|
-
logging:
|
|
185
|
+
logging: Logging
|
|
184
186
|
settings: 全局设置
|
|
185
187
|
clusterManagement: 集群管理
|
|
186
188
|
monitoring: 监控
|
|
187
189
|
mcapps: 多集群应用
|
|
190
|
+
neuvector: NeuVector
|
|
188
191
|
harvesterManager: 虚拟化管理
|
|
189
192
|
harvester: Harvester
|
|
190
193
|
rancher: Rancher
|
|
@@ -273,15 +276,19 @@ accountAndKeys:
|
|
|
273
276
|
info:
|
|
274
277
|
accessKey: 访问密钥
|
|
275
278
|
secretKey: 密文密钥
|
|
276
|
-
bearerToken:
|
|
279
|
+
bearerToken: 持有者令牌
|
|
277
280
|
saveWarning: 请善保存以上的信息。这是你唯一查看该信息的机会。如果丢失这些信息,你需要创建一个新的 API 密钥。
|
|
278
281
|
keyCreated: 已创建一个新的 API 密钥。
|
|
279
|
-
bearerTokenTip: "
|
|
282
|
+
bearerTokenTip: "访问密钥和密文密钥可以作为 HTTP Basic auth 的用户名和密码发送,从而授权请求。你也可以将它们组合起来作为一个持有者令牌使用。"
|
|
280
283
|
ttlLimitedWarning: 系统配置导致该 API 密钥的到期时间缩短了。
|
|
281
284
|
|
|
282
285
|
addClusterMemberDialog:
|
|
283
286
|
title: 添加集群成员
|
|
284
287
|
|
|
288
|
+
addonConfigConfirmation:
|
|
289
|
+
title: 附加配置重置
|
|
290
|
+
body: 修改 Kubernetes 版本会重置附加配置的值。请先检查这些值是否正确。
|
|
291
|
+
|
|
285
292
|
addProjectMemberDialog:
|
|
286
293
|
title: 添加项目成员
|
|
287
294
|
|
|
@@ -378,7 +385,10 @@ authConfig:
|
|
|
378
385
|
groupSearchBase:
|
|
379
386
|
label: 用户组搜索库
|
|
380
387
|
placeholder: 'ou=groups,dc=mycompany,dc=com'
|
|
381
|
-
hostname:
|
|
388
|
+
hostname:
|
|
389
|
+
label: 主机名/IP
|
|
390
|
+
placeholder: 例如:server1,server2
|
|
391
|
+
hint: 可以使用逗号分隔列表来指定多个服务器
|
|
382
392
|
loginAttribute: 登录属性
|
|
383
393
|
nameAttribute: 名称属性
|
|
384
394
|
nestedGroupMembership:
|
|
@@ -424,7 +434,7 @@ authConfig:
|
|
|
424
434
|
groups: 用户组字段
|
|
425
435
|
key:
|
|
426
436
|
label: 私钥
|
|
427
|
-
placeholder:
|
|
437
|
+
placeholder: 粘贴私钥,一般以----BEGIN RSA PRIVATE KEY----开头
|
|
428
438
|
keycloak: 配置 Keycloak 账号
|
|
429
439
|
metadata:
|
|
430
440
|
label: 元数据 XML
|
|
@@ -441,6 +451,17 @@ authConfig:
|
|
|
441
451
|
graphEndpoint: 图端点
|
|
442
452
|
tokenEndpoint: Token 端点
|
|
443
453
|
authEndpoint: Auth 端点
|
|
454
|
+
reply:
|
|
455
|
+
info: '在开始设置之前,Azure AD 需要 Rancher Server 的白名单 URL。请确保在 Azure 门户的回复 URL 中设置了以下 URL。请注意,白名单 URL 可能需要 5 分钟才能生效。'
|
|
456
|
+
label: 回复 URL
|
|
457
|
+
updateEndpoint:
|
|
458
|
+
button: 更新端点
|
|
459
|
+
banner:
|
|
460
|
+
message: '必须更新 Azure AD 身份验证:它使用了 Azure Graph API,该 API 将于 2022 年底弃用。'
|
|
461
|
+
linkText: '在此处进行更新。'
|
|
462
|
+
modal:
|
|
463
|
+
title: 是否确认?此更新是不可逆的。
|
|
464
|
+
body: '<p><b>你可能需要进行额外的更改</b>。请确保 Azure AD 应用对 Microsoft Graph 具有以下应用权限:User.Read.All、Group.Read.All<br> 如果在 Rancher 中配置 Azure AD 身份验证时自定义了端点,这些端点将不会自动更新。</p>'
|
|
444
465
|
oidc:
|
|
445
466
|
oidc: 配置 OIDC 账号
|
|
446
467
|
keycloakoidc: 配置 Keycloak OIDC 账号
|
|
@@ -461,7 +482,7 @@ authConfig:
|
|
|
461
482
|
placeholder: 粘贴证书,以-----BEGIN CERTIFICATE----- 开始。
|
|
462
483
|
key:
|
|
463
484
|
label: 私钥
|
|
464
|
-
placeholder:
|
|
485
|
+
placeholder: 粘贴私钥,一般以----BEGIN RSA PRIVATE KEY----开头
|
|
465
486
|
stateBanner:
|
|
466
487
|
disabled: '{provider} 已禁用。'
|
|
467
488
|
enabled: '{provider} 已启用。'
|
|
@@ -593,6 +614,10 @@ asyncButton:
|
|
|
593
614
|
action: 轮换
|
|
594
615
|
waiting: 正在轮换…
|
|
595
616
|
success: 已轮换
|
|
617
|
+
run:
|
|
618
|
+
action: 运行
|
|
619
|
+
waiting: 正在运行…
|
|
620
|
+
success: 已完成
|
|
596
621
|
snapshot:
|
|
597
622
|
action: 立即创建快照
|
|
598
623
|
waiting: 已启动快照…
|
|
@@ -667,7 +692,9 @@ backupRestoreOperator:
|
|
|
667
692
|
bucketName: 存储桶名称
|
|
668
693
|
credentialSecretName: 凭证密文
|
|
669
694
|
endpoint: 端点
|
|
670
|
-
endpointCA:
|
|
695
|
+
endpointCA:
|
|
696
|
+
label: 端点 CA
|
|
697
|
+
prompt: 端点 CA 必须是 Base64 编码的
|
|
671
698
|
folder: 文件夹
|
|
672
699
|
insecureTLSSkipVerify: 跳过 TLS 验证
|
|
673
700
|
region: 区域
|
|
@@ -917,7 +944,7 @@ cis:
|
|
|
917
944
|
addTest: 添加测试 ID
|
|
918
945
|
alertNeeded: |-
|
|
919
946
|
必须在 CIS Chart values.yaml 中开启告警。
|
|
920
|
-
这要求<a tabindex="0" href="{link}"> {vendor}
|
|
947
|
+
这要求<a tabindex="0" href="{link}"> {vendor} 的 Monitoring 与 Alerting 应用</a>已经安装
|
|
921
948
|
,而且接收器和路由<a target="_blank" rel='noopener noreferrer nofollow' href='{docsBase}/monitoring-alerting/configuration/#alertmanager-configuration/'>已配置告警发送</a>。
|
|
922
949
|
alertOnComplete: 扫描完成告警
|
|
923
950
|
alertOnFailure: 扫描失败告警
|
|
@@ -1001,7 +1028,7 @@ cluster:
|
|
|
1001
1028
|
note: '<b>重要</b>:在附加配置标签中配置 vSphere 云提供商和存储提供商选项。'
|
|
1002
1029
|
harvester:
|
|
1003
1030
|
label: Harvester
|
|
1004
|
-
copyConfig:
|
|
1031
|
+
copyConfig: 将 KubeConfig 复制到剪切板
|
|
1005
1032
|
custom:
|
|
1006
1033
|
nodeRole:
|
|
1007
1034
|
label: 节点角色
|
|
@@ -1017,8 +1044,8 @@ cluster:
|
|
|
1017
1044
|
label: 添加标签
|
|
1018
1045
|
registrationCommand:
|
|
1019
1046
|
label: 注册命令
|
|
1020
|
-
linuxDetail: 在每台要注册的 Linux
|
|
1021
|
-
windowsDetail: 在每台要注册的 Windows
|
|
1047
|
+
linuxDetail: 在每台要注册的 Linux 主机上运行此命令。
|
|
1048
|
+
windowsDetail: 在每台要注册的 Windows 主机中的 PowerShell 上运行此命令。Windows 节点只能充当 worker。
|
|
1022
1049
|
windowsNotReady: 在用于添加 Windows worker 的注册命令显示之前,集群必须已启动并运行 Linux ETCD,Control Plane,以及 worker 节点。
|
|
1023
1050
|
windowsWarning: 工作负载 Pod(包括由 Rancher Chart 部署的 Pod)将默认调度到 Linux 和 Windows 节点上。编辑 Chart 中的 NodeSelector 以将它们放置到兼容的节点上。
|
|
1024
1051
|
insecure: "不安全:如果你的服务器具有自签名证书,选择此项以跳过 TLS 验证。"
|
|
@@ -1139,6 +1166,9 @@ cluster:
|
|
|
1139
1166
|
label: KubeconfigContent
|
|
1140
1167
|
placeholder: '命名空间/名称'
|
|
1141
1168
|
cluster: 集群
|
|
1169
|
+
affinity:
|
|
1170
|
+
namespaces:
|
|
1171
|
+
placeholder: 例如:default,system,base
|
|
1142
1172
|
description:
|
|
1143
1173
|
label: 集群描述
|
|
1144
1174
|
placeholder: 输入可以描述该集群的文本
|
|
@@ -1183,7 +1213,7 @@ cluster:
|
|
|
1183
1213
|
kubernetesVersion:
|
|
1184
1214
|
label: Kubernetes 版本
|
|
1185
1215
|
experimental: 实验功能
|
|
1186
|
-
toolsTip:
|
|
1216
|
+
toolsTip: 使用新集群工具来管理和安装 Monitoring、Logging 等工具。
|
|
1187
1217
|
legacyWarning: 旧版功能开关已开启,但是不是所有旧版功能都在 Kubernetes 1.21+ 中支持。
|
|
1188
1218
|
log:
|
|
1189
1219
|
connecting: 正在连接
|
|
@@ -1193,7 +1223,7 @@ cluster:
|
|
|
1193
1223
|
placeholder: 独特的集群名称
|
|
1194
1224
|
machineConfig:
|
|
1195
1225
|
banner:
|
|
1196
|
-
updateInfo:
|
|
1226
|
+
updateInfo: 创建一个池用来更新主机配置
|
|
1197
1227
|
aws:
|
|
1198
1228
|
sizeLabel: |-
|
|
1199
1229
|
{apiName}: {cpu, plural,
|
|
@@ -1410,6 +1440,7 @@ cluster:
|
|
|
1410
1440
|
httpTokens: 为元数据使用 Token
|
|
1411
1441
|
tagTitle: EC2 标签
|
|
1412
1442
|
addOns:
|
|
1443
|
+
dependencyBanner: 附加组件配置可能因 Kubernetes 版本而异。更改 Kubernetes 版本可能会重置以下值。
|
|
1413
1444
|
additionalManifest:
|
|
1414
1445
|
title: 其它清单文件
|
|
1415
1446
|
tooltip: '集群启动时要应用的其它 Kubernetes 清单 YAML'
|
|
@@ -1417,15 +1448,15 @@ cluster:
|
|
|
1417
1448
|
argInfo:
|
|
1418
1449
|
title: 补充 Kubelet 参数
|
|
1419
1450
|
machineSelector:
|
|
1420
|
-
label:
|
|
1451
|
+
label: 添加主机选择器
|
|
1421
1452
|
listLabel: 添加参数
|
|
1422
1453
|
bannerLabel: '注意:优先匹配最后一个的选择器,并且只使用它的参数。匹配到的其他选择器的参数不会合并。'
|
|
1423
|
-
title: '
|
|
1454
|
+
title: '标签匹配的主机:'
|
|
1424
1455
|
subTitle: '使用 Kubelet 参数:'
|
|
1425
1456
|
titleAlt: |-
|
|
1426
1457
|
{count, plural,
|
|
1427
|
-
=1 {
|
|
1428
|
-
other {
|
|
1458
|
+
=1 { 所有主机均使用 Kubelet 参数: }
|
|
1459
|
+
other { 任何主机均使用 Kubelet 参数: }
|
|
1429
1460
|
}
|
|
1430
1461
|
kubeControllerManagerTitle: 补充的 Controller Manager 参数
|
|
1431
1462
|
kubeApiServerTitle: 补充的 API server 参数
|
|
@@ -1437,6 +1468,13 @@ cluster:
|
|
|
1437
1468
|
os: '你正在将 {newOS} worker 节点添加到具有一个或多个 {existingOS} worker 节点的集群。你可能需要升级或删除某些已安装的应用。'
|
|
1438
1469
|
rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">文档</a>。'
|
|
1439
1470
|
|
|
1471
|
+
detail:
|
|
1472
|
+
provisioner: 提供商
|
|
1473
|
+
kubernetesVersion: Kubernetes 版本
|
|
1474
|
+
machineProvider: 主机提供商
|
|
1475
|
+
machinePools: 主机池
|
|
1476
|
+
machines: 主机
|
|
1477
|
+
|
|
1440
1478
|
machinePool:
|
|
1441
1479
|
name:
|
|
1442
1480
|
label: 池名称
|
|
@@ -1472,7 +1510,7 @@ cluster:
|
|
|
1472
1510
|
other {}
|
|
1473
1511
|
}
|
|
1474
1512
|
quantity:
|
|
1475
|
-
label:
|
|
1513
|
+
label: 主机数量
|
|
1476
1514
|
drain:
|
|
1477
1515
|
header: 清空
|
|
1478
1516
|
label: 删除前清空
|
|
@@ -1484,6 +1522,7 @@ cluster:
|
|
|
1484
1522
|
label: 自动替换
|
|
1485
1523
|
toolTip: 如果大于 0,则在此期间无法访问的节点将被自动删除和替换。
|
|
1486
1524
|
unit: "分钟"
|
|
1525
|
+
managementTimeout: 集群变成可用。可能已创建了集群。建议在创建另一个集群之前检查集群页面。
|
|
1487
1526
|
memberRoles:
|
|
1488
1527
|
removeMessage: '注意:删除用户不会删除其项目权限。'
|
|
1489
1528
|
addClusterMember:
|
|
@@ -1591,13 +1630,14 @@ cluster:
|
|
|
1591
1630
|
label: Worker 节点
|
|
1592
1631
|
controlPlaneConcurrency:
|
|
1593
1632
|
label: Control Plane 并发
|
|
1594
|
-
toolTip: "可以是固定的节点数(如1),也可以是百分比(如10%)"
|
|
1633
|
+
toolTip: "可以是固定的节点数(如 1),也可以是百分比(如 10%)"
|
|
1595
1634
|
workerConcurrency:
|
|
1596
1635
|
label: Worker 并发
|
|
1597
|
-
toolTip: "可以是固定的节点数(如1),也可以是百分比(如10%)"
|
|
1636
|
+
toolTip: "可以是固定的节点数(如 1),也可以是百分比(如 10%)"
|
|
1598
1637
|
drain:
|
|
1599
1638
|
label: 清空节点
|
|
1600
1639
|
toolTip: 清空操作预先移除每个节点上的 Pod,使得升级中的节点上没有运行的工作负载。不清空的升级速度更快,造成的混乱更少,但是 Pod 仍可能根据进行中的升级进行重启。
|
|
1640
|
+
deleteEmptyDir: "默认情况下,使用 emptyDir 卷的 pod 会在升级时被删除。在 pod 生命周期中依赖于 emptyDir 持久卷的操作可能会受到影响。"
|
|
1601
1641
|
address:
|
|
1602
1642
|
tooltip: 创建集群后无法更改集群网络值。
|
|
1603
1643
|
header: 寻址
|
|
@@ -1652,6 +1692,11 @@ cluster:
|
|
|
1652
1692
|
=1 { 已为1个集群请求快照 }
|
|
1653
1693
|
other {已为{count}个集群请求快照}
|
|
1654
1694
|
}
|
|
1695
|
+
groupLabel: 位置
|
|
1696
|
+
failed: "{time} 后的快照已失败"
|
|
1697
|
+
rke1:
|
|
1698
|
+
local: 本地
|
|
1699
|
+
s3: s3
|
|
1655
1700
|
tabs:
|
|
1656
1701
|
ace: 授权端点
|
|
1657
1702
|
addons: 附加配置
|
|
@@ -1662,8 +1707,8 @@ cluster:
|
|
|
1662
1707
|
etcd: ETCD
|
|
1663
1708
|
log: 配置日志
|
|
1664
1709
|
networking: 网络
|
|
1665
|
-
machinePools:
|
|
1666
|
-
machines:
|
|
1710
|
+
machinePools: 主机池
|
|
1711
|
+
machines: 主机
|
|
1667
1712
|
memberRoles: 成员角色
|
|
1668
1713
|
registry: 镜像仓库
|
|
1669
1714
|
upgrade: 升级策略
|
|
@@ -1677,16 +1722,18 @@ cluster:
|
|
|
1677
1722
|
toggle:
|
|
1678
1723
|
v1: RKE1
|
|
1679
1724
|
v2: RKE2/K3s
|
|
1725
|
+
validation:
|
|
1726
|
+
iamInstanceProfileName: 如果选择了 Amazon 云提供商,则必须为每个主机池定义“IAM 实例配置文件名称”。
|
|
1680
1727
|
|
|
1681
1728
|
clusterIndexPage:
|
|
1682
1729
|
hardwareResourceGauge:
|
|
1683
1730
|
consumption: "{total} {units} {suffix} 中的 {useful}"
|
|
1684
|
-
cores:
|
|
1731
|
+
cores: CPU
|
|
1685
1732
|
pods: Pod
|
|
1686
1733
|
ram: 内存
|
|
1687
1734
|
used: 已使用
|
|
1688
1735
|
reserved: 已预留
|
|
1689
|
-
header:
|
|
1736
|
+
header: 集群仪表板
|
|
1690
1737
|
resourceGauge:
|
|
1691
1738
|
totalResources: 资源总额
|
|
1692
1739
|
sections:
|
|
@@ -1741,6 +1788,10 @@ containerResourceLimit:
|
|
|
1741
1788
|
requestsMemory: 内存预留
|
|
1742
1789
|
|
|
1743
1790
|
|
|
1791
|
+
resource:
|
|
1792
|
+
errors:
|
|
1793
|
+
update: "更新 {name} 出错"
|
|
1794
|
+
|
|
1744
1795
|
cruResource:
|
|
1745
1796
|
backToForm: 返回表单编辑
|
|
1746
1797
|
backBody: 返回表单编辑不会保留对 YAML 做出的所有更改
|
|
@@ -1790,8 +1841,8 @@ etcdInfoBanner:
|
|
|
1790
1841
|
|
|
1791
1842
|
fleet:
|
|
1792
1843
|
dashboard:
|
|
1793
|
-
pageTitle:
|
|
1794
|
-
menuLabel:
|
|
1844
|
+
pageTitle: 持续交付仪表板
|
|
1845
|
+
menuLabel: 仪表板
|
|
1795
1846
|
welcome: 欢迎使用 Fleet 持续交付
|
|
1796
1847
|
gitOpsScale: 大规模 GitOps。
|
|
1797
1848
|
learnMore: 了解更多。
|
|
@@ -1906,6 +1957,17 @@ fleet:
|
|
|
1906
1957
|
=1 {与现有的{total, number}个集群中的1个集群"{sample}"匹配}
|
|
1907
1958
|
other {现有{total, number}个集群,与其中的{matched, number}个匹配,包括"{sample}"}
|
|
1908
1959
|
}
|
|
1960
|
+
fdc:
|
|
1961
|
+
loadingChart: 正在加载 Chart 数据...
|
|
1962
|
+
renderingChart: 正在渲染 Chart...
|
|
1963
|
+
id: ID
|
|
1964
|
+
type: 类型
|
|
1965
|
+
state: 状态
|
|
1966
|
+
cluster: 集群
|
|
1967
|
+
error: 错误
|
|
1968
|
+
ready: 就绪
|
|
1969
|
+
errors: 错误
|
|
1970
|
+
|
|
1909
1971
|
footer:
|
|
1910
1972
|
docs: Rancher 官方文档
|
|
1911
1973
|
download: 下载 CLI
|
|
@@ -1966,8 +2028,8 @@ glance:
|
|
|
1966
2028
|
pods: Pod
|
|
1967
2029
|
provider: 提供商
|
|
1968
2030
|
version: Kubernetes 版本
|
|
1969
|
-
monitoringDashboard:
|
|
1970
|
-
installMonitoring:
|
|
2031
|
+
monitoringDashboard: 监控仪表板
|
|
2032
|
+
installMonitoring: 安装 Monitoring
|
|
1971
2033
|
v1MonitoringInstalled: 已安装 Monitoring V1
|
|
1972
2034
|
clusterInfo: 集群信息
|
|
1973
2035
|
|
|
@@ -2133,7 +2195,7 @@ istio:
|
|
|
2133
2195
|
links:
|
|
2134
2196
|
kiali:
|
|
2135
2197
|
label: Kiali
|
|
2136
|
-
description: '服务网格中的可视化服务及其连接方式。要想让 Kiali 显示数据,你需要安装 Prometheus
|
|
2198
|
+
description: '服务网格中的可视化服务及其连接方式。要想让 Kiali 显示数据,你需要安装 Prometheus。如果你需要监控解决方案,请安装 <a tabindex="0" href="{link}">{vendor} Monitoring</a>。'
|
|
2137
2199
|
jaeger:
|
|
2138
2200
|
label: Jaeger
|
|
2139
2201
|
description: 监控并排除基于微服务的分布式系统的故障。
|
|
@@ -2295,7 +2357,7 @@ istio:
|
|
|
2295
2357
|
kiali: 启用 Kiali
|
|
2296
2358
|
pilot: 启用 Pilot
|
|
2297
2359
|
policy: 启用 Policy
|
|
2298
|
-
poweredBy: 由 <a target="_blank" rel="noopener noreferrer nofollow" href='https://istio.io/latest/'>Istio</a
|
|
2360
|
+
poweredBy: 由 <a target="_blank" rel="noopener noreferrer nofollow" href='https://istio.io/latest/'>Istio</a> 提供支持
|
|
2299
2361
|
telemetry: 启用遥测
|
|
2300
2362
|
titles:
|
|
2301
2363
|
components: 组件
|
|
@@ -2327,14 +2389,15 @@ landing:
|
|
|
2327
2389
|
{count, plural,
|
|
2328
2390
|
=1 {核}
|
|
2329
2391
|
other {核}}
|
|
2330
|
-
cpuUsed: 已用CPU
|
|
2392
|
+
cpuUsed: 已用 CPU
|
|
2331
2393
|
memoryUsed: 已用内存
|
|
2332
|
-
seeWhatsNew:
|
|
2333
|
-
whatsNewLink: "2.6的新功能"
|
|
2394
|
+
seeWhatsNew: 点击右侧链接,了解此版本的新功能和优化。
|
|
2395
|
+
whatsNewLink: "2.6 的新功能"
|
|
2334
2396
|
learnMore: 了解更多
|
|
2335
2397
|
gettingStarted:
|
|
2336
2398
|
title: 快速入门
|
|
2337
2399
|
body: 查看快速入门指南。Cluster Manager 用户可以了解 Dashboard UI 的更多新功能。
|
|
2400
|
+
support: 支持
|
|
2338
2401
|
community:
|
|
2339
2402
|
title: 社区支持
|
|
2340
2403
|
docs: Rancher 官方文档
|
|
@@ -2343,7 +2406,8 @@ landing:
|
|
|
2343
2406
|
title: 商业支持
|
|
2344
2407
|
body: 了解商业支持
|
|
2345
2408
|
landingPrefs:
|
|
2346
|
-
title:
|
|
2409
|
+
title: 更改登录后显示的页面:
|
|
2410
|
+
userPrefs: 偏好设置
|
|
2347
2411
|
body: "登录后显示:"
|
|
2348
2412
|
options:
|
|
2349
2413
|
homePage: 主页
|
|
@@ -2573,7 +2637,7 @@ logging:
|
|
|
2573
2637
|
longhorn:
|
|
2574
2638
|
overview:
|
|
2575
2639
|
title: 概述
|
|
2576
|
-
subtitle: "
|
|
2640
|
+
subtitle: "由 <a href='https://github.com/longhorn' target='_blank' rel='noopener nofollow noreferrer'>Longhorn</a> 提供支持"
|
|
2577
2641
|
linkedList:
|
|
2578
2642
|
longhorn:
|
|
2579
2643
|
label: 'Longhorn'
|
|
@@ -2642,6 +2706,7 @@ members:
|
|
|
2642
2706
|
custom:
|
|
2643
2707
|
label: 自定义
|
|
2644
2708
|
description: 为该用户自定义角色。
|
|
2709
|
+
localClusterWarning: "注意:这是 Rancher 用来存储数据的集群。只有管理员才应该对该集群有写权限。能够写入此集群的用户可以授权自己访问由该安装管理的其他集群。"
|
|
2645
2710
|
|
|
2646
2711
|
membershipEditor:
|
|
2647
2712
|
label: 成员
|
|
@@ -2668,7 +2733,7 @@ monitoring:
|
|
|
2668
2733
|
existing: 选择现有的配置密文
|
|
2669
2734
|
info: |
|
|
2670
2735
|
<span class="text-bold">创建默认配置</span>。在部署这个 Chart 时,将在<pre class='inline-block m-0'>cattle-monitoring-system</pre> 命名空间中创建一个包含 Alertmanager 配置的密文,名称为<pre class='inline-block m-0'>alertmanager-rancher-monitoring-alertmanager</pre>。默认情况下,在卸载或升级此 Chart 时,此密文均不会被修改。<br />
|
|
2671
|
-
|
|
2736
|
+
部署这个 Chart 之后,你需要在 UI 中编辑密文,从而添加 Alertmanager 用于发送告警的自定义通知配置。<br /> <br />
|
|
2672
2737
|
<span class="text-bold">选择一个现有的配置密文</span>:你必须指定一个存在于<pre class='inline-block m-0'>cattle-monitoring-system</pre>命名空间内的密文。如果命名空间不存在,你将无法选择现有的密钥。
|
|
2673
2738
|
label: Alertmanager 密文
|
|
2674
2739
|
new: 创建默认配置
|
|
@@ -2726,7 +2791,7 @@ monitoring:
|
|
|
2726
2791
|
description: 已启用的告警
|
|
2727
2792
|
label: Alertmanager
|
|
2728
2793
|
grafana:
|
|
2729
|
-
description: Metrics
|
|
2794
|
+
description: Metrics 仪表板
|
|
2730
2795
|
label: Grafana
|
|
2731
2796
|
na: 资源不可用
|
|
2732
2797
|
prometheusPromQl:
|
|
@@ -2734,12 +2799,12 @@ monitoring:
|
|
|
2734
2799
|
label: Prometheus 图表
|
|
2735
2800
|
prometheusRules:
|
|
2736
2801
|
description: 配置规则
|
|
2737
|
-
label:
|
|
2802
|
+
label: PrometheusRules
|
|
2738
2803
|
prometheusTargets:
|
|
2739
2804
|
description: 配置目标
|
|
2740
2805
|
label: Prometheus 目标
|
|
2741
|
-
subtitle: '
|
|
2742
|
-
title:
|
|
2806
|
+
subtitle: '由 <a href="https://github.com/coreos/prometheus-operator" target="_blank" rel="noopener noreferrer nofollow">Prometheus</a> 提供支持'
|
|
2807
|
+
title: 仪表板
|
|
2743
2808
|
prometheus:
|
|
2744
2809
|
config:
|
|
2745
2810
|
adminApi: Admin API
|
|
@@ -2772,8 +2837,9 @@ monitoring:
|
|
|
2772
2837
|
title: 配置 Prometheus
|
|
2773
2838
|
warningInstalled: |
|
|
2774
2839
|
警告:当前已部署 Prometheus Operator。目前不支持在一个集群上部署多个Prometheus Operators。在安装此 Chart 之前,请从该集群中移除所有其他的 Prometheus Operator。
|
|
2775
|
-
|
|
2840
|
+
如果你是从启用了 Monitoring 功能的旧版 {vendor} 迁移过来的,请在安装此 Chart 之前完全禁用此集群的 Monitoring 功能。
|
|
2776
2841
|
receiver:
|
|
2842
|
+
addReceiver: 添加接收器
|
|
2777
2843
|
fields:
|
|
2778
2844
|
name: 名称
|
|
2779
2845
|
tls:
|
|
@@ -2788,20 +2854,61 @@ monitoring:
|
|
|
2788
2854
|
label: 密钥文件路径
|
|
2789
2855
|
placeholder: 例如:./key-file.pfx
|
|
2790
2856
|
secretsBanner: 部署 Monitoring Chart 时,必须在<<pre class="inline-block m-0 p-0 vertical-middle">alertmanager.alertmanagerSpec.secrets</pre>中引用以下文件路径。详情请查看<a href="{docsBase}/monitoring-alerting/" target="_blank" rel="noopener noreferrer nofollow">官方文档</a>。
|
|
2791
|
-
|
|
2857
|
+
projectMonitoring:
|
|
2858
|
+
detail:
|
|
2859
|
+
error: "无法获取具有状态的仪表板值: "
|
|
2860
|
+
list:
|
|
2861
|
+
banner: 项目监控配置存储在 ProjectHelmChart 资源中
|
|
2862
|
+
empty:
|
|
2863
|
+
message: 还没有为任何项目配置监控
|
|
2864
|
+
canCreate: 单击“创建”为项目添加监控
|
|
2865
|
+
cannotCreate: 联系管理员添加项目监控
|
|
2792
2866
|
route:
|
|
2867
|
+
label: 路由
|
|
2793
2868
|
fields:
|
|
2794
2869
|
groupBy: 分组依据
|
|
2795
2870
|
groupInterval: 组间隔
|
|
2796
2871
|
groupWait: 组等待时长
|
|
2797
|
-
receiver:
|
|
2872
|
+
receiver: 接收器
|
|
2798
2873
|
repeatInterval: 重复间隔
|
|
2799
|
-
routesAndReceivers:
|
|
2874
|
+
routesAndReceivers: 路由和接收器(已弃用)
|
|
2800
2875
|
monitors: 监控
|
|
2876
|
+
projectMonitors: 项目监控
|
|
2877
|
+
alertmanagerConfig:
|
|
2878
|
+
description: 如果要配置用于项目告警和集群告警的路由和接收器,你可以在 AlertmanagerConfig 资源中进行配置。
|
|
2879
|
+
empty: 还没有为任何可访问的命名空间配置告警。
|
|
2880
|
+
getStarted: 单击“创建”开始配置告警。
|
|
2881
|
+
receiverTooltip: 此路由会将告警发送到选定的接收器,该接收器必须在同一个 AlertmanagerConfig 中定义。
|
|
2882
|
+
deprecationWarning: 路由和接收器资源已弃用。路由和接收器不能在此页面上作为单独的 Kubernetes 资源进行管理。它们应配置为 AlertmanagerConfig 资源中的 YAML 字段。
|
|
2883
|
+
routeInfo: 此表单支持配置一个将流量定向到接收器的路由。通过在 YAML 中配置子路由,你可以将告警定向到更多接收器。
|
|
2884
|
+
receiverFormNames:
|
|
2885
|
+
create: 在 AlertmanagerConfig 中创建接收器
|
|
2886
|
+
edit: 在 AlertmanagerConfig 中编辑接收器
|
|
2887
|
+
editYaml: 编辑 AlertmanagerConfig
|
|
2888
|
+
detail: AlertmanagerConfig 中的接收器
|
|
2889
|
+
disabledReceiverButton: 创建 AlertmanagerConfig 后就可以使用接收器
|
|
2890
|
+
email:
|
|
2891
|
+
username: 认证用户名
|
|
2892
|
+
password: 具有 Auth 密码的密文
|
|
2893
|
+
slack:
|
|
2894
|
+
apiUrl: 具有 Slack Webhook URL 的密文
|
|
2895
|
+
pagerDuty:
|
|
2896
|
+
routingKey: 具有路由密钥的密文
|
|
2897
|
+
serviceKey: 具有 Service Key 的密文
|
|
2898
|
+
opsgenie:
|
|
2899
|
+
apiKey: 具有 API Key 的密文
|
|
2900
|
+
webhook:
|
|
2901
|
+
url: URL
|
|
2902
|
+
urlSecret: URL 密文
|
|
2903
|
+
urlSecretTooltip: 'urlSecret 优先于 url。你需要定义 urlSecret 或 url。'
|
|
2904
|
+
auth:
|
|
2905
|
+
bearerTokenSecret: 持有者令牌密文
|
|
2906
|
+
basicAuthUsername: 具有基本认证用户名的密文
|
|
2907
|
+
basicAuthPassword: 具有基本认证密码的密文
|
|
2801
2908
|
installSteps:
|
|
2802
2909
|
uninstallV1:
|
|
2803
2910
|
stepTitle: 卸载 V1
|
|
2804
|
-
stepSubtext:
|
|
2911
|
+
stepSubtext: 卸载旧版 Monitoring
|
|
2805
2912
|
warning1: 已部署 Monitoring V1。你需要先卸载 Monitoring V1 才能安装 Monitoring V2。
|
|
2806
2913
|
warning2: <a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/" target='_blank' rel='noopener nofollow'>了解迁移到 Monitoring V2 的步骤</a>。
|
|
2807
2914
|
promptDescription: <div class="mt-20 mb-20">你正在尝试卸载 Monitoring V1。请确保你已阅读迁移步骤。</div>
|
|
@@ -2812,7 +2919,8 @@ monitoring:
|
|
|
2812
2919
|
general: 通用
|
|
2813
2920
|
grafana: Grafana
|
|
2814
2921
|
prometheus: Prometheus
|
|
2815
|
-
|
|
2922
|
+
projectMetrics: 项目指标
|
|
2923
|
+
v1Warning: '当前 Monitoring 由 Cluster Manager 部署。如果你需要从启用了 Monitoring 的旧版 {vendor} 迁移,请先在 Cluster Manager 中禁用 Monitoring,然后再在 Cluster Explorer 中安装新版 {vendor} Monitoring Chart。'
|
|
2816
2924
|
volume:
|
|
2817
2925
|
modes:
|
|
2818
2926
|
block: 块
|
|
@@ -2825,8 +2933,8 @@ monitoringReceiver:
|
|
|
2825
2933
|
title: 自定义配置
|
|
2826
2934
|
info: 此处提供的 YAML 将直接附加到 Alertmanager 配置密文的接收器中。
|
|
2827
2935
|
email:
|
|
2828
|
-
label:
|
|
2829
|
-
title:
|
|
2936
|
+
label: 电子邮件
|
|
2937
|
+
title: 电子邮件配置
|
|
2830
2938
|
opsgenie:
|
|
2831
2939
|
label: Opsgenie
|
|
2832
2940
|
title: Opsgenie 配置
|
|
@@ -2843,8 +2951,9 @@ monitoringReceiver:
|
|
|
2843
2951
|
title: Webhook 配置
|
|
2844
2952
|
urlTooltip: 对于一些 Webhook 而言,这是一个指向 DNS 服务的 URL
|
|
2845
2953
|
modifyNamespace: 如果 <pre class="inline-block m-0 p-0 vertical-middle">rancher-alerting-drivers</pre> 的默认值改变了,请以 http://<new_service_name>.<new_namespace>.svc.<port>/<path> 格式更新以下 URL。
|
|
2846
|
-
banner:
|
|
2954
|
+
banner: 要使用 Microsoft Teams 或短信,请先安装至少一个 <pre class="inline-block m-0 p-0 vertical-middle">rancher-alerting-drivers</pre> 实例。
|
|
2847
2955
|
add:
|
|
2956
|
+
selectWebhookType: 选择 Webhook 类型
|
|
2848
2957
|
generic: 通用
|
|
2849
2958
|
msTeams: Microsoft Teams
|
|
2850
2959
|
alibabaCloudSms: 阿里巴巴短信
|
|
@@ -2856,31 +2965,59 @@ monitoringReceiver:
|
|
|
2856
2965
|
none:
|
|
2857
2966
|
label: 无
|
|
2858
2967
|
bearerToken:
|
|
2859
|
-
label:
|
|
2968
|
+
label: 持有者令牌
|
|
2860
2969
|
placeholder: 例如:secret-token
|
|
2861
2970
|
basicAuth:
|
|
2862
2971
|
label: 基本认证
|
|
2863
2972
|
bearerTokenFile:
|
|
2864
|
-
label:
|
|
2973
|
+
label: 持有者令牌文件
|
|
2865
2974
|
placeholder: 例如:./user_token
|
|
2975
|
+
tls:
|
|
2976
|
+
ca: 具有 CA 的密文
|
|
2977
|
+
cert: 具有客户证书的密文
|
|
2978
|
+
key: 带有客户端密钥的密文
|
|
2979
|
+
serverName: 服务器名称
|
|
2980
|
+
serverNameTooltip: 用于验证目标的主机名。
|
|
2866
2981
|
shared:
|
|
2867
2982
|
proxyUrl:
|
|
2868
2983
|
label: 代理 URL
|
|
2869
2984
|
placeholder: 例如:http://my-proxy/
|
|
2870
2985
|
sendResolved:
|
|
2871
|
-
label:
|
|
2872
|
-
|
|
2986
|
+
label: 发送已解决告警
|
|
2987
|
+
|
|
2988
|
+
alertmanagerConfigReceiver:
|
|
2989
|
+
secretKeyId: 密钥 ID
|
|
2990
|
+
name: 接收器名称
|
|
2991
|
+
addButton: 添加接收器
|
|
2992
|
+
receivers: 接收器
|
|
2993
|
+
namespaceWarning: 找不到用于获取密文的命名空间,无法渲染密文选择器。
|
|
2994
|
+
receiverTypes: "可以在表单中编辑以下接收器类型:Email、Slack、PagerDuty、Opsgenie 和 Webhook。如果是其他类型的接收器,则编辑 AlertmanagerConfig YAML。"
|
|
2995
|
+
slack:
|
|
2996
|
+
webhookUrl: Webhook URL
|
|
2997
|
+
apiUrlTooltip: 包含 Slack webhook URL 的密文密钥。该密钥需要与 AlertmanagerConfig 对象位于同一命名空间中,并且可由 Prometheus Operator 访问。
|
|
2873
2998
|
monitoringRoute:
|
|
2874
2999
|
groups:
|
|
2875
3000
|
label: 分组依据
|
|
2876
|
-
|
|
3001
|
+
addGroupByLabel: 告警分组标签
|
|
3002
|
+
groupByTooltip: 将每个标签添加为 key:value 格式的字符串。特殊标签 ... 会使用所有可能的标签聚合。如果指定了,则 ... 必须是列表中的唯一元素。
|
|
3003
|
+
info: 这是 Alertmanager 使用的最顶层路由,如果告警不匹配路由,则使用这个路由作为默认目的位置。此路由必须存在,不能删除。
|
|
2877
3004
|
interval:
|
|
2878
3005
|
label: 组间隔
|
|
2879
3006
|
matching:
|
|
2880
3007
|
info: 根路由必须匹配所有内容,因此无法配置匹配。
|
|
2881
3008
|
label: 匹配
|
|
3009
|
+
addMatcher: 添加匹配器
|
|
3010
|
+
matchType: 匹配类型
|
|
3011
|
+
name: 名称
|
|
3012
|
+
nameTooltip: 要匹配的标签
|
|
3013
|
+
value: 值
|
|
3014
|
+
valueTooltip: 要匹配的标签值
|
|
2882
3015
|
receiver:
|
|
2883
|
-
|
|
3016
|
+
type: 接收器类型
|
|
3017
|
+
add: 添加接收器
|
|
3018
|
+
label: 接收器
|
|
3019
|
+
oneOrMoreLabel: 一个或多个接收器
|
|
3020
|
+
addMatch: 添加匹配
|
|
2884
3021
|
regex:
|
|
2885
3022
|
label: 匹配正则表达式
|
|
2886
3023
|
repeatInterval:
|
|
@@ -2910,7 +3047,7 @@ nameNsDescription:
|
|
|
2910
3047
|
|
|
2911
3048
|
namespace:
|
|
2912
3049
|
containerResourceLimit: 容器资源限制
|
|
2913
|
-
resourceQuotas:
|
|
3050
|
+
resourceQuotas: 资源配额
|
|
2914
3051
|
project:
|
|
2915
3052
|
label: 项目
|
|
2916
3053
|
resources: 资源
|
|
@@ -2919,6 +3056,10 @@ namespace:
|
|
|
2919
3056
|
move: 移动
|
|
2920
3057
|
total: 总计
|
|
2921
3058
|
workloads: 工作负载
|
|
3059
|
+
label: 命名空间
|
|
3060
|
+
selectNamespace: 选择命名空间
|
|
3061
|
+
createNamespace: 创建新的命名空间
|
|
3062
|
+
selectOrCreate: 选择或创建命名空间
|
|
2922
3063
|
resourceStates:
|
|
2923
3064
|
success: '活动'
|
|
2924
3065
|
info: '转换中'
|
|
@@ -3095,7 +3236,7 @@ node:
|
|
|
3095
3236
|
kernelVersion: 内核版本
|
|
3096
3237
|
kubeProxyVersion: kube-proxy 版本
|
|
3097
3238
|
kubeletVersion: Kubelet 版本
|
|
3098
|
-
machineID:
|
|
3239
|
+
machineID: 主机 ID
|
|
3099
3240
|
operatingSystem: 操作系统
|
|
3100
3241
|
osImage: 镜像
|
|
3101
3242
|
systemUUID: 系统 UUID
|
|
@@ -3422,6 +3563,10 @@ persistentVolumeClaim:
|
|
|
3422
3563
|
options:
|
|
3423
3564
|
new: 使用存储类来配置新的持久卷
|
|
3424
3565
|
existing: 使用现有的持久卷
|
|
3566
|
+
expand:
|
|
3567
|
+
label: 展开
|
|
3568
|
+
notSupported: 存储类不支持卷扩展
|
|
3569
|
+
notBound: 只能扩展绑定的 PVC
|
|
3425
3570
|
volumeClaim:
|
|
3426
3571
|
label: 卷声明
|
|
3427
3572
|
storageClass: 存储类
|
|
@@ -3466,6 +3611,7 @@ prefs:
|
|
|
3466
3611
|
emacs: 'Emacs'
|
|
3467
3612
|
vim: 'Vim'
|
|
3468
3613
|
advanced: 高级选项
|
|
3614
|
+
advancedTooltip: 启用“在 API 中查看”选项并使用键盘快捷键来切换浅色或深色主题 (shift+t)
|
|
3469
3615
|
dev:
|
|
3470
3616
|
label: 启用开发工具
|
|
3471
3617
|
hideDesc:
|
|
@@ -3516,11 +3662,12 @@ probe:
|
|
|
3516
3662
|
placeholder: 选择检查类型
|
|
3517
3663
|
|
|
3518
3664
|
project:
|
|
3665
|
+
membersEditOnly: 只能应用等于或低于当前用户的权限
|
|
3519
3666
|
members:
|
|
3520
3667
|
label: 成员
|
|
3521
3668
|
containerDefaultResourceLimit: 容器默认资源限制
|
|
3522
3669
|
vmDefaultResourceLimit: 虚拟机默认资源限制
|
|
3523
|
-
resourceQuotas:
|
|
3670
|
+
resourceQuotas: 资源配额
|
|
3524
3671
|
haveOneOwner: 至少有一名成员需要具有所有者角色。
|
|
3525
3672
|
psp:
|
|
3526
3673
|
default: 集群默认
|
|
@@ -3560,7 +3707,7 @@ projectMembers:
|
|
|
3560
3707
|
workloadsManage: 管理工作负载
|
|
3561
3708
|
configmapsView: 查看 ConfigMaps
|
|
3562
3709
|
ingressView: 查看 Ingress
|
|
3563
|
-
monitoringUiView:
|
|
3710
|
+
monitoringUiView: 查看 Monitoring
|
|
3564
3711
|
projectcatalogsView: 查看项目应用商店
|
|
3565
3712
|
projectroletemplatebindingsView: 查看项目成员
|
|
3566
3713
|
secretsView: 查看密文
|
|
@@ -3574,6 +3721,7 @@ projectNamespaces:
|
|
|
3574
3721
|
createProject: 创建项目
|
|
3575
3722
|
label: 项目/命名空间
|
|
3576
3723
|
noNamespaces: 没有定义的命名空间。
|
|
3724
|
+
noProjectNoNamespaces: 所有命名空间都在一个项目中
|
|
3577
3725
|
|
|
3578
3726
|
prometheusRule:
|
|
3579
3727
|
alertingRules:
|
|
@@ -3592,7 +3740,7 @@ prometheusRule:
|
|
|
3592
3740
|
summary:
|
|
3593
3741
|
input: 概述注释值
|
|
3594
3742
|
label: 概述
|
|
3595
|
-
bannerText: '
|
|
3743
|
+
bannerText: '触发告警时,注释和标签将被传递给配置的 Alertmanager,从而允许它们构造通知信息并发送给接收器。'
|
|
3596
3744
|
for:
|
|
3597
3745
|
label: 告警触发等待时间
|
|
3598
3746
|
placeholder: '60'
|
|
@@ -3631,13 +3779,14 @@ prometheusRule:
|
|
|
3631
3779
|
|
|
3632
3780
|
promptForceRemove:
|
|
3633
3781
|
modalTitle: 是否确认?
|
|
3634
|
-
removeWarning: "
|
|
3782
|
+
removeWarning: "删除底层基础设施时出现问题。如果你继续执行此操作,主机<b>{nameToMatch}</b>将从 Rancher 中删除。强烈建议手动删除所有引用的基础设施。"
|
|
3635
3783
|
forceDelete: 强制删除
|
|
3636
3784
|
confirmName: "在下面输入池名称以确认:"
|
|
3785
|
+
podRemoveWarning: "强制删除不会等待到 Pod 的进程已确认终止。这可能会导致<strong>数据损坏或不一致</strong>。"
|
|
3637
3786
|
|
|
3638
3787
|
promptScaleMachineDown:
|
|
3639
3788
|
attemptingToRemove: "你正在尝试删除 {count} {type}"
|
|
3640
|
-
retainedMachine1: Control Plane 和 Etcd
|
|
3789
|
+
retainedMachine1: Control Plane 和 Etcd 角色要求至少一台主机。
|
|
3641
3790
|
retainedMachine2: <b>{ name }</b> 会保留
|
|
3642
3791
|
|
|
3643
3792
|
promptRemove:
|
|
@@ -3843,7 +3992,9 @@ resourceDetail:
|
|
|
3843
3992
|
created: 创建时间
|
|
3844
3993
|
deleted: 已删除
|
|
3845
3994
|
description: 描述
|
|
3995
|
+
endpoints: 端点
|
|
3846
3996
|
labels: 标签
|
|
3997
|
+
namespaces: 命名空间
|
|
3847
3998
|
ownerReferences: |-
|
|
3848
3999
|
{count, plural,
|
|
3849
4000
|
=1 {所有者}
|
|
@@ -3868,6 +4019,7 @@ resourceDetail:
|
|
|
3868
4019
|
view: "{subtype} {name}"
|
|
3869
4020
|
masthead:
|
|
3870
4021
|
age: 存活时间
|
|
4022
|
+
restartCount: Pod 重启
|
|
3871
4023
|
defaultBannerMessage:
|
|
3872
4024
|
error: 此资源当前处于错误状态,且没有可用的详细消息。
|
|
3873
4025
|
transitioning: 此资源当前处于转换状态,且没有可用的详细消息。
|
|
@@ -3879,6 +4031,7 @@ resourceDetail:
|
|
|
3879
4031
|
project: 项目
|
|
3880
4032
|
detail: 详情
|
|
3881
4033
|
config: 配置
|
|
4034
|
+
graph: Graph
|
|
3882
4035
|
yaml: YAML
|
|
3883
4036
|
managedWarning: |-
|
|
3884
4037
|
此 {type} 由 {hasName, select,
|
|
@@ -3907,7 +4060,7 @@ resourceTable:
|
|
|
3907
4060
|
notInAWorkspace: 不在工作空间内
|
|
3908
4061
|
workspace: "<span>工作空间</span> {name}"
|
|
3909
4062
|
notInANodePool: "不在节点池中"
|
|
3910
|
-
nodePool: "<span>节点池:</span> {name}
|
|
4063
|
+
nodePool: "<span>节点池:</span> {name}"
|
|
3911
4064
|
node: "<span>节点:</span> {name}"
|
|
3912
4065
|
|
|
3913
4066
|
resourceTabs:
|
|
@@ -4031,6 +4184,13 @@ selectOrCreateAuthSecret:
|
|
|
4031
4184
|
createBasic: 创建 HTTP 基本身份验证密文
|
|
4032
4185
|
createS3: 创建与 S3 兼容的身份验证密文
|
|
4033
4186
|
|
|
4187
|
+
serviceAccount:
|
|
4188
|
+
automount: 自动挂载服务账号令牌
|
|
4189
|
+
imagePullSecrets: 镜像拉取密文
|
|
4190
|
+
tabs:
|
|
4191
|
+
serviceAccount:
|
|
4192
|
+
label: 服务账号
|
|
4193
|
+
|
|
4034
4194
|
servicePorts:
|
|
4035
4195
|
header:
|
|
4036
4196
|
label: 端口规则
|
|
@@ -4088,6 +4248,8 @@ servicesPage:
|
|
|
4088
4248
|
label: 集群 IP
|
|
4089
4249
|
placeholder: 例如:10.43.xxx.xxx
|
|
4090
4250
|
label: IP 地址
|
|
4251
|
+
loadBalancer:
|
|
4252
|
+
label: 负载均衡
|
|
4091
4253
|
loadBalancerIp:
|
|
4092
4254
|
label: 负载均衡 IP
|
|
4093
4255
|
placeholder: 例如:192.0.xxx.xxx
|
|
@@ -4121,7 +4283,7 @@ servicesPage:
|
|
|
4121
4283
|
label: Headless
|
|
4122
4284
|
loadBalancer:
|
|
4123
4285
|
abbrv: LB
|
|
4124
|
-
description:
|
|
4286
|
+
description: 使用云提供商的负载均衡器向外部公开服务。
|
|
4125
4287
|
label: 负载均衡
|
|
4126
4288
|
nodePort:
|
|
4127
4289
|
abbrv: NP
|
|
@@ -4148,7 +4310,7 @@ setup:
|
|
|
4148
4310
|
skip: 跳过
|
|
4149
4311
|
tip: 此 {vendor} 安装应使用什么 URL?集群中的所有节点都需要能访问该 URL。
|
|
4150
4312
|
setPassword: 请为默认用户 <code>{username}</code>设置强密码。建议使用生成的随机密码。你也可以自行设置。
|
|
4151
|
-
telemetry: 允许收集<a href="{docsBase}/faq/telemetry/" target="_blank" rel="noopener noreferrer nofollow">匿名统计数据</a>,以帮我们改进 {
|
|
4313
|
+
telemetry: 允许收集<a href="{docsBase}/faq/telemetry/" target="_blank" rel="noopener noreferrer nofollow">匿名统计数据</a>,以帮我们改进 {name}。
|
|
4152
4314
|
useManual: 设置密码
|
|
4153
4315
|
useRandom: 使用随机生成的密码
|
|
4154
4316
|
welcome: 欢迎使用 {vendor}!
|
|
@@ -4201,6 +4363,7 @@ storageClass:
|
|
|
4201
4363
|
volumeType:
|
|
4202
4364
|
label: 卷类型
|
|
4203
4365
|
gp2: GP2 - 通用 SSD
|
|
4366
|
+
gp3: GP3 - 通用 SSD
|
|
4204
4367
|
io1: IO1 - 预配置 IOPS SSD
|
|
4205
4368
|
st1: ST1 - 吞吐量优化型 HDD
|
|
4206
4369
|
sc1: SC1 - 冷存储 HDD
|
|
@@ -4504,13 +4667,14 @@ tableHeaders:
|
|
|
4504
4667
|
ingressDefaultBackend: 默认
|
|
4505
4668
|
ingressTarget: 目标
|
|
4506
4669
|
internalExternalIp: 外网 IP/内网 IP
|
|
4670
|
+
ipaddress: IP 地址
|
|
4507
4671
|
jobs: Job
|
|
4508
4672
|
key: 键
|
|
4509
4673
|
keys: 数据
|
|
4510
4674
|
lastUpdated: 最后更新时间
|
|
4511
4675
|
lastSeen: 最后出现
|
|
4512
4676
|
loggingOutputProviders: 提供商
|
|
4513
|
-
machines:
|
|
4677
|
+
machines: 主机
|
|
4514
4678
|
machineNodeName: 节点
|
|
4515
4679
|
manual: 手动
|
|
4516
4680
|
matches: 匹配
|
|
@@ -4535,8 +4699,10 @@ tableHeaders:
|
|
|
4535
4699
|
persistentVolumeClaim: 持久卷声明
|
|
4536
4700
|
persistentVolumeSource: 源
|
|
4537
4701
|
podImages: 镜像
|
|
4702
|
+
podRestarts: 重启次数
|
|
4538
4703
|
pods: Pod
|
|
4539
4704
|
port: 端口
|
|
4705
|
+
project: 项目
|
|
4540
4706
|
protocol: 协议
|
|
4541
4707
|
provider: 提供商
|
|
4542
4708
|
publicPorts: 公共端口
|
|
@@ -4551,7 +4717,10 @@ tableHeaders:
|
|
|
4551
4717
|
watch: 监视
|
|
4552
4718
|
ready: 就绪
|
|
4553
4719
|
reason: 原因
|
|
4720
|
+
receivers: 接收器
|
|
4721
|
+
receiverTypes: 接收器类型
|
|
4554
4722
|
reclaimPolicy: 回收策略
|
|
4723
|
+
registrationNamespace: 注册命名空间
|
|
4555
4724
|
repo: 仓库
|
|
4556
4725
|
repositories: 仓库
|
|
4557
4726
|
repoName: 仓库名称
|
|
@@ -4564,6 +4733,7 @@ tableHeaders:
|
|
|
4564
4733
|
restarts: 重启次数
|
|
4565
4734
|
role: 角色
|
|
4566
4735
|
roles: 角色
|
|
4736
|
+
routes: 路由
|
|
4567
4737
|
scale: 比例
|
|
4568
4738
|
scope: 范围
|
|
4569
4739
|
selector: 选择器
|
|
@@ -4740,6 +4910,7 @@ validation:
|
|
|
4740
4910
|
apiKey: 需要设置“API 密钥”。
|
|
4741
4911
|
invalidCron: 无效的 cron 调度
|
|
4742
4912
|
k8s:
|
|
4913
|
+
name: 必须由小写字母数字或“-”组成,并且开头和结尾必须是字母数字(例如“my-name”或“123-abc”)。
|
|
4743
4914
|
identifier:
|
|
4744
4915
|
emptyLabel: '“{key}” 不能有空键'
|
|
4745
4916
|
emptyPrefix: '“{key}” 不能有空前缀'
|
|
@@ -4816,6 +4987,7 @@ validation:
|
|
|
4816
4987
|
route:
|
|
4817
4988
|
match: 必须选择至少一个匹配或匹配正则表达式。
|
|
4818
4989
|
interval: '"{key}" 必须是以数字后跟单位(如 1h, 2m, 30s)的格式。'
|
|
4990
|
+
tab: "此选项卡中的一个或多个字段包含表单验证错误"
|
|
4819
4991
|
|
|
4820
4992
|
wizard:
|
|
4821
4993
|
previous: 上一步
|
|
@@ -5013,6 +5185,7 @@ workload:
|
|
|
5013
5185
|
sysctls: Sysctls
|
|
5014
5186
|
sysctlsKey: 名称
|
|
5015
5187
|
standard: 标准容器
|
|
5188
|
+
terminationState: "最后状态:以 {lsExitCode}: {lsDescription} 终止,以 {lsStartedAt} 开始,以 {lsFinishedAt} 结束"
|
|
5016
5189
|
titles:
|
|
5017
5190
|
container: 容器
|
|
5018
5191
|
command: 命令
|
|
@@ -5442,6 +5615,7 @@ harvester:
|
|
|
5442
5615
|
virtualName: 虚拟机名称
|
|
5443
5616
|
promiscuous: Promiscuous
|
|
5444
5617
|
ipv4Address: IPv4 地址
|
|
5618
|
+
filterLabels: 标签过滤
|
|
5445
5619
|
generic:
|
|
5446
5620
|
close: 关闭
|
|
5447
5621
|
open: 打开
|
|
@@ -5479,7 +5653,7 @@ harvester:
|
|
|
5479
5653
|
ruleFileTip: '文件后缀不支持。仅支持后缀为 .img,.iso,.qcow,.qcow2或.raw的镜像文件。'
|
|
5480
5654
|
|
|
5481
5655
|
dashboard:
|
|
5482
|
-
label:
|
|
5656
|
+
label: 仪表板
|
|
5483
5657
|
header: "Harvester 集群:{cluster}"
|
|
5484
5658
|
hardwareResourceGauge:
|
|
5485
5659
|
cpu: CPU
|
|
@@ -5502,7 +5676,7 @@ harvester:
|
|
|
5502
5676
|
version: 版本
|
|
5503
5677
|
host:
|
|
5504
5678
|
label: 主机
|
|
5505
|
-
inconsistentIP: "主机IP
|
|
5679
|
+
inconsistentIP: "主机 IP 不一致,当前 IP:{currentIP},初始 IP:{initIP}"
|
|
5506
5680
|
promote:
|
|
5507
5681
|
none: ' '
|
|
5508
5682
|
running: 角色升级中
|
|
@@ -5609,9 +5783,17 @@ harvester:
|
|
|
5609
5783
|
actionLabel: 拔出
|
|
5610
5784
|
detachVolume:
|
|
5611
5785
|
拔出卷
|
|
5612
|
-
restartTip:
|
|
5613
|
-
|
|
5614
|
-
|
|
5786
|
+
restartTip: |-
|
|
5787
|
+
{restart, select,
|
|
5788
|
+
true {重启}
|
|
5789
|
+
other {启动}
|
|
5790
|
+
}虚拟机以使配置更改生效。
|
|
5791
|
+
runStrategy: 运行策略
|
|
5792
|
+
restartNow: |-
|
|
5793
|
+
{restart, select,
|
|
5794
|
+
true {现在重启}
|
|
5795
|
+
other {现在启动}
|
|
5796
|
+
}
|
|
5615
5797
|
createSSHKey: 创建 SSH 密钥
|
|
5616
5798
|
installAgent: 安装访客代理
|
|
5617
5799
|
enableUsb: 启用 USB Tablet
|
|
@@ -5687,7 +5869,7 @@ harvester:
|
|
|
5687
5869
|
image: 镜像
|
|
5688
5870
|
sshKey: SSH 密钥
|
|
5689
5871
|
sshKeyValue: SSH 密钥
|
|
5690
|
-
MachineType:
|
|
5872
|
+
MachineType: 主机类型
|
|
5691
5873
|
username: 用户名
|
|
5692
5874
|
password: 密码
|
|
5693
5875
|
reservedMemory: 预留内存
|
|
@@ -5754,6 +5936,7 @@ harvester:
|
|
|
5754
5936
|
down: 过去一小时没有事件
|
|
5755
5937
|
console:
|
|
5756
5938
|
down: 此虚拟机已关闭。请启动虚拟机以访问其控制台。
|
|
5939
|
+
shortKeys: 快捷键
|
|
5757
5940
|
|
|
5758
5941
|
volume:
|
|
5759
5942
|
label: 卷
|
|
@@ -5792,6 +5975,10 @@ harvester:
|
|
|
5792
5975
|
basics: 基本信息
|
|
5793
5976
|
nameNsDescription:
|
|
5794
5977
|
name: 模板名称
|
|
5978
|
+
tips:
|
|
5979
|
+
notExistImage:
|
|
5980
|
+
title: 镜像 {name} 不存在。
|
|
5981
|
+
message: 请选择一个新的镜像。
|
|
5795
5982
|
|
|
5796
5983
|
upgradePage:
|
|
5797
5984
|
upgradeApp: 升级软件
|
|
@@ -5919,7 +6106,7 @@ harvester:
|
|
|
5919
6106
|
label: Harvester Monitoring
|
|
5920
6107
|
section:
|
|
5921
6108
|
prometheus: Prometheus 配置
|
|
5922
|
-
prometheusNodeExporter: Prometheus
|
|
6109
|
+
prometheusNodeExporter: Prometheus Node Exporter 配置
|
|
5923
6110
|
tips:
|
|
5924
6111
|
scrape: 每次采集数据的间隔时间
|
|
5925
6112
|
evaluation: 每次评估规则的间隔时间
|
|
@@ -6064,7 +6251,8 @@ typeDescription:
|
|
|
6064
6251
|
# Should fit on one line.
|
|
6065
6252
|
# If you link to anything external, it MUST have
|
|
6066
6253
|
# target="_blank" rel="noopener noreferrer nofollow"
|
|
6067
|
-
|
|
6254
|
+
branding: "管理员可以修改 Rancher 产品名称、Logo 和配色方案来全局自定义 UI 界面。"
|
|
6255
|
+
chart: "除非另有说明,否则所有 Chart 都至少有一个可以安装在具有 Linux 和 Windows 节点的集群上的版本。"
|
|
6068
6256
|
cis.cattle.io.clusterscanbenchmark: Benchmark 版本是指使用 kube-bench 运行的 Benchmark 名称,以及该 Benchmark 的有效配置参数。
|
|
6069
6257
|
cis.cattle.io.clusterscanprofile: 配置文件指定 CIS 扫描的配置,也就是要使用的 Benchmark 版本和该 Benchmark 中要跳过的特定测试。
|
|
6070
6258
|
cis.cattle.io.clusterscan: 扫描是用来根据定义的配置文件,在集群上触发 CIS 扫描的。扫描完成后会创建一份报告。
|
|
@@ -6079,17 +6267,17 @@ typeDescription:
|
|
|
6079
6267
|
monitoring.coreos.com.servicemonitor: Service Monitor 定义了 Prometheus 要抓取的服务组和端点。这是定义指标集合的最常见方法。
|
|
6080
6268
|
monitoring.coreos.com.podmonitor: PodMonitor 定义了 Prometheus 要抓取指标的 Pod 组。更为常用的是 ServiceMonitor。然而,PodMonitor 让你在 ServiceMonitor 不起作用时,处理任何其他情况。
|
|
6081
6269
|
monitoring.coreos.com.prometheusrule: PrometheusRule 定义了记录和/或告警规则。记录规则可以预先计算值并保存结果。告警规则允许你定义向 AlertManager 发送通知的条件。
|
|
6082
|
-
monitoring.coreos.com.prometheus: Prometheus
|
|
6083
|
-
monitoring.coreos.com.alertmanager: Alertmanager 是一个 deployment
|
|
6084
|
-
node: Kubernetes 节点资源展示了承载 Deployment 的虚拟机或物理机。请进入"集群管理"
|
|
6085
|
-
catalog.cattle.io.clusterrepo: 'Chart 仓库是一个 Helm 仓库或 {vendor} 基于
|
|
6086
|
-
catalog.cattle.io.clusterrepo.local: ' Chart 仓库是一个 Helm 仓库或 {vendor} 基于
|
|
6087
|
-
catalog.cattle.io.operation:
|
|
6088
|
-
catalog.cattle.io.app:
|
|
6089
|
-
logging.banzaicloud.io.clusterflow:
|
|
6090
|
-
logging.banzaicloud.io.clusteroutput:
|
|
6091
|
-
logging.banzaicloud.io.flow:
|
|
6092
|
-
logging.banzaicloud.io.output:
|
|
6270
|
+
monitoring.coreos.com.prometheus: Prometheus server 是一个 Prometheus deployment,其抓取的配置和规则由选定的 ServiceMonitor、PodMonitor 和 PrometheusRule 决定。它将其告警信息发送给所有选择的具有定制资源配置的 AlertManager。
|
|
6271
|
+
monitoring.coreos.com.alertmanager: Alertmanager 是一个 deployment。其配置由同一命名空间中的密文指定,该密文决定了告警的接收器。
|
|
6272
|
+
node: Kubernetes 节点资源展示了承载 Deployment 的虚拟机或物理机。请进入"集群管理"页面管理可用节点的生命周期。
|
|
6273
|
+
catalog.cattle.io.clusterrepo: 'Chart 仓库是一个 Helm 仓库或 {vendor} 基于 Git 的应用商店。此处列出了集群中可用的 Chart。'
|
|
6274
|
+
catalog.cattle.io.clusterrepo.local: ' Chart 仓库是一个 Helm 仓库或 {vendor} 基于 Git 的应用商店。此处列出了集群中可用的 Chart。集群模板是通过 Helm Chart 部署的。'
|
|
6275
|
+
catalog.cattle.io.operation: 最近的操作指的是最近应用于集群的一系列 Helm 操作。
|
|
6276
|
+
catalog.cattle.io.app: 已安装的应用指的是通过我们的 Chart 或 Helm CLI 安装的 Helm 3 Chart。
|
|
6277
|
+
logging.banzaicloud.io.clusterflow: 集群日志将被收集并投递到选定的 ClusterOutput 中。
|
|
6278
|
+
logging.banzaicloud.io.clusteroutput: ClusterOutput 定义了日志可以发送到哪些日志提供程序。只有部署在 Logging operator 所在的命名空间中时,ClusterOutput 才生效。
|
|
6279
|
+
logging.banzaicloud.io.flow: Flow 定义了要收集和过滤的日志,以及日志的输出目标。Flow 是一个命名空间资源。换言之,只有部署了该 Flow 的命名空间日志才能被该 Flow 收集。
|
|
6280
|
+
logging.banzaicloud.io.output: Output 定义了日志可以发送到哪些日志提供程序。Output 需要与使用它的 Flow 位于相同的命名空间中。
|
|
6093
6281
|
group.principal: 为组分配全局角色的操作,仅适用于支持组的外部验证提供程序。本地授权不支持组。
|
|
6094
6282
|
|
|
6095
6283
|
typeLabel:
|
|
@@ -6185,8 +6373,8 @@ typeLabel:
|
|
|
6185
6373
|
}
|
|
6186
6374
|
management.cattle.io.setting: |-
|
|
6187
6375
|
{count, plural,
|
|
6188
|
-
one {
|
|
6189
|
-
other {
|
|
6376
|
+
one { 设置 }
|
|
6377
|
+
other { 设置 }
|
|
6190
6378
|
}
|
|
6191
6379
|
management.cattle.io.fleetworkspace: |-
|
|
6192
6380
|
{count, plural,
|
|
@@ -6199,6 +6387,11 @@ typeLabel:
|
|
|
6199
6387
|
one { Prometheus }
|
|
6200
6388
|
other { Prometheus }
|
|
6201
6389
|
}
|
|
6390
|
+
helm.cattle.io.projecthelmchart: |-
|
|
6391
|
+
{count, plural,
|
|
6392
|
+
one { 项目监控 }
|
|
6393
|
+
other { 项目监控 }
|
|
6394
|
+
}
|
|
6202
6395
|
monitoring.coreos.com.servicemonitor: |-
|
|
6203
6396
|
{count, plural,
|
|
6204
6397
|
one { ServiceMonitor }
|
|
@@ -6206,8 +6399,13 @@ typeLabel:
|
|
|
6206
6399
|
}
|
|
6207
6400
|
monitoring.coreos.com.alertmanager: |-
|
|
6208
6401
|
{count, plural,
|
|
6209
|
-
one {
|
|
6210
|
-
other {
|
|
6402
|
+
one { Alertmanager }
|
|
6403
|
+
other { Alertmanager }
|
|
6404
|
+
}
|
|
6405
|
+
monitoring.coreos.com.alertmanagerconfig: |-
|
|
6406
|
+
{count, plural,
|
|
6407
|
+
one { AlertmanagerConfig }
|
|
6408
|
+
other { AlertmanagerConfig }
|
|
6211
6409
|
}
|
|
6212
6410
|
monitoring.coreos.com.podmonitor: |-
|
|
6213
6411
|
{count, plural,
|
|
@@ -6226,8 +6424,8 @@ typeLabel:
|
|
|
6226
6424
|
}
|
|
6227
6425
|
monitoring.coreos.com.receiver: |-
|
|
6228
6426
|
{count, plural,
|
|
6229
|
-
one {
|
|
6230
|
-
other {
|
|
6427
|
+
one { 接收器 }
|
|
6428
|
+
other { 接收器 }
|
|
6231
6429
|
}
|
|
6232
6430
|
monitoring.coreos.com.route: |-
|
|
6233
6431
|
{count, plural,
|
|
@@ -6301,8 +6499,8 @@ typeLabel:
|
|
|
6301
6499
|
}
|
|
6302
6500
|
k8s.cni.cncf.io.networkattachmentdefinition: |-
|
|
6303
6501
|
{count, plural,
|
|
6304
|
-
one {
|
|
6305
|
-
other {
|
|
6502
|
+
one { 网络附加定义 }
|
|
6503
|
+
other { 网络附加定义 }
|
|
6306
6504
|
}
|
|
6307
6505
|
harvesterhci.io.networkattachmentdefinition: |-
|
|
6308
6506
|
{count, plural,
|
|
@@ -6376,8 +6574,8 @@ typeLabel:
|
|
|
6376
6574
|
}
|
|
6377
6575
|
management.cattle.io.apiservice: |-
|
|
6378
6576
|
{count, plural,
|
|
6379
|
-
one { API服务 }
|
|
6380
|
-
other { API服务 }
|
|
6577
|
+
one { API 服务 }
|
|
6578
|
+
other { API 服务 }
|
|
6381
6579
|
}
|
|
6382
6580
|
management.cattle.io.catalog: |-
|
|
6383
6581
|
{count, plural,
|
|
@@ -6504,8 +6702,8 @@ registryConfig:
|
|
|
6504
6702
|
##############################
|
|
6505
6703
|
|
|
6506
6704
|
advancedSettings:
|
|
6507
|
-
label:
|
|
6508
|
-
subtext:
|
|
6705
|
+
label: 设置
|
|
6706
|
+
subtext: 一般用户不需要修改此处的设置。请谨慎操作,不正确的值会破坏 {appName} 的安装。与默认不同的设置会标记为 "Modified"。
|
|
6509
6707
|
show: 显示
|
|
6510
6708
|
hide: 隐藏
|
|
6511
6709
|
none: 无
|
|
@@ -6531,7 +6729,7 @@ advancedSettings:
|
|
|
6531
6729
|
'ui-dashboard-index': '{appName} UI 的 HTML 索引位置。'
|
|
6532
6730
|
'ui-offline-preferred': '控制 UI 资产是由服务器容器在本地提供,还是从 ui-index 和 ui-dashboard-index 设置中定义的远程 URL 提供。`动态` 选项将在 {appName} 的生产版本中使用本地资产。'
|
|
6533
6731
|
'ui-pl': '自有品牌公司名称。'
|
|
6534
|
-
'ui-issues': "使用 URL
|
|
6732
|
+
'ui-issues': "使用 URL 地址发送新的\"提交问题\"报告,而不是让用户发送到 GitHub Issue 页面。"
|
|
6535
6733
|
'telemetry-opt': '遥测报告加入。'
|
|
6536
6734
|
'auth-user-info-max-age-seconds': '在同步验证提供程序组成员之前,用户验证 Token 的最长存活时间。'
|
|
6537
6735
|
'auth-user-info-resync-cron': '重新同步验证提供程序组成员的默认 cron 调度。'
|
|
@@ -6542,6 +6740,7 @@ advancedSettings:
|
|
|
6542
6740
|
'kubeconfig-token-ttl-minutes': 'Kubeconfig Token 的自定义最大 TTL(单位:分钟)。'
|
|
6543
6741
|
'rke-metadata-config': '配置 RKE 元数据刷新参数。'
|
|
6544
6742
|
'ui-banners': '分类横幅用于在页眉、页脚或两者中显示自定义的固定横幅。'
|
|
6743
|
+
'custom-notifications': 编辑自定义通知
|
|
6545
6744
|
'ui-consent-banner': '横幅用于在登录期间,向用户展示自定义同意横幅。'
|
|
6546
6745
|
'ui-default-landing': '用户登录后的默认页面。'
|
|
6547
6746
|
'brand': 在'/assets/brand'中定义,用于替代主题的文件夹名称
|
|
@@ -6564,7 +6763,9 @@ advancedSettings:
|
|
|
6564
6763
|
'harv-support-bundle-namespaces': 指定支持包要收集的其他命名空间中的资源。
|
|
6565
6764
|
'harv-auto-disk-provision-paths': 指定 Harvester 将自动添加为虚拟机存储的磁盘(使用 glob 模式)。
|
|
6566
6765
|
'harv-support-bundle-image': 支持捆绑镜像配置。前往 <a href="https://hub.docker.com/r/rancher/support-bundle-kit/tags" target="_blank">rancher/support-bundle-kit</a> 查看更多版本。
|
|
6766
|
+
'harv-release-download-url': 此设置用于配置<code>升级版本下载</code>的 URL 地址。Harvester 将从该 URL 托管的 (<code>$URL</code>/<code>$VERSION</code>/version.yaml) 文件中获取 ISO URL 和校验和值。
|
|
6567
6767
|
'harvester-monitoring': 指定 Harvester 内置的 Prometheus 将使用的监控配置。
|
|
6768
|
+
'hide-local-cluster': 隐藏 local 集群
|
|
6568
6769
|
editHelp:
|
|
6569
6770
|
'ui-banners': 此设置使用包含 3 个根参数的 JSON 对象,分别是<code>banner</code>、<code>showHeader</code>和<code>showFooter</code>。<code>banner</code> 是包含 <code>textColor</code>,<code>background</code>和<code>text</code>的对象,其中<code>textColor</code> 和 <code>background</code>的值可以是任何有效的 CSS 颜色值。
|
|
6570
6771
|
enum:
|
|
@@ -6642,9 +6843,10 @@ banner:
|
|
|
6642
6843
|
bannerFontSize:
|
|
6643
6844
|
label: '字体大小'
|
|
6644
6845
|
consent: 同意横幅
|
|
6846
|
+
consentFootnote: "提示:使用 \n 进行换行"
|
|
6645
6847
|
|
|
6646
6848
|
branding:
|
|
6647
|
-
label:
|
|
6849
|
+
label: 品牌
|
|
6648
6850
|
directoryName: 品牌资产目录名称
|
|
6649
6851
|
logos:
|
|
6650
6852
|
label: Logo
|
|
@@ -6654,12 +6856,18 @@ branding:
|
|
|
6654
6856
|
uploadLight: 上传浅色 Logo
|
|
6655
6857
|
uploadDark: 上传深色 Logo
|
|
6656
6858
|
useCustom: 使用自定义 Logo
|
|
6859
|
+
favicon:
|
|
6860
|
+
label: 网站图标
|
|
6861
|
+
tip: '上传一个网站图标来替换浏览器选项卡中的 Rancher 图标。最大文件大小为 20KB'
|
|
6862
|
+
preview: 网站图标预览
|
|
6863
|
+
upload: 上传网站图标
|
|
6864
|
+
useCustom: 使用自定义网站图标
|
|
6657
6865
|
options:
|
|
6658
6866
|
default: 默认 Rancher 主题
|
|
6659
6867
|
suse: SUSE 主题
|
|
6660
6868
|
custom: 自定义主题
|
|
6661
6869
|
uiPL:
|
|
6662
|
-
label:
|
|
6870
|
+
label: 自有品牌
|
|
6663
6871
|
uiIssues:
|
|
6664
6872
|
label: 支持链接
|
|
6665
6873
|
issuesUrl: 问题报告 URL
|
|
@@ -6674,9 +6882,15 @@ branding:
|
|
|
6674
6882
|
tip: 使用自定义链接颜色替换整个 UI 中使用的链接颜色。
|
|
6675
6883
|
useCustom: 使用自定义链接颜色
|
|
6676
6884
|
example: 链接示例
|
|
6677
|
-
|
|
6885
|
+
notifications:
|
|
6886
|
+
header: 自定义通知
|
|
6887
|
+
menuLabel: '自定义通知'
|
|
6888
|
+
loginError:
|
|
6889
|
+
header: 登录失败横幅
|
|
6890
|
+
showCheckboxLabel: 显示自定义登录失败文本
|
|
6891
|
+
messageLabel: 要显示的文本
|
|
6678
6892
|
resourceQuota:
|
|
6679
|
-
label:
|
|
6893
|
+
label: 资源配额
|
|
6680
6894
|
headers:
|
|
6681
6895
|
limit: 限制
|
|
6682
6896
|
namespaceDefaultLimit: 命名空间默认限制
|
|
@@ -6714,6 +6928,12 @@ resourceQuota:
|
|
|
6714
6928
|
unitlessPlaceholder: 例如:10
|
|
6715
6929
|
add:
|
|
6716
6930
|
label: 添加资源
|
|
6931
|
+
tooltip:
|
|
6932
|
+
reserved: '其他命名空间:'
|
|
6933
|
+
namespace: '此命名空间:'
|
|
6934
|
+
available: '可用:'
|
|
6935
|
+
max: '总计:'
|
|
6936
|
+
|
|
6717
6937
|
|
|
6718
6938
|
|
|
6719
6939
|
##############################
|
|
@@ -6734,13 +6954,17 @@ support:
|
|
|
6734
6954
|
addLabel: "请输入有效的订阅 ID:"
|
|
6735
6955
|
removeTitle: 是否移除订阅 ID?
|
|
6736
6956
|
removeBody: "注意:这不会影响你的订阅。"
|
|
6957
|
+
|
|
6737
6958
|
suse:
|
|
6738
6959
|
title: "好消息--你已得到保障"
|
|
6739
6960
|
editBrand: 自定义 UI 主题
|
|
6740
6961
|
access:
|
|
6741
6962
|
title: 获取支持
|
|
6742
|
-
text: 登录 SUSE Customer Center
|
|
6963
|
+
text: 登录 SUSE Customer Center 获取订阅支持
|
|
6743
6964
|
action: SUSE Customer Center
|
|
6965
|
+
aws:
|
|
6966
|
+
generateConfig: 生成支持配置
|
|
6967
|
+
text: '登录 SUSE Customer Center 获取订阅支持。需要开启新的支持单?下载下面的支持配置文件。'
|
|
6744
6968
|
promos:
|
|
6745
6969
|
one:
|
|
6746
6970
|
title: 24x7 支持
|
|
@@ -6761,11 +6985,11 @@ embedding:
|
|
|
6761
6985
|
|
|
6762
6986
|
v1ClusterTools:
|
|
6763
6987
|
monitoring:
|
|
6764
|
-
label:
|
|
6765
|
-
description: '旧版 V1
|
|
6988
|
+
label: Monitoring(旧版)
|
|
6989
|
+
description: '旧版 Monitoring V1。自 Rancher 2.5.0 起,我们已弃用 Monitoring V1。了解<a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/">迁移到 Monitoring V2 的步骤</a>。'
|
|
6766
6990
|
logging:
|
|
6767
|
-
label:
|
|
6768
|
-
description: '
|
|
6991
|
+
label: Logging(旧版)
|
|
6992
|
+
description: '旧版 Logging V1。自 Rancher 2.5.0 起,我们已弃用 Logging V1。了解<a target="blank" href="{docsBase}/logging/migrating/">迁移到 Logging V2 的步骤</a>。'
|
|
6769
6993
|
istio:
|
|
6770
6994
|
label: Istio(旧版)
|
|
6771
6995
|
description: '旧版 Istio V1。自 Rancher 2.5.0 起,我们已弃用 Istio V1.5。了解<a target="blank" href="{docsBase}/istio/#migrate-from-previous-istio-version">迁移到最新版本</a> 的更多信息。'
|
|
@@ -6780,7 +7004,7 @@ legacy:
|
|
|
6780
7004
|
globalDnsEntries: 全局 DNS 条目
|
|
6781
7005
|
globalDnsProviders: 全局 DNS 提供商
|
|
6782
7006
|
istio: Istio
|
|
6783
|
-
logging:
|
|
7007
|
+
logging: Logging
|
|
6784
7008
|
notifiers: Notifiers
|
|
6785
7009
|
monitoring: 监控
|
|
6786
7010
|
pipelines: 流水线
|
|
@@ -7045,7 +7269,7 @@ charts:
|
|
|
7045
7269
|
persistence.backingImage.dataSourceType:
|
|
7046
7270
|
label: 存储类后备镜像数据源类型
|
|
7047
7271
|
description: '为用于 Longhorn StorageClass 的后备镜像指定数据源类型。
|
|
7048
|
-
如果后备镜像不存在,Longhorn
|
|
7272
|
+
如果后备镜像不存在,Longhorn 会使用此字段来创建后备镜像。否则,Longhorn 会以此来验证所选的后备镜像。
|
|
7049
7273
|
警告:
|
|
7050
7274
|
- 如果不指定后备镜像名称,设置这个选项是没有效的。
|
|
7051
7275
|
- 如果后备镜像创建时的数据源类型是 \"upload\",建议你使用 UI,而不是此处提及的 StorageClass。如果是上传,文件数据需要在对象创建后发送到 Longhorn 后端,手动进行此操作会非常复杂。'
|