mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Merge pull request #450 from vickyhella/vk-bilingual
Update Chinese translation
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ From the Rancher UI, enter information about your AD instance hosted in Azure to
|
||||
|
||||
:::
|
||||
|
||||
**For Standard or China Enpoints:**
|
||||
**For Standard or China Endpoints:**
|
||||
|
||||
The following table maps the values you copied in the Azure portal to the fields in Rancher:
|
||||
|
||||
|
||||
@@ -268,5 +268,129 @@
|
||||
"theme.SearchPage.fetchingNewResults": {
|
||||
"message": "正在获取新的搜索结果...",
|
||||
"description": "The paragraph for fetching new search results"
|
||||
},
|
||||
"theme.admonition.note": {
|
||||
"message": "备注",
|
||||
"description": "The default label used for the Note admonition (:::note)"
|
||||
},
|
||||
"theme.admonition.tip": {
|
||||
"message": "提示",
|
||||
"description": "The default label used for the Tip admonition (:::tip)"
|
||||
},
|
||||
"theme.admonition.danger": {
|
||||
"message": "危险",
|
||||
"description": "The default label used for the Danger admonition (:::danger)"
|
||||
},
|
||||
"theme.admonition.info": {
|
||||
"message": "信息",
|
||||
"description": "The default label used for the Info admonition (:::info)"
|
||||
},
|
||||
"theme.admonition.caution": {
|
||||
"message": "警告",
|
||||
"description": "The default label used for the Caution admonition (:::caution)"
|
||||
},
|
||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||
"message": "关闭导航栏",
|
||||
"description": "The ARIA label for close button of mobile sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||
"message": "切换导航栏",
|
||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||
},
|
||||
"theme.SearchModal.searchBox.resetButtonTitle": {
|
||||
"message": "清除查询",
|
||||
"description": "The label and ARIA label for search box reset button"
|
||||
},
|
||||
"theme.SearchModal.searchBox.cancelButtonText": {
|
||||
"message": "取消",
|
||||
"description": "The label and ARIA label for search box cancel button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.recentSearchesTitle": {
|
||||
"message": "最近搜索",
|
||||
"description": "The title for recent searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.noRecentSearchesText": {
|
||||
"message": "没有最近搜索",
|
||||
"description": "The text when no recent searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": {
|
||||
"message": "保存这个搜索",
|
||||
"description": "The label for save recent search button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": {
|
||||
"message": "从历史记录中删除这个搜索",
|
||||
"description": "The label for remove recent search button"
|
||||
},
|
||||
"theme.SearchModal.startScreen.favoriteSearchesTitle": {
|
||||
"message": "收藏",
|
||||
"description": "The title for favorite searches"
|
||||
},
|
||||
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": {
|
||||
"message": "从收藏列表中删除这个搜索",
|
||||
"description": "The label for remove favorite search button"
|
||||
},
|
||||
"theme.SearchModal.errorScreen.titleText": {
|
||||
"message": "无法获取结果",
|
||||
"description": "The title for error screen of search modal"
|
||||
},
|
||||
"theme.SearchModal.errorScreen.helpText": {
|
||||
"message": "你可能需要检查网络连接。",
|
||||
"description": "The help text for error screen of search modal"
|
||||
},
|
||||
"theme.SearchModal.footer.selectText": {
|
||||
"message": "选中",
|
||||
"description": "The explanatory text of the action for the enter key"
|
||||
},
|
||||
"theme.SearchModal.footer.selectKeyAriaLabel": {
|
||||
"message": "Enter 键",
|
||||
"description": "The ARIA label for the Enter key button that makes the selection"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateText": {
|
||||
"message": "导航",
|
||||
"description": "The explanatory text of the action for the Arrow up and Arrow down key"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateUpKeyAriaLabel": {
|
||||
"message": "向上键",
|
||||
"description": "The ARIA label for the Arrow up key button that makes the navigation"
|
||||
},
|
||||
"theme.SearchModal.footer.navigateDownKeyAriaLabel": {
|
||||
"message": "向下键",
|
||||
"description": "The ARIA label for the Arrow down key button that makes the navigation"
|
||||
},
|
||||
"theme.SearchModal.footer.closeText": {
|
||||
"message": "关闭",
|
||||
"description": "The explanatory text of the action for Escape key"
|
||||
},
|
||||
"theme.SearchModal.footer.closeKeyAriaLabel": {
|
||||
"message": "Esc 键",
|
||||
"description": "The ARIA label for the Escape key button that close the modal"
|
||||
},
|
||||
"theme.SearchModal.footer.searchByText": {
|
||||
"message": "搜索提供",
|
||||
"description": "The text explain that the search is making by Algolia"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.noResultsText": {
|
||||
"message": "没有结果:",
|
||||
"description": "The text explains that there are no results for the following search"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.suggestedQueryText": {
|
||||
"message": "试试搜索",
|
||||
"description": "The text for the suggested query when no results are found for the following search"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsText": {
|
||||
"message": "认为这个查询应该有结果?",
|
||||
"description": "The text for the question where the user thinks there are missing results"
|
||||
},
|
||||
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": {
|
||||
"message": "请告知我们。",
|
||||
"description": "The text for the link to report missing results"
|
||||
},
|
||||
"theme.SearchModal.placeholder": {
|
||||
"message": "搜索文档",
|
||||
"description": "The placeholder of the input of the DocSearch pop-up modal"
|
||||
},
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "标签",
|
||||
"description": "The title of the tag list page"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,379 +1,378 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "v2.7",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Getting Started": {
|
||||
"message": "开始使用",
|
||||
"description": "The label for category Getting Started in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Quick Start Guides": {
|
||||
"message": "快速入门指南",
|
||||
"description": "The label for category Quick Start Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Manager": {
|
||||
"message": "部署 Rancher Manager",
|
||||
"description": "The label for category Deploy Rancher Manager in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Workloads": {
|
||||
"message": "部署 Rancher 工作负载",
|
||||
"description": "The label for category Deploy Rancher Workloads in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation and Upgrade": {
|
||||
"message": "安装和升级",
|
||||
"description": "The label for category Installation and Upgrade in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation Requirements": {
|
||||
"message": "安装要求",
|
||||
"description": "The label for category Installation Requirements in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation References": {
|
||||
"message": "安装参考",
|
||||
"description": "The label for category Installation References in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install/Upgrade on a Kubernetes Cluster": {
|
||||
"message": "在 Kubernetes 集群上安装\/升级",
|
||||
"description": "The label for category Install/Upgrade on a Kubernetes Cluster in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Installation Methods": {
|
||||
"message": "其他安装方式",
|
||||
"description": "The label for category Other Installation Methods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Air-Gapped Helm CLI Install": {
|
||||
"message": "离线 Helm CLI 安装",
|
||||
"description": "The label for category Air-Gapped Helm CLI Install in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher on a Single Node with Docker": {
|
||||
"message": "使用 Docker 将 Rancher 安装到单个节点中",
|
||||
"description": "The label for category Rancher on a Single Node with Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Behind an HTTP Proxy": {
|
||||
"message": "HTTP 代理后的 Rancher",
|
||||
"description": "The label for category Rancher Behind an HTTP Proxy in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Resources": {
|
||||
"message": "资源",
|
||||
"description": "The label for category Resources in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.How-to Guides": {
|
||||
"message": "操作指南",
|
||||
"description": "The label for category How-to Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.New User Guides": {
|
||||
"message": "新用户指南",
|
||||
"description": "The label for category New User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication, Permissions, and Global Configuration": {
|
||||
"message": "身份验证、权限和全局配置",
|
||||
"description": "The label for category Authentication, Permissions, and Global Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication Config": {
|
||||
"message": "身份验证配置",
|
||||
"description": "The label for category Authentication Config in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure OpenLDAP": {
|
||||
"message": "配置 OpenLDAP",
|
||||
"description": "The label for category Configure OpenLDAP in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Microsoft AD Federation Service (SAML)": {
|
||||
"message": "配置 Microsoft AD FS (SAML)",
|
||||
"description": "The label for category Configure Microsoft AD Federation Service (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Shibboleth (SAML)": {
|
||||
"message": "配置 Shibboleth (SAML)",
|
||||
"description": "The label for category Configure Shibboleth (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Role-Based Access Control (RBAC)": {
|
||||
"message": "管理 RBAC",
|
||||
"description": "The label for category Manage Role-Based Access Control (RBAC) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About Provisioning Drivers": {
|
||||
"message": "关于 Provisioning 驱动",
|
||||
"description": "The label for category About Provisioning Drivers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About RKE1 Templates": {
|
||||
"message": "关于 RKE1 模板",
|
||||
"description": "The label for category About RKE1 Templates in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Clusters": {
|
||||
"message": "管理集群",
|
||||
"description": "The label for category Manage Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Access Clusters": {
|
||||
"message": "访问集群",
|
||||
"description": "The label for category Access Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install Cluster Autoscaler": {
|
||||
"message": "安装 Cluster Autoscaler",
|
||||
"description": "The label for category Install Cluster Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Create Kubernetes Persistent Storage": {
|
||||
"message": "创建 Kubernetes 持久存储",
|
||||
"description": "The label for category Create Kubernetes Persistent Storage in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Provisioning Storage Examples": {
|
||||
"message": "配置存储示例",
|
||||
"description": "The label for category Provisioning Storage Examples in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Cluster Setup": {
|
||||
"message": "Kubernetes 集群设置",
|
||||
"description": "The label for category Kubernetes Cluster Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Infrastructure Setup": {
|
||||
"message": "基础设施设置",
|
||||
"description": "The label for category Infrastructure Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Clusters in Rancher Setup": {
|
||||
"message": "Rancher 设置中的 Kubernetes 集群",
|
||||
"description": "The label for category Kubernetes Clusters in Rancher Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Checklist for Production-Ready Clusters": {
|
||||
"message": "生产就绪集群检查清单",
|
||||
"description": "The label for category Checklist for Production-Ready Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Clusters from Hosted Kubernetes Providers": {
|
||||
"message": "通过托管 Kubernetes 提供商设置集群",
|
||||
"description": "The label for category Set Up Clusters from Hosted Kubernetes Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Windows Clusters": {
|
||||
"message": "使用 Windows 集群",
|
||||
"description": "The label for category Use Windows Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Cloud Providers": {
|
||||
"message": "设置 Cloud Provider",
|
||||
"description": "The label for category Set Up Cloud Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Launch Kubernetes with Rancher": {
|
||||
"message": "使用 Rancher 启动 Kubernetes",
|
||||
"description": "The label for category Launch Kubernetes with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use New Nodes in an Infra Provider": {
|
||||
"message": "在基础设施提供商中使用新节点",
|
||||
"description": "The label for category Use New Nodes in an Infra Provider in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.vSphere": {
|
||||
"message": "vSphere",
|
||||
"description": "The label for category vSphere in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Nutanix": {
|
||||
"message": "Nutanix",
|
||||
"description": "The label for category Nutanix in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Resources Setup": {
|
||||
"message": "Kubernetes 资源设置",
|
||||
"description": "The label for category Kubernetes Resources Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Workloads and Pods": {
|
||||
"message": "工作负载和 Pod",
|
||||
"description": "The label for category Workloads and Pods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Horizontal Pod Autoscaler": {
|
||||
"message": "Horizontal Pod Autoscaler",
|
||||
"description": "The label for category Horizontal Pod Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Load Balancer and Ingress Controller": {
|
||||
"message": "负载均衡和 Ingress Controller",
|
||||
"description": "The label for category Load Balancer and Ingress Controller in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Helm Charts in Rancher": {
|
||||
"message": "Rancher 中的 Helm Chart",
|
||||
"description": "The label for category Helm Charts in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Apps Across Clusters": {
|
||||
"message": "跨集群部署应用",
|
||||
"description": "The label for category Deploy Apps Across Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup, Restore, and Disaster Recovery": {
|
||||
"message": "备份、还原和灾难恢复",
|
||||
"description": "The label for category Backup, Restore, and Disaster Recovery in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced User Guides": {
|
||||
"message": "高级用户指南",
|
||||
"description": "The label for category Advanced User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Projects": {
|
||||
"message": "管理项目",
|
||||
"description": "The label for category Manage Projects in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Project Resource Quotas": {
|
||||
"message": "管理项目资源配额",
|
||||
"description": "The label for category Manage Project Resource Quotas in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring/Alerting Guides": {
|
||||
"message": "Monitoring\/Alerting 指南",
|
||||
"description": "The label for category Monitoring/Alerting Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator Guides": {
|
||||
"message": "Prometheus Federator 指南",
|
||||
"description": "The label for category Prometheus Federator Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration Guides": {
|
||||
"message": "Monitoring V2 配置指南",
|
||||
"description": "The label for category Monitoring V2 Configuration Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced Configuration": {
|
||||
"message": "高级配置",
|
||||
"description": "The label for category Advanced Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio Setup Guide": {
|
||||
"message": "Istio 设置指南",
|
||||
"description": "The label for category Istio Setup Guide in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scan Guides": {
|
||||
"message": "CIS 扫描指南",
|
||||
"description": "The label for category CIS Scan Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Enable Experimental Features": {
|
||||
"message": "启用实验功能",
|
||||
"description": "The label for category Enable Experimental Features in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Reference Guides": {
|
||||
"message": "参考指南",
|
||||
"description": "The label for category Reference Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Best Practices": {
|
||||
"message": "最佳实践",
|
||||
"description": "The label for category Best Practices in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server": {
|
||||
"message": "Rancher Server",
|
||||
"description": "The label for category Rancher Server in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher-Managed Clusters": {
|
||||
"message": "Rancher 管理的集群",
|
||||
"description": "The label for category Rancher-Managed Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Manager Architecture": {
|
||||
"message": "Rancher Manager 架构",
|
||||
"description": "The label for category Rancher Manager Architecture in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cluster Configuration": {
|
||||
"message": "集群配置",
|
||||
"description": "The label for category Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server Configuration": {
|
||||
"message": "Rancher Server 配置",
|
||||
"description": "The label for category Rancher Server Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.GKE Cluster Configuration": {
|
||||
"message": "GKE 集群配置",
|
||||
"description": "The label for category GKE Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Existing Nodes": {
|
||||
"message": "使用现有节点",
|
||||
"description": "The label for category Use Existing Nodes in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Downstream Cluster Configuration": {
|
||||
"message": "下游集群配置",
|
||||
"description": "The label for category Downstream Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Node Template Configuration": {
|
||||
"message": "节点模板配置",
|
||||
"description": "The label for category Node Template Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Machine Configuration": {
|
||||
"message": "主机配置",
|
||||
"description": "The label for category Machine Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Single-Node Rancher in Docker": {
|
||||
"message": "Docker 中的单节点 Rancher",
|
||||
"description": "The label for category Single-Node Rancher in Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Amazon EKS Permissions": {
|
||||
"message": "Amazon EKS 权限",
|
||||
"description": "The label for category Amazon EKS Permissions in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup & Restore Configuration": {
|
||||
"message": "备份和恢复配置",
|
||||
"description": "The label for category Backup & Restore Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration": {
|
||||
"message": "Monitoring V2 配置",
|
||||
"description": "The label for category Monitoring V2 Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator": {
|
||||
"message": "Prometheus Federator",
|
||||
"description": "The label for category Prometheus Federator in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.User Settings": {
|
||||
"message": "用户设置",
|
||||
"description": "The label for category User Settings in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CLI with Rancher": {
|
||||
"message": "Rancher CLI",
|
||||
"description": "The label for category CLI with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About the API": {
|
||||
"message": "关于 API",
|
||||
"description": "The label for category About the API in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Security": {
|
||||
"message": "Rancher 安全",
|
||||
"description": "The label for category Rancher Security in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher v2.6 Hardening Guides": {
|
||||
"message": "Rancher 2.6 强化指南",
|
||||
"description": "The label for category Rancher v2.6 Hardening Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.SELinux RPM": {
|
||||
"message": "SELinux RPM",
|
||||
"description": "The label for category SELinux RPM in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Integrations in Rancher": {
|
||||
"message": "Rancher 中的集成",
|
||||
"description": "The label for category Integrations in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cloud Marketplace Integration": {
|
||||
"message": "云市场集成",
|
||||
"description": "The label for category Cloud Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.AWS Marketplace Integration": {
|
||||
"message": "AWS Marketplace 集成",
|
||||
"description": "The label for category AWS Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scans": {
|
||||
"message": "CIS 扫描",
|
||||
"description": "The label for category CIS Scans in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Fleet - GitOps at Scale": {
|
||||
"message": "Fleet - 大规模的 GitOps",
|
||||
"description": "The label for category Fleet - GitOps at Scale in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio": {
|
||||
"message": "Istio",
|
||||
"description": "The label for category Istio in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configuration Options": {
|
||||
"message": "配置选项",
|
||||
"description": "The label for category Configuration Options in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Logging": {
|
||||
"message": "Logging",
|
||||
"description": "The label for category Logging in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Custom Resource Configuration": {
|
||||
"message": "自定义资源配置",
|
||||
"description": "The label for category Custom Resource Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring and Alerting": {
|
||||
"message": "监控和告警",
|
||||
"description": "The label for category Monitoring and Alerting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.FAQ": {
|
||||
"message": "常见问题",
|
||||
"description": "The label for category FAQ in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Troubleshooting": {
|
||||
"message": "故障排除",
|
||||
"description": "The label for category Troubleshooting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Components": {
|
||||
"message": "Kubernetes 组件",
|
||||
"description": "The label for category Kubernetes Components in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Troubleshooting Tips": {
|
||||
"message": "其他故障排除提示",
|
||||
"description": "The label for category Other Troubleshooting Tips in sidebar tutorialSidebar"
|
||||
}
|
||||
"version.label": {
|
||||
"message": "v2.7",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Getting Started": {
|
||||
"message": "开始使用",
|
||||
"description": "The label for category Getting Started in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Quick Start Guides": {
|
||||
"message": "快速入门指南",
|
||||
"description": "The label for category Quick Start Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Manager": {
|
||||
"message": "部署 Rancher Manager",
|
||||
"description": "The label for category Deploy Rancher Manager in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Workloads": {
|
||||
"message": "部署 Rancher 工作负载",
|
||||
"description": "The label for category Deploy Rancher Workloads in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation and Upgrade": {
|
||||
"message": "安装和升级",
|
||||
"description": "The label for category Installation and Upgrade in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation Requirements": {
|
||||
"message": "安装要求",
|
||||
"description": "The label for category Installation Requirements in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation References": {
|
||||
"message": "安装参考",
|
||||
"description": "The label for category Installation References in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install/Upgrade on a Kubernetes Cluster": {
|
||||
"message": "在 Kubernetes 集群上安装/升级",
|
||||
"description": "The label for category Install/Upgrade on a Kubernetes Cluster in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Installation Methods": {
|
||||
"message": "其他安装方式",
|
||||
"description": "The label for category Other Installation Methods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Air-Gapped Helm CLI Install": {
|
||||
"message": "离线 Helm CLI 安装",
|
||||
"description": "The label for category Air-Gapped Helm CLI Install in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher on a Single Node with Docker": {
|
||||
"message": "使用 Docker 将 Rancher 安装到单个节点中",
|
||||
"description": "The label for category Rancher on a Single Node with Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Behind an HTTP Proxy": {
|
||||
"message": "HTTP 代理后的 Rancher",
|
||||
"description": "The label for category Rancher Behind an HTTP Proxy in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Resources": {
|
||||
"message": "资源",
|
||||
"description": "The label for category Resources in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.How-to Guides": {
|
||||
"message": "操作指南",
|
||||
"description": "The label for category How-to Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.New User Guides": {
|
||||
"message": "新用户指南",
|
||||
"description": "The label for category New User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication, Permissions, and Global Configuration": {
|
||||
"message": "身份验证、权限和全局配置",
|
||||
"description": "The label for category Authentication, Permissions, and Global Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication Config": {
|
||||
"message": "身份验证配置",
|
||||
"description": "The label for category Authentication Config in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure OpenLDAP": {
|
||||
"message": "配置 OpenLDAP",
|
||||
"description": "The label for category Configure OpenLDAP in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Microsoft AD Federation Service (SAML)": {
|
||||
"message": "配置 Microsoft AD FS (SAML)",
|
||||
"description": "The label for category Configure Microsoft AD Federation Service (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Shibboleth (SAML)": {
|
||||
"message": "配置 Shibboleth (SAML)",
|
||||
"description": "The label for category Configure Shibboleth (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Role-Based Access Control (RBAC)": {
|
||||
"message": "管理 RBAC",
|
||||
"description": "The label for category Manage Role-Based Access Control (RBAC) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About Provisioning Drivers": {
|
||||
"message": "关于 Provisioning 驱动",
|
||||
"description": "The label for category About Provisioning Drivers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About RKE1 Templates": {
|
||||
"message": "关于 RKE1 模板",
|
||||
"description": "The label for category About RKE1 Templates in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Clusters": {
|
||||
"message": "管理集群",
|
||||
"description": "The label for category Manage Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Access Clusters": {
|
||||
"message": "访问集群",
|
||||
"description": "The label for category Access Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install Cluster Autoscaler": {
|
||||
"message": "安装 Cluster Autoscaler",
|
||||
"description": "The label for category Install Cluster Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Create Kubernetes Persistent Storage": {
|
||||
"message": "创建 Kubernetes 持久存储",
|
||||
"description": "The label for category Create Kubernetes Persistent Storage in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Provisioning Storage Examples": {
|
||||
"message": "配置存储示例",
|
||||
"description": "The label for category Provisioning Storage Examples in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Cluster Setup": {
|
||||
"message": "Kubernetes 集群设置",
|
||||
"description": "The label for category Kubernetes Cluster Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Infrastructure Setup": {
|
||||
"message": "基础设施设置",
|
||||
"description": "The label for category Infrastructure Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Clusters in Rancher Setup": {
|
||||
"message": "Rancher 设置中的 Kubernetes 集群",
|
||||
"description": "The label for category Kubernetes Clusters in Rancher Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Checklist for Production-Ready Clusters": {
|
||||
"message": "生产就绪集群检查清单",
|
||||
"description": "The label for category Checklist for Production-Ready Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Clusters from Hosted Kubernetes Providers": {
|
||||
"message": "通过托管 Kubernetes 提供商设置集群",
|
||||
"description": "The label for category Set Up Clusters from Hosted Kubernetes Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Windows Clusters": {
|
||||
"message": "使用 Windows 集群",
|
||||
"description": "The label for category Use Windows Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Cloud Providers": {
|
||||
"message": "设置 Cloud Provider",
|
||||
"description": "The label for category Set Up Cloud Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Launch Kubernetes with Rancher": {
|
||||
"message": "使用 Rancher 启动 Kubernetes",
|
||||
"description": "The label for category Launch Kubernetes with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use New Nodes in an Infra Provider": {
|
||||
"message": "在基础设施提供商中使用新节点",
|
||||
"description": "The label for category Use New Nodes in an Infra Provider in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.vSphere": {
|
||||
"message": "vSphere",
|
||||
"description": "The label for category vSphere in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Nutanix": {
|
||||
"message": "Nutanix",
|
||||
"description": "The label for category Nutanix in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Resources Setup": {
|
||||
"message": "Kubernetes 资源设置",
|
||||
"description": "The label for category Kubernetes Resources Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Workloads and Pods": {
|
||||
"message": "工作负载和 Pod",
|
||||
"description": "The label for category Workloads and Pods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Horizontal Pod Autoscaler": {
|
||||
"message": "Horizontal Pod Autoscaler",
|
||||
"description": "The label for category Horizontal Pod Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Load Balancer and Ingress Controller": {
|
||||
"message": "负载均衡和 Ingress Controller",
|
||||
"description": "The label for category Load Balancer and Ingress Controller in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Helm Charts in Rancher": {
|
||||
"message": "Rancher 中的 Helm Chart",
|
||||
"description": "The label for category Helm Charts in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Apps Across Clusters": {
|
||||
"message": "跨集群部署应用",
|
||||
"description": "The label for category Deploy Apps Across Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup, Restore, and Disaster Recovery": {
|
||||
"message": "备份、还原和灾难恢复",
|
||||
"description": "The label for category Backup, Restore, and Disaster Recovery in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced User Guides": {
|
||||
"message": "高级用户指南",
|
||||
"description": "The label for category Advanced User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Projects": {
|
||||
"message": "管理项目",
|
||||
"description": "The label for category Manage Projects in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Project Resource Quotas": {
|
||||
"message": "管理项目资源配额",
|
||||
"description": "The label for category Manage Project Resource Quotas in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring/Alerting Guides": {
|
||||
"message": "Monitoring/Alerting 指南",
|
||||
"description": "The label for category Monitoring/Alerting Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator Guides": {
|
||||
"message": "Prometheus Federator 指南",
|
||||
"description": "The label for category Prometheus Federator Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration Guides": {
|
||||
"message": "Monitoring V2 配置指南",
|
||||
"description": "The label for category Monitoring V2 Configuration Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced Configuration": {
|
||||
"message": "高级配置",
|
||||
"description": "The label for category Advanced Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio Setup Guide": {
|
||||
"message": "Istio 设置指南",
|
||||
"description": "The label for category Istio Setup Guide in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scan Guides": {
|
||||
"message": "CIS 扫描指南",
|
||||
"description": "The label for category CIS Scan Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Enable Experimental Features": {
|
||||
"message": "启用实验功能",
|
||||
"description": "The label for category Enable Experimental Features in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Reference Guides": {
|
||||
"message": "参考指南",
|
||||
"description": "The label for category Reference Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Best Practices": {
|
||||
"message": "最佳实践",
|
||||
"description": "The label for category Best Practices in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server": {
|
||||
"message": "Rancher Server",
|
||||
"description": "The label for category Rancher Server in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher-Managed Clusters": {
|
||||
"message": "Rancher 管理的集群",
|
||||
"description": "The label for category Rancher-Managed Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Manager Architecture": {
|
||||
"message": "Rancher Manager 架构",
|
||||
"description": "The label for category Rancher Manager Architecture in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cluster Configuration": {
|
||||
"message": "集群配置",
|
||||
"description": "The label for category Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server Configuration": {
|
||||
"message": "Rancher Server 配置",
|
||||
"description": "The label for category Rancher Server Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.GKE Cluster Configuration": {
|
||||
"message": "GKE 集群配置",
|
||||
"description": "The label for category GKE Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Existing Nodes": {
|
||||
"message": "使用现有节点",
|
||||
"description": "The label for category Use Existing Nodes in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Downstream Cluster Configuration": {
|
||||
"message": "下游集群配置",
|
||||
"description": "The label for category Downstream Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Node Template Configuration": {
|
||||
"message": "节点模板配置",
|
||||
"description": "The label for category Node Template Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Machine Configuration": {
|
||||
"message": "主机配置",
|
||||
"description": "The label for category Machine Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Single-Node Rancher in Docker": {
|
||||
"message": "Docker 中的单节点 Rancher",
|
||||
"description": "The label for category Single-Node Rancher in Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup & Restore Configuration": {
|
||||
"message": "备份和恢复配置",
|
||||
"description": "The label for category Backup & Restore Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration": {
|
||||
"message": "Monitoring V2 配置",
|
||||
"description": "The label for category Monitoring V2 Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator": {
|
||||
"message": "Prometheus Federator",
|
||||
"description": "The label for category Prometheus Federator in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.User Settings": {
|
||||
"message": "用户设置",
|
||||
"description": "The label for category User Settings in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CLI with Rancher": {
|
||||
"message": "Rancher CLI",
|
||||
"description": "The label for category CLI with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About the API": {
|
||||
"message": "关于 API",
|
||||
"description": "The label for category About the API in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Security": {
|
||||
"message": "Rancher 安全",
|
||||
"description": "The label for category Rancher Security in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher v2.6 Hardening Guides": {
|
||||
"message": "Rancher 2.6 强化指南",
|
||||
"description": "The label for category Rancher v2.6 Hardening Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.SELinux RPM": {
|
||||
"message": "SELinux RPM",
|
||||
"description": "The label for category SELinux RPM in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Integrations in Rancher": {
|
||||
"message": "Rancher 中的集成",
|
||||
"description": "The label for category Integrations in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cloud Marketplace Integration": {
|
||||
"message": "云市场集成",
|
||||
"description": "The label for category Cloud Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.AWS Marketplace Integration": {
|
||||
"message": "AWS Marketplace 集成",
|
||||
"description": "The label for category AWS Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scans": {
|
||||
"message": "CIS 扫描",
|
||||
"description": "The label for category CIS Scans in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Fleet - GitOps at Scale": {
|
||||
"message": "Fleet - 大规模的 GitOps",
|
||||
"description": "The label for category Fleet - GitOps at Scale in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio": {
|
||||
"message": "Istio",
|
||||
"description": "The label for category Istio in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configuration Options": {
|
||||
"message": "配置选项",
|
||||
"description": "The label for category Configuration Options in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Logging": {
|
||||
"message": "Logging",
|
||||
"description": "The label for category Logging in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Custom Resource Configuration": {
|
||||
"message": "自定义资源配置",
|
||||
"description": "The label for category Custom Resource Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring and Alerting": {
|
||||
"message": "监控和告警",
|
||||
"description": "The label for category Monitoring and Alerting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.FAQ": {
|
||||
"message": "常见问题",
|
||||
"description": "The label for category FAQ in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Troubleshooting": {
|
||||
"message": "故障排除",
|
||||
"description": "The label for category Troubleshooting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Components": {
|
||||
"message": "Kubernetes 组件",
|
||||
"description": "The label for category Kubernetes Components in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Troubleshooting Tips": {
|
||||
"message": "其他故障排除提示",
|
||||
"description": "The label for category Other Troubleshooting Tips in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher v2.7 Hardening Guides": {
|
||||
"message": "Rancher v2.7 强化指南",
|
||||
"description": "The label for category Rancher v2.7 Hardening Guides in sidebar tutorialSidebar"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+21
-10
@@ -159,11 +159,23 @@ Rancher 不会验证你授予 Azure 应用程序的权限。我们仅支持使
|
||||
在 Rancher UI 中,输入托管在 Azure 中的 AD 实例的信息以完成配置。
|
||||
|
||||
1. 登录到 Rancher。
|
||||
|
||||
1. 在左上角,单击 **☰ > 用户 & 认证**。
|
||||
|
||||
1. 在左侧导航栏,单击**认证**。
|
||||
|
||||
1. 单击 **AzureAD**。
|
||||
|
||||
1. 使用你在[复制 Azure 应用数据](#4-复制-azure-应用数据)时复制的信息,填写**配置 Azure AD 账号**的表单。
|
||||
|
||||
:::caution
|
||||
|
||||
Azure AD 帐户将被授予管理员权限,因为其详细信息将映射到 Rancher 本地主体帐户。在继续之前确保此权限级别是适当的。
|
||||
|
||||
:::
|
||||
|
||||
**对于标准或中国端点:**
|
||||
|
||||
下表介绍了你在 Azure 门户中复制的值与 Rancher 中字段的映射:
|
||||
|
||||
| Rancher 字段 | Azure 值 |
|
||||
@@ -173,20 +185,19 @@ Rancher 不会验证你授予 Azure 应用程序的权限。我们仅支持使
|
||||
| 应用密文 | Key Value |
|
||||
| 端点 | https://login.microsoftonline.com/ |
|
||||
|
||||
**对于自定义端点**:
|
||||
|
||||
**对于自定义端点**:
|
||||
下表将你的自定义配置值映射到 Rancher 字段:
|
||||
|
||||
下表介绍了你在 Azure 门户中复制的自定义配置值与 Rancher 中字段的映射:
|
||||
| Rancher 字段 | Azure 值 |
|
||||
| ------------------ | ------------------------------------- |
|
||||
| Graph 端点 | Microsoft Graph API Endpoint |
|
||||
| Token 端点 | OAuth 2.0 Token Endpoint |
|
||||
| Auth 端点 | OAuth 2.0 Authorization Endpoint |
|
||||
|
||||
| Rancher 字段 | Azure 值 |
|
||||
| ------------------ | ------------------------------------- |
|
||||
| Graph 端点 | Microsoft Graph API Endpoint |
|
||||
| Token 端点 | OAuth 2.0 Token Endpoint |
|
||||
| Auth 端点 | OAuth 2.0 Authorization Endpoint |
|
||||
**重要提示**:在自定义配置中输入 Graph Endpoint 时,请从 URL 中删除 Tenant ID:
|
||||
|
||||
**重要提示**:在自定义配置中输入 Graph Endpoint 时,请从 URL 中删除 Tenant ID,如下所示:
|
||||
|
||||
<code>http<span>s://g</span>raph.microsoft.com<del>/abb5adde-bee8-4821-8b03-e63efdc7701c</del></code>
|
||||
<code>http<span>s://g</span>raph.microsoft.com<del>/abb5adde-bee8-4821-8b03-e63efdc7701c</del></code>
|
||||
|
||||
1. 点击**启用**。
|
||||
|
||||
|
||||
+1
@@ -8,6 +8,7 @@ title: 在 vSphere 控制台中创建凭证
|
||||
|
||||
| 特权组 | 操作 |
|
||||
|:----------------------|:-----------------------------------------------------------------------|
|
||||
| Cns Privileges | Searchable |
|
||||
| Datastore | AllocateSpace <br/> Browse <br/> FileManagement (Low level file operations) <br/> UpdateVirtualMachineFiles <br/> UpdateVirtualMachineMetadata |
|
||||
| 全局 | Set custom attribute |
|
||||
| 网络 | Assign |
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@ title: vSphere 存储
|
||||
:::
|
||||
|
||||
1. 点击 **☰ > 集群管理**。
|
||||
1. 转到要配置 vSphere 存储的集群。
|
||||
1. 在左侧导航栏中,单击**存储 > 存储类**。
|
||||
1. 选择要使用 vSphere 存储的集群,然后单击**浏览**。
|
||||
1. 在左侧导航栏中,选择**存储 > StorageClass**。
|
||||
1. 单击**创建**。
|
||||
3. 输入存储类的**名称**。
|
||||
4. 在 **Provisioner**下,选择 **VMWare vSphere 卷**。
|
||||
|
||||
+7
-1
@@ -20,7 +20,13 @@ Rancher 中的资源配额包含与 [Kubernetes 原生版本](https://kubernetes
|
||||
1. 在左上角,单击 **☰ > 集群管理**。
|
||||
1. 在**集群**页面,进入要应用资源配额的集群,然后单击 **Explore**。
|
||||
1. 单击**集群 > 项目/命名空间**。
|
||||
1. 找到要添加资源配额的项目。在该项目中选择 **⋮ > 编辑配置**。
|
||||
1. 确保 **Projects/Namespaces** 页面处于 **Group by Project** 视图模式。
|
||||

|
||||
|
||||
1. 找到要添加资源配额的项目,选择与项目名称同行的 **⋮**。
|
||||

|
||||
|
||||
1. 选择**编辑配置**。
|
||||
|
||||
1. 展开**资源限额**并单击**添加资源**。你也可以编辑现有配额。
|
||||
|
||||
|
||||
+2
-2
@@ -73,7 +73,7 @@ S3 存储位置包含以下配置字段:
|
||||
1. **凭证密文**(可选):如果你需要使用 AWS 访问密钥(access key)和密文密钥(secret key)来访问 S3 存储桶,请使用带有密钥和指令 `accessKey` 和 `secretKey` 的凭证来创建密文。它可以是任意一个命名空间。你可以点击[此处](#credentialsecret-示例)查看示例密文。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。凭证密文下拉菜单列出了所有命名空间的密文。
|
||||
1. **存储桶名称**:存储备份文件的 S3 存储桶的名称。
|
||||
1. **区域**(可选):S3 存储桶所在的 AWS [区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。配置 MinIO 时不需要该字段。
|
||||
1. **文件夹**(可选):S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。
|
||||
1. **文件夹**(可选):S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。
|
||||
1. **端点**:用于访问存储桶区域中的 S3 的[端点](https://docs.aws.amazon.com/general/latest/gr/s3.html)。
|
||||
1. **端点 CA**(可选):Base64 编码的 CA 证书。如需获取示例,请参见 [S3 兼容配置示例](#s3-存储配置示例)。
|
||||
1. **跳过 TLS 验证**(可选):如果你不使用 TLS,则设置为 `true`。
|
||||
@@ -84,7 +84,7 @@ S3 存储位置包含以下配置字段:
|
||||
| `credentialSecretName` | 如果你需要使用 AWS 访问密钥(access key)和密文密钥(secret key)来访问 S3 存储桶,请使用带有密钥和指令 `accessKey` 和 `secretKey` 的凭证来创建密文。它可以在任何命名空间中,只要你在 `credentialSecretNamespace` 中提供该命名空间。点击[这里](#credentialsecret-示例)查看示例密文。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。 | |
|
||||
| `credentialSecretNamespace` | 包含访问 S3 的凭证的密文的命名空间。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。 | |
|
||||
| `bucketName` | 存储备份文件的 S3 存储桶的名称。 | ✓ |
|
||||
| `folder` | S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。 | |
|
||||
| `folder` | S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。 | |
|
||||
| `region` | S3 存储桶所在的 AWS [区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。 | ✓ |
|
||||
| `endpoint` | 用于访问存储桶区域中的 S3 的[端点](https://docs.aws.amazon.com/general/latest/gr/s3.html)。 | ✓ |
|
||||
| `endpointCA` | Base64 编码的 CA 证书。如需获取示例,请参见 [S3 兼容配置示例](#s3-存储配置示例)。 | |
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ title: 备份存储位置配置
|
||||
| 凭证密文 | 从 Rancher 的密文中选择 S3 的凭证。[示例](examples.md#在-s3-中存储备份的凭证密文示例)。 |
|
||||
| 存储桶名称 | 存储备份的 [S3 存储桶](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html)的名称。默认值:`rancherbackups`。 |
|
||||
| 区域 | S3 存储桶所在的 [AWS 区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。 |
|
||||
| 文件夹 | 存储备份的 [S3 存储桶中的文件夹](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-folders.html)。 |
|
||||
| 文件夹 | 存储备份的 [S3 存储桶中的文件夹](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-folders.html)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。 |
|
||||
| 端点 | [S3 端点](https://docs.aws.amazon.com/general/latest/gr/s3.html),例如 `s3.us-west-2.amazonaws.com`。 |
|
||||
| Endpoint CA | 用于 S3 端点的 CA 证书。默认值:base64 编码的 CA 证书。 |
|
||||
| insecureTLSSkipVerify | 如果你不使用 TLS,则设置为 `true`。 |
|
||||
|
||||
@@ -315,10 +315,6 @@
|
||||
"message": "About the API",
|
||||
"description": "The label for category About the API in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Pipelines": {
|
||||
"message": "Pipelines",
|
||||
"description": "The label for category Pipelines in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Security": {
|
||||
"message": "Rancher Security",
|
||||
"description": "The label for category Rancher Security in sidebar tutorialSidebar"
|
||||
|
||||
@@ -1,383 +1,378 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "v2.6",
|
||||
"description": "The label for version 2.6"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Getting Started": {
|
||||
"message": "开始使用",
|
||||
"description": "The label for category Getting Started in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Quick Start Guides": {
|
||||
"message": "快速入门指南",
|
||||
"description": "The label for category Quick Start Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Manager": {
|
||||
"message": "部署 Rancher Manager",
|
||||
"description": "The label for category Deploy Rancher Manager in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Workloads": {
|
||||
"message": "部署 Rancher 工作负载",
|
||||
"description": "The label for category Deploy Rancher Workloads in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation and Upgrade": {
|
||||
"message": "安装和升级",
|
||||
"description": "The label for category Installation and Upgrade in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation Requirements": {
|
||||
"message": "安装要求",
|
||||
"description": "The label for category Installation Requirements in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation References": {
|
||||
"message": "安装参考",
|
||||
"description": "The label for category Installation References in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install/Upgrade on a Kubernetes Cluster": {
|
||||
"message": "在 Kubernetes 集群上安装\/升级",
|
||||
"description": "The label for category Install/Upgrade on a Kubernetes Cluster in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Installation Methods": {
|
||||
"message": "其他安装方式",
|
||||
"description": "The label for category Other Installation Methods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Air-Gapped Helm CLI Install": {
|
||||
"message": "离线 Helm CLI 安装",
|
||||
"description": "The label for category Air-Gapped Helm CLI Install in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher on a Single Node with Docker": {
|
||||
"message": "使用 Docker 将 Rancher 安装到单个节点中",
|
||||
"description": "The label for category Rancher on a Single Node with Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Behind an HTTP Proxy": {
|
||||
"message": "HTTP 代理后的 Rancher",
|
||||
"description": "The label for category Rancher Behind an HTTP Proxy in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Resources": {
|
||||
"message": "资源",
|
||||
"description": "The label for category Resources in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.How-to Guides": {
|
||||
"message": "操作指南",
|
||||
"description": "The label for category How-to Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.New User Guides": {
|
||||
"message": "新用户指南",
|
||||
"description": "The label for category New User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication, Permissions, and Global Configuration": {
|
||||
"message": "身份验证、权限和全局配置",
|
||||
"description": "The label for category Authentication, Permissions, and Global Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication Config": {
|
||||
"message": "身份验证配置",
|
||||
"description": "The label for category Authentication Config in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure OpenLDAP": {
|
||||
"message": "配置 OpenLDAP",
|
||||
"description": "The label for category Configure OpenLDAP in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Microsoft AD Federation Service (SAML)": {
|
||||
"message": "配置 Microsoft AD FS (SAML)",
|
||||
"description": "The label for category Configure Microsoft AD Federation Service (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Shibboleth (SAML)": {
|
||||
"message": "配置 Shibboleth (SAML)",
|
||||
"description": "The label for category Configure Shibboleth (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Role-Based Access Control (RBAC)": {
|
||||
"message": "管理 RBAC",
|
||||
"description": "The label for category Manage Role-Based Access Control (RBAC) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About Provisioning Drivers": {
|
||||
"message": "关于 Provisioning 驱动",
|
||||
"description": "The label for category About Provisioning Drivers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About RKE1 Templates": {
|
||||
"message": "关于 RKE1 模板",
|
||||
"description": "The label for category About RKE1 Templates in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Clusters": {
|
||||
"message": "管理集群",
|
||||
"description": "The label for category Manage Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Access Clusters": {
|
||||
"message": "访问集群",
|
||||
"description": "The label for category Access Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install Cluster Autoscaler": {
|
||||
"message": "安装 Cluster Autoscaler",
|
||||
"description": "The label for category Install Cluster Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Create Kubernetes Persistent Storage": {
|
||||
"message": "创建 Kubernetes 持久存储",
|
||||
"description": "The label for category Create Kubernetes Persistent Storage in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Provisioning Storage Examples": {
|
||||
"message": "配置存储示例",
|
||||
"description": "The label for category Provisioning Storage Examples in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Cluster Setup": {
|
||||
"message": "Kubernetes 集群设置",
|
||||
"description": "The label for category Kubernetes Cluster Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Infrastructure Setup": {
|
||||
"message": "基础设施设置",
|
||||
"description": "The label for category Infrastructure Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Clusters in Rancher Setup": {
|
||||
"message": "Rancher 设置中的 Kubernetes 集群",
|
||||
"description": "The label for category Kubernetes Clusters in Rancher Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Checklist for Production-Ready Clusters": {
|
||||
"message": "生产就绪集群检查清单",
|
||||
"description": "The label for category Checklist for Production-Ready Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Clusters from Hosted Kubernetes Providers": {
|
||||
"message": "通过托管 Kubernetes 提供商设置集群",
|
||||
"description": "The label for category Set Up Clusters from Hosted Kubernetes Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Windows Clusters": {
|
||||
"message": "使用 Windows 集群",
|
||||
"description": "The label for category Use Windows Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Cloud Providers": {
|
||||
"message": "设置 Cloud Provider",
|
||||
"description": "The label for category Set Up Cloud Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Launch Kubernetes with Rancher": {
|
||||
"message": "使用 Rancher 启动 Kubernetes",
|
||||
"description": "The label for category Launch Kubernetes with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use New Nodes in an Infra Provider": {
|
||||
"message": "在基础设施提供商中使用新节点",
|
||||
"description": "The label for category Use New Nodes in an Infra Provider in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.vSphere": {
|
||||
"message": "vSphere",
|
||||
"description": "The label for category vSphere in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Nutanix": {
|
||||
"message": "Nutanix",
|
||||
"description": "The label for category Nutanix in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Resources Setup": {
|
||||
"message": "Kubernetes 资源设置",
|
||||
"description": "The label for category Kubernetes Resources Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Workloads and Pods": {
|
||||
"message": "工作负载和 Pod",
|
||||
"description": "The label for category Workloads and Pods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Horizontal Pod Autoscaler": {
|
||||
"message": "Horizontal Pod Autoscaler",
|
||||
"description": "The label for category Horizontal Pod Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Load Balancer and Ingress Controller": {
|
||||
"message": "负载均衡和 Ingress Controller",
|
||||
"description": "The label for category Load Balancer and Ingress Controller in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Helm Charts in Rancher": {
|
||||
"message": "Rancher 中的 Helm Chart",
|
||||
"description": "The label for category Helm Charts in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Apps Across Clusters": {
|
||||
"message": "跨集群部署应用",
|
||||
"description": "The label for category Deploy Apps Across Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup, Restore, and Disaster Recovery": {
|
||||
"message": "备份、还原和灾难恢复",
|
||||
"description": "The label for category Backup, Restore, and Disaster Recovery in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced User Guides": {
|
||||
"message": "高级用户指南",
|
||||
"description": "The label for category Advanced User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Projects": {
|
||||
"message": "管理项目",
|
||||
"description": "The label for category Manage Projects in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Project Resource Quotas": {
|
||||
"message": "管理项目资源配额",
|
||||
"description": "The label for category Manage Project Resource Quotas in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring/Alerting Guides": {
|
||||
"message": "Monitoring\/Alerting 指南",
|
||||
"description": "The label for category Monitoring/Alerting Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator Guides": {
|
||||
"message": "Prometheus Federator 指南",
|
||||
"description": "The label for category Prometheus Federator Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration Guides": {
|
||||
"message": "Monitoring V2 配置指南",
|
||||
"description": "The label for category Monitoring V2 Configuration Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced Configuration": {
|
||||
"message": "高级配置",
|
||||
"description": "The label for category Advanced Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio Setup Guide": {
|
||||
"message": "Istio 设置指南",
|
||||
"description": "The label for category Istio Setup Guide in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scan Guides": {
|
||||
"message": "CIS 扫描指南",
|
||||
"description": "The label for category CIS Scan Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Enable Experimental Features": {
|
||||
"message": "启用实验功能",
|
||||
"description": "The label for category Enable Experimental Features in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Reference Guides": {
|
||||
"message": "参考指南",
|
||||
"description": "The label for category Reference Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Best Practices": {
|
||||
"message": "最佳实践",
|
||||
"description": "The label for category Best Practices in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server": {
|
||||
"message": "Rancher Server",
|
||||
"description": "The label for category Rancher Server in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher-Managed Clusters": {
|
||||
"message": "Rancher 管理的集群",
|
||||
"description": "The label for category Rancher-Managed Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Manager Architecture": {
|
||||
"message": "Rancher Manager 架构",
|
||||
"description": "The label for category Rancher Manager Architecture in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cluster Configuration": {
|
||||
"message": "集群配置",
|
||||
"description": "The label for category Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server Configuration": {
|
||||
"message": "Rancher Server 配置",
|
||||
"description": "The label for category Rancher Server Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.GKE Cluster Configuration": {
|
||||
"message": "GKE 集群配置",
|
||||
"description": "The label for category GKE Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Existing Nodes": {
|
||||
"message": "使用现有节点",
|
||||
"description": "The label for category Use Existing Nodes in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Downstream Cluster Configuration": {
|
||||
"message": "下游集群配置",
|
||||
"description": "The label for category Downstream Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Node Template Configuration": {
|
||||
"message": "节点模板配置",
|
||||
"description": "The label for category Node Template Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Machine Configuration": {
|
||||
"message": "主机配置",
|
||||
"description": "The label for category Machine Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Single-Node Rancher in Docker": {
|
||||
"message": "Docker 中的单节点 Rancher",
|
||||
"description": "The label for category Single-Node Rancher in Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Amazon EKS Permissions": {
|
||||
"message": "Amazon EKS 权限",
|
||||
"description": "The label for category Amazon EKS Permissions in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup & Restore Configuration": {
|
||||
"message": "备份和恢复配置",
|
||||
"description": "The label for category Backup & Restore Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration": {
|
||||
"message": "Monitoring V2 配置",
|
||||
"description": "The label for category Monitoring V2 Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator": {
|
||||
"message": "Prometheus Federator",
|
||||
"description": "The label for category Prometheus Federator in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.User Settings": {
|
||||
"message": "用户设置",
|
||||
"description": "The label for category User Settings in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CLI with Rancher": {
|
||||
"message": "Rancher CLI",
|
||||
"description": "The label for category CLI with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About the API": {
|
||||
"message": "关于 API",
|
||||
"description": "The label for category About the API in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Pipelines": {
|
||||
"message": "流水线",
|
||||
"description": "The label for category Pipelines in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Security": {
|
||||
"message": "Rancher 安全",
|
||||
"description": "The label for category Rancher Security in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher v2.6 Hardening Guides": {
|
||||
"message": "Rancher 2.6 强化指南",
|
||||
"description": "The label for category Rancher v2.6 Hardening Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.SELinux RPM": {
|
||||
"message": "SELinux RPM",
|
||||
"description": "The label for category SELinux RPM in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Integrations in Rancher": {
|
||||
"message": "Rancher 中的集成",
|
||||
"description": "The label for category Integrations in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cloud Marketplace Integration": {
|
||||
"message": "云市场集成",
|
||||
"description": "The label for category Cloud Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.AWS Marketplace Integration": {
|
||||
"message": "AWS Marketplace 集成",
|
||||
"description": "The label for category AWS Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scans": {
|
||||
"message": "CIS 扫描",
|
||||
"description": "The label for category CIS Scans in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Fleet - GitOps at Scale": {
|
||||
"message": "Fleet - 大规模的 GitOps",
|
||||
"description": "The label for category Fleet - GitOps at Scale in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio": {
|
||||
"message": "Istio",
|
||||
"description": "The label for category Istio in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configuration Options": {
|
||||
"message": "配置选项",
|
||||
"description": "The label for category Configuration Options in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Logging": {
|
||||
"message": "Logging",
|
||||
"description": "The label for category Logging in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Custom Resource Configuration": {
|
||||
"message": "自定义资源配置",
|
||||
"description": "The label for category Custom Resource Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring and Alerting": {
|
||||
"message": "监控和告警",
|
||||
"description": "The label for category Monitoring and Alerting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.FAQ": {
|
||||
"message": "常见问题",
|
||||
"description": "The label for category FAQ in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Troubleshooting": {
|
||||
"message": "故障排除",
|
||||
"description": "The label for category Troubleshooting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Components": {
|
||||
"message": "Kubernetes 组件",
|
||||
"description": "The label for category Kubernetes Components in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Troubleshooting Tips": {
|
||||
"message": "其他故障排除提示",
|
||||
"description": "The label for category Other Troubleshooting Tips in sidebar tutorialSidebar"
|
||||
}
|
||||
"version.label": {
|
||||
"message": "v2.6",
|
||||
"description": "The label for version 2.6"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Getting Started": {
|
||||
"message": "开始使用",
|
||||
"description": "The label for category Getting Started in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Quick Start Guides": {
|
||||
"message": "快速入门指南",
|
||||
"description": "The label for category Quick Start Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Manager": {
|
||||
"message": "部署 Rancher Manager",
|
||||
"description": "The label for category Deploy Rancher Manager in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Rancher Workloads": {
|
||||
"message": "部署 Rancher 工作负载",
|
||||
"description": "The label for category Deploy Rancher Workloads in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation and Upgrade": {
|
||||
"message": "安装和升级",
|
||||
"description": "The label for category Installation and Upgrade in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation Requirements": {
|
||||
"message": "安装要求",
|
||||
"description": "The label for category Installation Requirements in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Installation References": {
|
||||
"message": "安装参考",
|
||||
"description": "The label for category Installation References in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install/Upgrade on a Kubernetes Cluster": {
|
||||
"message": "在 Kubernetes 集群上安装/升级",
|
||||
"description": "The label for category Install/Upgrade on a Kubernetes Cluster in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Installation Methods": {
|
||||
"message": "其他安装方式",
|
||||
"description": "The label for category Other Installation Methods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Air-Gapped Helm CLI Install": {
|
||||
"message": "离线 Helm CLI 安装",
|
||||
"description": "The label for category Air-Gapped Helm CLI Install in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher on a Single Node with Docker": {
|
||||
"message": "使用 Docker 将 Rancher 安装到单个节点中",
|
||||
"description": "The label for category Rancher on a Single Node with Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Behind an HTTP Proxy": {
|
||||
"message": "HTTP 代理后的 Rancher",
|
||||
"description": "The label for category Rancher Behind an HTTP Proxy in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Resources": {
|
||||
"message": "资源",
|
||||
"description": "The label for category Resources in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.How-to Guides": {
|
||||
"message": "操作指南",
|
||||
"description": "The label for category How-to Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.New User Guides": {
|
||||
"message": "新用户指南",
|
||||
"description": "The label for category New User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication, Permissions, and Global Configuration": {
|
||||
"message": "身份验证、权限和全局配置",
|
||||
"description": "The label for category Authentication, Permissions, and Global Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Authentication Config": {
|
||||
"message": "身份验证配置",
|
||||
"description": "The label for category Authentication Config in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure OpenLDAP": {
|
||||
"message": "配置 OpenLDAP",
|
||||
"description": "The label for category Configure OpenLDAP in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Microsoft AD Federation Service (SAML)": {
|
||||
"message": "配置 Microsoft AD FS (SAML)",
|
||||
"description": "The label for category Configure Microsoft AD Federation Service (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configure Shibboleth (SAML)": {
|
||||
"message": "配置 Shibboleth (SAML)",
|
||||
"description": "The label for category Configure Shibboleth (SAML) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Role-Based Access Control (RBAC)": {
|
||||
"message": "管理 RBAC",
|
||||
"description": "The label for category Manage Role-Based Access Control (RBAC) in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About Provisioning Drivers": {
|
||||
"message": "关于 Provisioning 驱动",
|
||||
"description": "The label for category About Provisioning Drivers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About RKE1 Templates": {
|
||||
"message": "关于 RKE1 模板",
|
||||
"description": "The label for category About RKE1 Templates in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Clusters": {
|
||||
"message": "管理集群",
|
||||
"description": "The label for category Manage Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Access Clusters": {
|
||||
"message": "访问集群",
|
||||
"description": "The label for category Access Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Install Cluster Autoscaler": {
|
||||
"message": "安装 Cluster Autoscaler",
|
||||
"description": "The label for category Install Cluster Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Create Kubernetes Persistent Storage": {
|
||||
"message": "创建 Kubernetes 持久存储",
|
||||
"description": "The label for category Create Kubernetes Persistent Storage in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Provisioning Storage Examples": {
|
||||
"message": "配置存储示例",
|
||||
"description": "The label for category Provisioning Storage Examples in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Cluster Setup": {
|
||||
"message": "Kubernetes 集群设置",
|
||||
"description": "The label for category Kubernetes Cluster Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Infrastructure Setup": {
|
||||
"message": "基础设施设置",
|
||||
"description": "The label for category Infrastructure Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Clusters in Rancher Setup": {
|
||||
"message": "Rancher 设置中的 Kubernetes 集群",
|
||||
"description": "The label for category Kubernetes Clusters in Rancher Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Checklist for Production-Ready Clusters": {
|
||||
"message": "生产就绪集群检查清单",
|
||||
"description": "The label for category Checklist for Production-Ready Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Clusters from Hosted Kubernetes Providers": {
|
||||
"message": "通过托管 Kubernetes 提供商设置集群",
|
||||
"description": "The label for category Set Up Clusters from Hosted Kubernetes Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Windows Clusters": {
|
||||
"message": "使用 Windows 集群",
|
||||
"description": "The label for category Use Windows Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Set Up Cloud Providers": {
|
||||
"message": "设置 Cloud Provider",
|
||||
"description": "The label for category Set Up Cloud Providers in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Launch Kubernetes with Rancher": {
|
||||
"message": "使用 Rancher 启动 Kubernetes",
|
||||
"description": "The label for category Launch Kubernetes with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use New Nodes in an Infra Provider": {
|
||||
"message": "在基础设施提供商中使用新节点",
|
||||
"description": "The label for category Use New Nodes in an Infra Provider in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.vSphere": {
|
||||
"message": "vSphere",
|
||||
"description": "The label for category vSphere in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Nutanix": {
|
||||
"message": "Nutanix",
|
||||
"description": "The label for category Nutanix in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Resources Setup": {
|
||||
"message": "Kubernetes 资源设置",
|
||||
"description": "The label for category Kubernetes Resources Setup in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Workloads and Pods": {
|
||||
"message": "工作负载和 Pod",
|
||||
"description": "The label for category Workloads and Pods in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Horizontal Pod Autoscaler": {
|
||||
"message": "Horizontal Pod Autoscaler",
|
||||
"description": "The label for category Horizontal Pod Autoscaler in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Load Balancer and Ingress Controller": {
|
||||
"message": "负载均衡和 Ingress Controller",
|
||||
"description": "The label for category Load Balancer and Ingress Controller in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Helm Charts in Rancher": {
|
||||
"message": "Rancher 中的 Helm Chart",
|
||||
"description": "The label for category Helm Charts in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Deploy Apps Across Clusters": {
|
||||
"message": "跨集群部署应用",
|
||||
"description": "The label for category Deploy Apps Across Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup, Restore, and Disaster Recovery": {
|
||||
"message": "备份、还原和灾难恢复",
|
||||
"description": "The label for category Backup, Restore, and Disaster Recovery in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced User Guides": {
|
||||
"message": "高级用户指南",
|
||||
"description": "The label for category Advanced User Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Projects": {
|
||||
"message": "管理项目",
|
||||
"description": "The label for category Manage Projects in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Manage Project Resource Quotas": {
|
||||
"message": "管理项目资源配额",
|
||||
"description": "The label for category Manage Project Resource Quotas in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring/Alerting Guides": {
|
||||
"message": "Monitoring/Alerting 指南",
|
||||
"description": "The label for category Monitoring/Alerting Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator Guides": {
|
||||
"message": "Prometheus Federator 指南",
|
||||
"description": "The label for category Prometheus Federator Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration Guides": {
|
||||
"message": "Monitoring V2 配置指南",
|
||||
"description": "The label for category Monitoring V2 Configuration Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Advanced Configuration": {
|
||||
"message": "高级配置",
|
||||
"description": "The label for category Advanced Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio Setup Guide": {
|
||||
"message": "Istio 设置指南",
|
||||
"description": "The label for category Istio Setup Guide in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scan Guides": {
|
||||
"message": "CIS 扫描指南",
|
||||
"description": "The label for category CIS Scan Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Enable Experimental Features": {
|
||||
"message": "启用实验功能",
|
||||
"description": "The label for category Enable Experimental Features in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Reference Guides": {
|
||||
"message": "参考指南",
|
||||
"description": "The label for category Reference Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Best Practices": {
|
||||
"message": "最佳实践",
|
||||
"description": "The label for category Best Practices in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server": {
|
||||
"message": "Rancher Server",
|
||||
"description": "The label for category Rancher Server in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher-Managed Clusters": {
|
||||
"message": "Rancher 管理的集群",
|
||||
"description": "The label for category Rancher-Managed Clusters in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Manager Architecture": {
|
||||
"message": "Rancher Manager 架构",
|
||||
"description": "The label for category Rancher Manager Architecture in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cluster Configuration": {
|
||||
"message": "集群配置",
|
||||
"description": "The label for category Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Server Configuration": {
|
||||
"message": "Rancher Server 配置",
|
||||
"description": "The label for category Rancher Server Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.GKE Cluster Configuration": {
|
||||
"message": "GKE 集群配置",
|
||||
"description": "The label for category GKE Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Use Existing Nodes": {
|
||||
"message": "使用现有节点",
|
||||
"description": "The label for category Use Existing Nodes in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Downstream Cluster Configuration": {
|
||||
"message": "下游集群配置",
|
||||
"description": "The label for category Downstream Cluster Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Node Template Configuration": {
|
||||
"message": "节点模板配置",
|
||||
"description": "The label for category Node Template Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Machine Configuration": {
|
||||
"message": "主机配置",
|
||||
"description": "The label for category Machine Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Single-Node Rancher in Docker": {
|
||||
"message": "Docker 中的单节点 Rancher",
|
||||
"description": "The label for category Single-Node Rancher in Docker in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Backup & Restore Configuration": {
|
||||
"message": "备份和恢复配置",
|
||||
"description": "The label for category Backup & Restore Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring V2 Configuration": {
|
||||
"message": "Monitoring V2 配置",
|
||||
"description": "The label for category Monitoring V2 Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Prometheus Federator": {
|
||||
"message": "Prometheus Federator",
|
||||
"description": "The label for category Prometheus Federator in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.User Settings": {
|
||||
"message": "用户设置",
|
||||
"description": "The label for category User Settings in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CLI with Rancher": {
|
||||
"message": "Rancher CLI",
|
||||
"description": "The label for category CLI with Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.About the API": {
|
||||
"message": "关于 API",
|
||||
"description": "The label for category About the API in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Pipelines": {
|
||||
"message": "流水线",
|
||||
"description": "The label for category Pipelines in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher Security": {
|
||||
"message": "Rancher 安全",
|
||||
"description": "The label for category Rancher Security in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Rancher v2.6 Hardening Guides": {
|
||||
"message": "Rancher 2.6 强化指南",
|
||||
"description": "The label for category Rancher v2.6 Hardening Guides in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.SELinux RPM": {
|
||||
"message": "SELinux RPM",
|
||||
"description": "The label for category SELinux RPM in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Integrations in Rancher": {
|
||||
"message": "Rancher 中的集成",
|
||||
"description": "The label for category Integrations in Rancher in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Cloud Marketplace Integration": {
|
||||
"message": "云市场集成",
|
||||
"description": "The label for category Cloud Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.AWS Marketplace Integration": {
|
||||
"message": "AWS Marketplace 集成",
|
||||
"description": "The label for category AWS Marketplace Integration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.CIS Scans": {
|
||||
"message": "CIS 扫描",
|
||||
"description": "The label for category CIS Scans in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Fleet - GitOps at Scale": {
|
||||
"message": "Fleet - 大规模的 GitOps",
|
||||
"description": "The label for category Fleet - GitOps at Scale in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Istio": {
|
||||
"message": "Istio",
|
||||
"description": "The label for category Istio in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Configuration Options": {
|
||||
"message": "配置选项",
|
||||
"description": "The label for category Configuration Options in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Logging": {
|
||||
"message": "Logging",
|
||||
"description": "The label for category Logging in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Custom Resource Configuration": {
|
||||
"message": "自定义资源配置",
|
||||
"description": "The label for category Custom Resource Configuration in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Monitoring and Alerting": {
|
||||
"message": "监控和告警",
|
||||
"description": "The label for category Monitoring and Alerting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.FAQ": {
|
||||
"message": "常见问题",
|
||||
"description": "The label for category FAQ in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Troubleshooting": {
|
||||
"message": "故障排除",
|
||||
"description": "The label for category Troubleshooting in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Kubernetes Components": {
|
||||
"message": "Kubernetes 组件",
|
||||
"description": "The label for category Kubernetes Components in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.Other Troubleshooting Tips": {
|
||||
"message": "其他故障排除提示",
|
||||
"description": "The label for category Other Troubleshooting Tips in sidebar tutorialSidebar"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+22
-15
@@ -127,8 +127,6 @@ Microsoft Graph API 现在是设置 Azure AD 的流程。下文将帮助[新用
|
||||
|
||||
#### 4. 复制 Azure 应用数据
|
||||
|
||||
这是在 Azure 中执行的的最后一步。你需要复制用于配置 Rancher 以进行 Azure AD 身份验证的数据,并将其粘贴到一个空文本文件中。
|
||||
|
||||
1. 获取你的 Rancher **租户 ID**。
|
||||
|
||||
1. 使用搜索打开 **App registrations**。
|
||||
@@ -176,14 +174,24 @@ Microsoft Graph API 现在是设置 Azure AD 的流程。下文将帮助[新用
|
||||
|
||||
在 Rancher UI 中,输入托管在 Azure 中的 AD 实例的信息以完成配置。
|
||||
|
||||
输入你复制到[文本文件](#tip)的值。
|
||||
|
||||
1. 登录到 Rancher。
|
||||
|
||||
1. 在左上角,单击 **☰ > 用户 & 认证**。
|
||||
|
||||
1. 在左侧导航栏,单击**认证**。
|
||||
|
||||
1. 单击 **AzureAD**。
|
||||
|
||||
1. 使用你在[复制 Azure 应用数据](#4-复制-azure-应用数据)时复制的信息,填写**配置 Azure AD 账号**的表单。
|
||||
|
||||
:::caution
|
||||
|
||||
Azure AD 帐户将被授予管理员权限,因为其详细信息将映射到 Rancher 本地主体帐户。在继续之前确保此权限级别是适当的。
|
||||
|
||||
:::
|
||||
|
||||
**对于标准或中国端点:**
|
||||
|
||||
下表介绍了你在 Azure 门户中复制的值与 Rancher 中字段的映射:
|
||||
|
||||
| Rancher 字段 | Azure 值 |
|
||||
@@ -193,20 +201,19 @@ Microsoft Graph API 现在是设置 Azure AD 的流程。下文将帮助[新用
|
||||
| 应用密文 | Key Value |
|
||||
| 端点 | https://login.microsoftonline.com/ |
|
||||
|
||||
**对于自定义端点**:
|
||||
|
||||
**对于自定义端点**:
|
||||
下表介绍了你在 Azure 门户中复制的自定义配置值与 Rancher 中字段的映射:
|
||||
|
||||
下表介绍了你在 Azure 门户中复制的自定义配置值与 Rancher 中字段的映射:
|
||||
| Rancher 字段 | Azure 值 |
|
||||
| ------------------ | ------------------------------------- |
|
||||
| Graph 端点 | Microsoft Graph API Endpoint |
|
||||
| Token 端点 | OAuth 2.0 Token Endpoint |
|
||||
| Auth 端点 | OAuth 2.0 Authorization Endpoint |
|
||||
|
||||
| Rancher 字段 | Azure 值 |
|
||||
| ------------------ | ------------------------------------- |
|
||||
| Graph 端点 | Microsoft Graph API Endpoint |
|
||||
| Token 端点 | OAuth 2.0 Token Endpoint |
|
||||
| Auth 端点 | OAuth 2.0 Authorization Endpoint |
|
||||
**重要提示**:在自定义配置中输入 Graph Endpoint 时,请从 URL 中删除 Tenant ID:
|
||||
|
||||
**重要提示**:在自定义配置中输入 Graph Endpoint 时,请从 URL 中删除 Tenant ID,如下所示:
|
||||
|
||||
<code>http<span>s://g</span>raph.microsoft.com/<del>abb5adde-bee8-4821-8b03-e63efdc7701c</del></code>
|
||||
<code>http<span>s://g</span>raph.microsoft.com<del>/abb5adde-bee8-4821-8b03-e63efdc7701c</del></code>
|
||||
|
||||
1. 点击**启用**。
|
||||
|
||||
@@ -309,4 +316,4 @@ Token 端点 | https://login.chinacloudapi.cn/{tenantID}/oauth2/token
|
||||
> - 使用另一个第三方身份验证系统并在 Rancher 中进行设置。请参阅[身份验证文档](../../../../pages-for-subheaders/authentication-config.md),了解如何配置其他开放式身份验证提供程序。
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</Tabs>
|
||||
|
||||
+1
@@ -8,6 +8,7 @@ title: 在 vSphere 控制台中创建凭证
|
||||
|
||||
| 特权组 | 操作 |
|
||||
|:----------------------|:-----------------------------------------------------------------------|
|
||||
| Cns Privileges | Searchable |
|
||||
| Datastore | AllocateSpace <br/> Browse <br/> FileManagement (Low level file operations) <br/> UpdateVirtualMachineFiles <br/> UpdateVirtualMachineMetadata |
|
||||
| 全局 | Set custom attribute |
|
||||
| 网络 | Assign |
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@ title: vSphere 存储
|
||||
:::
|
||||
|
||||
1. 点击 **☰ > 集群管理**。
|
||||
1. 转到要配置 vSphere 存储的集群。
|
||||
1. 在左侧导航栏中,单击**存储 > 存储类**。
|
||||
1. 选择要使用 vSphere 存储的集群,然后单击**浏览**。
|
||||
1. 在左侧导航栏中,选择**存储 > StorageClass**。
|
||||
1. 单击**创建**。
|
||||
3. 输入存储类的**名称**。
|
||||
4. 在 **Provisioner**下,选择 **VMWare vSphere 卷**。
|
||||
|
||||
+7
-1
@@ -20,7 +20,13 @@ Rancher 中的资源配额包含与 [Kubernetes 原生版本](https://kubernetes
|
||||
1. 在左上角,单击 **☰ > 集群管理**。
|
||||
1. 在**集群**页面,进入要应用资源配额的集群,然后单击 **Explore**。
|
||||
1. 单击**集群 > 项目/命名空间**。
|
||||
1. 找到要添加资源配额的项目。在该项目中选择 **⋮ > 编辑配置**。
|
||||
1. 确保 **Projects/Namespaces** 页面处于 **Group by Project** 视图模式。
|
||||

|
||||
|
||||
1. 找到要添加资源配额的项目,选择与项目名称同行的 **⋮**。
|
||||

|
||||
|
||||
1. 选择**编辑配置**。
|
||||
|
||||
1. 展开**资源限额**并单击**添加资源**。你也可以编辑现有配额。
|
||||
|
||||
|
||||
+2
-2
@@ -73,7 +73,7 @@ S3 存储位置包含以下配置字段:
|
||||
1. **凭证密文**(可选):如果你需要使用 AWS 访问密钥(access key)和密文密钥(secret key)来访问 S3 存储桶,请使用带有密钥和指令 `accessKey` 和 `secretKey` 的凭证来创建密文。它可以是任意一个命名空间。你可以点击[此处](#credentialsecret-示例)查看示例密文。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。凭证密文下拉菜单列出了所有命名空间的密文。
|
||||
1. **存储桶名称**:存储备份文件的 S3 存储桶的名称。
|
||||
1. **区域**(可选):S3 存储桶所在的 AWS [区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。配置 MinIO 时不需要该字段。
|
||||
1. **文件夹**(可选):S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。
|
||||
1. **文件夹**(可选):S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。
|
||||
1. **端点**:用于访问存储桶区域中的 S3 的[端点](https://docs.aws.amazon.com/general/latest/gr/s3.html)。
|
||||
1. **端点 CA**(可选):Base64 编码的 CA 证书。如需获取示例,请参见 [S3 兼容配置示例](#s3-存储配置示例)。
|
||||
1. **跳过 TLS 验证**(可选):如果你不使用 TLS,则设置为 `true`。
|
||||
@@ -84,7 +84,7 @@ S3 存储位置包含以下配置字段:
|
||||
| `credentialSecretName` | 如果你需要使用 AWS 访问密钥(access key)和密文密钥(secret key)来访问 S3 存储桶,请使用带有密钥和指令 `accessKey` 和 `secretKey` 的凭证来创建密文。它可以在任何命名空间中,只要你在 `credentialSecretNamespace` 中提供该命名空间。点击[这里](#credentialsecret-示例)查看示例密文。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。 | |
|
||||
| `credentialSecretNamespace` | 包含访问 S3 的凭证的密文的命名空间。如果运行 operator 的节点在 EC2 中,并且设置了允许它们访问 S3 的 IAM 权限,则此指令是不必要的(如[本节](#ec2-节点访问-s3-的-iam-权限)所述)。 | |
|
||||
| `bucketName` | 存储备份文件的 S3 存储桶的名称。 | ✓ |
|
||||
| `folder` | S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。 | |
|
||||
| `folder` | S3 存储桶中存储备份文件的文件夹名称。不支持嵌套文件夹(例如, `rancher/cluster1`)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。 | |
|
||||
| `region` | S3 存储桶所在的 AWS [区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。 | ✓ |
|
||||
| `endpoint` | 用于访问存储桶区域中的 S3 的[端点](https://docs.aws.amazon.com/general/latest/gr/s3.html)。 | ✓ |
|
||||
| `endpointCA` | Base64 编码的 CA 证书。如需获取示例,请参见 [S3 兼容配置示例](#s3-存储配置示例)。 | |
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ title: 备份存储位置配置
|
||||
| 凭证密文 | 从 Rancher 的密文中选择 S3 的凭证。[示例](examples.md#在-s3-中存储备份的凭证密文示例)。 |
|
||||
| 存储桶名称 | 存储备份的 [S3 存储桶](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html)的名称。默认值:`rancherbackups`。 |
|
||||
| 区域 | S3 存储桶所在的 [AWS 区域](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/)。 |
|
||||
| 文件夹 | 存储备份的 [S3 存储桶中的文件夹](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-folders.html)。 |
|
||||
| 文件夹 | 存储备份的 [S3 存储桶中的文件夹](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-folders.html)。如果此字段留空,则默认将备份文件存储在 S3 存储桶的根文件夹中。 |
|
||||
| 端点 | [S3 端点](https://docs.aws.amazon.com/general/latest/gr/s3.html),例如 `s3.us-west-2.amazonaws.com`。 |
|
||||
| Endpoint CA | 用于 S3 端点的 CA 证书。默认值:base64 编码的 CA 证书。 |
|
||||
| insecureTLSSkipVerify | 如果你不使用 TLS,则设置为 `true`。 |
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"item.label.Docs": {
|
||||
"message": "文档",
|
||||
"description": "Navbar item with label Docs"
|
||||
},
|
||||
"item.label.GitHub": {
|
||||
"message": "GitHub",
|
||||
"description": "Navbar item with label GitHub"
|
||||
},
|
||||
"item.label.Rancher Home": {
|
||||
"message": "Rancher 主页",
|
||||
"description": "Navbar item with label Rancher Home"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -190,7 +190,7 @@ From the Rancher UI, enter information about your AD instance hosted in Azure to
|
||||
|
||||
:::
|
||||
|
||||
**For Standard or China Enpoints:**
|
||||
**For Standard or China Endpoints:**
|
||||
|
||||
The following table maps the values you copied in the Azure portal to the fields in Rancher:
|
||||
|
||||
|
||||
-1
@@ -13,7 +13,6 @@ The following table lists the permissions required for the vSphere user account:
|
||||
| Global | Set custom attribute |
|
||||
| Network | Assign |
|
||||
| Resource | AssignVMToPool |
|
||||
|
||||
| Virtual Machine | Config (All) <br/> GuestOperations (All) <br/> Interact (All) <br/> Inventory (All) <br/> Provisioning (All) |
|
||||
| vSphere Tagging | Assign or Unassign vSphere Tag <br/> Assign or Unassign vSphere Tag on Object |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user