diff --git a/content/en/docs/installing-on-linux/_index.md b/content/en/docs/installing-on-linux/_index.md index f3396335f..7b2755c8d 100644 --- a/content/en/docs/installing-on-linux/_index.md +++ b/content/en/docs/installing-on-linux/_index.md @@ -4,7 +4,7 @@ description: "Demonstrate how to install KubeSphere on Linux on cloud and in on- layout: "single" linkTitle: "Installing on Linux" -weight: 4000 +weight: 3000 icon: "/images/docs/docs.svg" --- diff --git a/content/en/docs/installing-on-linux/cluster-operation/_index.md b/content/en/docs/installing-on-linux/cluster-operation/_index.md index 4b9c83c74..f895534d0 100644 --- a/content/en/docs/installing-on-linux/cluster-operation/_index.md +++ b/content/en/docs/installing-on-linux/cluster-operation/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Add/Delete Nodes" -weight: 4400 +weight: 3400 _build: render: false diff --git a/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md b/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md index be18e79ca..8d473a398 100644 --- a/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md +++ b/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md @@ -3,7 +3,7 @@ title: "Add New Nodes" keywords: 'Kubernetes, KubeSphere, scale-up, add-nodes' description: 'How to add new nodes to an existing cluster.' -weight: 4410 +weight: 3410 --- After you use KubeSphere for a certain period of time, it is likely that you need to scale out your cluster with an increasing number of workloads. In this case, KubeSphere provides script to add new nodes to the cluster. Fundamentally, the operation is based on Kubelet's registration mechanism. In other words, the new nodes will automatically join the existing Kubernetes cluster. diff --git a/content/en/docs/installing-on-linux/cluster-operation/remove-nodes.md b/content/en/docs/installing-on-linux/cluster-operation/remove-nodes.md index e7c0e427c..a3ed399be 100644 --- a/content/en/docs/installing-on-linux/cluster-operation/remove-nodes.md +++ b/content/en/docs/installing-on-linux/cluster-operation/remove-nodes.md @@ -3,7 +3,7 @@ title: "Remove Nodes" keywords: 'Kubernetes, KubeSphere, scale, remove-nodes' description: 'How to remove nodes from an existing cluster.' -weight: 4420 +weight: 3420 --- ## Cordon a Node diff --git a/content/en/docs/installing-on-linux/faq/_index.md b/content/en/docs/installing-on-linux/faq/_index.md index d7ce37968..e291027df 100644 --- a/content/en/docs/installing-on-linux/faq/_index.md +++ b/content/en/docs/installing-on-linux/faq/_index.md @@ -4,5 +4,5 @@ keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' description: 'How to uninstall KubeSphere' -weight: 4600 +weight: 3600 --- diff --git a/content/en/docs/installing-on-linux/faq/configure-booster.md b/content/en/docs/installing-on-linux/faq/configure-booster.md index 00aaf1c4c..7724f6999 100644 --- a/content/en/docs/installing-on-linux/faq/configure-booster.md +++ b/content/en/docs/installing-on-linux/faq/configure-booster.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, booster, installation, faq' description: 'How to configure a booster for installation' -weight: 4610 +weight: 3610 --- If you have trouble downloading images from dockerhub.io, it is highly recommended that you configure a registry mirror (i.e. booster) beforehand to speed up downloads. You can refer to the [official documentation of Docker](https://docs.docker.com/registry/recipes/mirror/#configure-the-docker-daemon) or follow the steps below. diff --git a/content/en/docs/installing-on-linux/introduction/_index.md b/content/en/docs/installing-on-linux/introduction/_index.md index 57e3520c1..05f734ddb 100644 --- a/content/en/docs/installing-on-linux/introduction/_index.md +++ b/content/en/docs/installing-on-linux/introduction/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Introduction" -weight: 4100 +weight: 3100 _build: render: false diff --git a/content/en/docs/installing-on-linux/introduction/air-gapped-installation.md b/content/en/docs/installing-on-linux/introduction/air-gapped-installation.md index 7950e74f9..15aec9aae 100644 --- a/content/en/docs/installing-on-linux/introduction/air-gapped-installation.md +++ b/content/en/docs/installing-on-linux/introduction/air-gapped-installation.md @@ -4,7 +4,7 @@ keywords: 'Air-gapped, Installation, KubeSphere' description: 'How to install KubeSphere in an air-gapped environment.' linkTitle: "Air-gapped Installation" -weight: 4130 +weight: 3130 --- The air-gapped installation is almost the same as the online installation except that you must create a local registry to host Docker images. This tutorial demonstrates how to install KubeSphere and Kubernetes in an air-gapped environment. diff --git a/content/en/docs/installing-on-linux/introduction/ha-configuration.md b/content/en/docs/installing-on-linux/introduction/ha-configuration.md index f4be22954..b99216294 100644 --- a/content/en/docs/installing-on-linux/introduction/ha-configuration.md +++ b/content/en/docs/installing-on-linux/introduction/ha-configuration.md @@ -3,7 +3,7 @@ title: "High Availability Configurations" keywords: 'KubeSphere, Kubernetes, HA, high availability, installation, configuration' description: 'How to configure a high-availability Kubernetes cluster.' linkTitle: "High Availability Configurations" -weight: 4150 +weight: 3150 --- You can set up a single-master Kubernetes cluster with KubeSphere installed based on the tutorial of [Multi-node Installation](../multioverview/). Single-master clusters may be sufficient for development and testing in most cases. For a production environment, however, you need to consider the high availability of the cluster. If key components (for example, kube-apiserver, kube-scheduler, and kube-controller-manager) are all running on the same master node, Kubernetes and KubeSphere will be unavailable once the master node goes down. Therefore, you need to set up a high-availability cluster by provisioning load balancers with multiple master nodes. You can use any cloud load balancer, or any hardware load balancer (e.g. F5). In addition, Keepalived and [HAproxy](https://www.haproxy.com/), or Nginx is also an alternative for creating high-availability clusters. diff --git a/content/en/docs/installing-on-linux/introduction/intro.md b/content/en/docs/installing-on-linux/introduction/intro.md index daa28f6bf..6a799728e 100644 --- a/content/en/docs/installing-on-linux/introduction/intro.md +++ b/content/en/docs/installing-on-linux/introduction/intro.md @@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, Linux, Installation' description: 'Overview of Installing KubeSphere on Linux' linkTitle: "Overview" -weight: 4110 +weight: 3110 --- For the installation on Linux, KubeSphere can be installed both in clouds and in on-premises environments, such as AWS EC2, Azure VM and bare metal. Users can install KubeSphere on Linux hosts as they provision fresh Kubernetes clusters. The installation process is easy and friendly. Meanwhile, KubeSphere offers not only the online installer, or [KubeKey](https://github.com/kubesphere/kubekey), but also an air-gapped installation solution for the environment with no Internet access. diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index c73bca97f..254da2d87 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -4,7 +4,7 @@ keywords: 'Multi-node, Installation, KubeSphere' description: 'Explain how to install KubeSphere on multiple nodes' linkTitle: "Multi-node Installation" -weight: 4120 +weight: 3120 --- In a production environment, a single-node cluster cannot satisfy most of the needs as the cluster has limited resources with insufficient compute capabilities. Thus, single-node clusters are not recommended for large-scale data processing. Besides, a cluster of this kind is not available with high availability as it only has one node. On the other hand, a multi-node architecture is the most common and preferred choice in terms of application deployment and distribution. diff --git a/content/en/docs/installing-on-linux/introduction/port-firewall.md b/content/en/docs/installing-on-linux/introduction/port-firewall.md index 647f36f9d..82b9c3e65 100644 --- a/content/en/docs/installing-on-linux/introduction/port-firewall.md +++ b/content/en/docs/installing-on-linux/introduction/port-firewall.md @@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, port-requirements, firewall-rules' description: 'Port requirements in KubeSphere' linkTitle: "Port Requirements" -weight: 4140 +weight: 3140 --- diff --git a/content/en/docs/installing-on-linux/introduction/storage-configuration.md b/content/en/docs/installing-on-linux/introduction/storage-configuration.md index af46e89aa..fa925a4a7 100644 --- a/content/en/docs/installing-on-linux/introduction/storage-configuration.md +++ b/content/en/docs/installing-on-linux/introduction/storage-configuration.md @@ -4,7 +4,7 @@ keywords: 'Kubernetes, docker, KubeSphere, storage, volume, PVC, KubeKey, add-on description: 'Persistent Storage Configuration' linkTitle: "Persistent Storage Configurations" -weight: 4170 +weight: 3170 --- ## Overview diff --git a/content/en/docs/installing-on-linux/introduction/vars.md b/content/en/docs/installing-on-linux/introduction/vars.md index f03111811..e907eb85f 100644 --- a/content/en/docs/installing-on-linux/introduction/vars.md +++ b/content/en/docs/installing-on-linux/introduction/vars.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, docker, cluster, configuration' description: 'Configure cluster parameters before installing' linkTitle: "Kubernetes Cluster Configurations" -weight: 4160 +weight: 3160 --- This tutorial explains how to customize Kubernetes cluster configurations in `config-sample.yaml` (needed for [Multi-node Installation](../multioverview/)) when you use [KubeKey](https://github.com/kubesphere/kubekey) to provision a cluster. You can refer to the following section to understand each parameter. diff --git a/content/en/docs/installing-on-linux/on-premises/_index.md b/content/en/docs/installing-on-linux/on-premises/_index.md index f4eb97467..c622f00dd 100644 --- a/content/en/docs/installing-on-linux/on-premises/_index.md +++ b/content/en/docs/installing-on-linux/on-premises/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Installing in On-premises Environments" -weight: 4300 +weight: 3300 _build: render: false diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md index ea9646c08..9864d3223 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md +++ b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md @@ -3,7 +3,7 @@ title: "Deploy KubeSphere on Bare Metal" keywords: 'Kubernetes, KubeSphere, bare-metal' description: 'How to install KubeSphere on bare metal.' -weight: 4320 +weight: 3320 --- ## Introduction diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index 54444dc95..83cf85d97 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md @@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, VMware-vSphere, installation' description: 'How to install KubeSphere on VMware vSphere Linux machines.' -weight: 4310 +weight: 3310 --- ## Introduction diff --git a/content/en/docs/installing-on-linux/public-cloud/_index.md b/content/en/docs/installing-on-linux/public-cloud/_index.md index be4b0324b..19ec0dc1c 100644 --- a/content/en/docs/installing-on-linux/public-cloud/_index.md +++ b/content/en/docs/installing-on-linux/public-cloud/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Installing on Public Cloud" -weight: 4200 +weight: 3200 _build: render: false diff --git a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md index e65ae1f80..bdf55cd37 100644 --- a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md +++ b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md @@ -3,7 +3,7 @@ title: "Deploy KubeSphere on Azure VM Instance" keywords: "KubeSphere, Installation, HA, high availability, load balancer, Azure" description: "The tutorial is for installing a high-availability cluster on Azure." -Weight: 4210 +Weight: 3210 --- ## Before You Begin diff --git a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index b9b413c20..47aef4164 100644 --- a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md @@ -3,7 +3,7 @@ title: "Deploy KubeSphere on QingCloud Instance" keywords: "KubeSphere, Installation, HA, High-availability, LoadBalancer" description: "The tutorial is for installing a high-availability cluster." -Weight: 4220 +Weight: 3220 --- ## Introduction diff --git a/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md b/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md index fc4af09ea..26441c13c 100644 --- a/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md +++ b/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md @@ -3,7 +3,7 @@ title: "Uninstall KubeSphere and Kubernetes" keywords: 'Kubernetes, KubeSphere, uninstalling, remove-cluster' description: 'How to uninstall KubeSphere and Kubernetes' -weight: 4500 +weight: 3500 --- You can delete the cluster by the following command. diff --git a/content/en/docs/introduction/_index.md b/content/en/docs/introduction/_index.md index 7ae10e942..15f507c85 100644 --- a/content/en/docs/introduction/_index.md +++ b/content/en/docs/introduction/_index.md @@ -5,7 +5,7 @@ layout: "single" linkTitle: "Introduction" -weight: 2000 +weight: 1000 icon: "/images/docs/docs.svg" diff --git a/content/en/docs/introduction/advantages.md b/content/en/docs/introduction/advantages.md index aa793cb21..f70515638 100644 --- a/content/en/docs/introduction/advantages.md +++ b/content/en/docs/introduction/advantages.md @@ -3,7 +3,7 @@ title: "Advantages" keywords: "KubeSphere, Kubernetes, Advantages" description: "KubeSphere Advantages" -weight: 2400 +weight: 1400 --- ## Vision diff --git a/content/en/docs/introduction/architecture.md b/content/en/docs/introduction/architecture.md index d5b7ddbaa..859bd5e7d 100644 --- a/content/en/docs/introduction/architecture.md +++ b/content/en/docs/introduction/architecture.md @@ -4,7 +4,7 @@ keywords: "kubesphere, kubernetes, docker, helm, jenkins, istio, prometheus, dev description: "KubeSphere architecture" linkTitle: "Architecture" -weight: 2300 +weight: 1300 --- ## Separation of frontend and backend diff --git a/content/en/docs/introduction/features.md b/content/en/docs/introduction/features.md index d3ae998a0..db8b85040 100644 --- a/content/en/docs/introduction/features.md +++ b/content/en/docs/introduction/features.md @@ -4,7 +4,7 @@ keywords: "KubeSphere, Kubernetes, Docker, Jenkins, Istio, Features" description: "KubeSphere Key Features" linkTitle: "Features" -weight: 2200 +weight: 1200 --- ## Overview diff --git a/content/en/docs/introduction/glossary.md b/content/en/docs/introduction/glossary.md index 95b09c5be..f83d2e44a 100644 --- a/content/en/docs/introduction/glossary.md +++ b/content/en/docs/introduction/glossary.md @@ -3,7 +3,7 @@ title: "Glossary" keywords: 'kubernetes, docker, helm, jenkins, istio, prometheus' description: '' -weight: 2600 +weight: 1600 --- This document describes some frequently used glossaries in KubeSphere as shown below: diff --git a/content/en/docs/introduction/scenarios.md b/content/en/docs/introduction/scenarios.md index 543cf46ef..ab74d0d04 100644 --- a/content/en/docs/introduction/scenarios.md +++ b/content/en/docs/introduction/scenarios.md @@ -3,7 +3,7 @@ title: "Use Cases" keywords: 'KubeSphere, Kubernetes, Multi-cluster, Observability, DevOps' description: 'Applicable in a variety of scenarios, KubeSphere provides enterprises with containerized environments with a complete set of features for management and operation.' -weight: 2500 +weight: 1500 --- KubeSphere is applicable in a variety of scenarios. For enterprises that deploy their business system on bare metal, their business modules are tightly coupled with each other. That means it is extremely difficult for resources to be horizontally scaled. In this connection, KubeSphere provides enterprises with containerized environments with a complete set of features for management and operation. It empowers enterprises to rise to the challenges in the middle of their digital transformation, including agile software development, automated operation and maintenance, microservices governance, traffic management, autoscaling, high availability, as well as DevOps and CI/CD. diff --git a/content/en/docs/introduction/what-is-kubesphere.md b/content/en/docs/introduction/what-is-kubesphere.md index 618d44e55..5620c8f4b 100644 --- a/content/en/docs/introduction/what-is-kubesphere.md +++ b/content/en/docs/introduction/what-is-kubesphere.md @@ -3,7 +3,7 @@ title: "What is KubeSphere" keywords: 'Kubernetes, KubeSphere, Introduction' description: 'What is KubeSphere' -weight: 2100 +weight: 1100 --- ## Overview diff --git a/content/en/docs/quick-start/_index.md b/content/en/docs/quick-start/_index.md index abd88fa57..b9f8e6f6f 100644 --- a/content/en/docs/quick-start/_index.md +++ b/content/en/docs/quick-start/_index.md @@ -5,7 +5,7 @@ layout: "single" linkTitle: "Quickstarts" -weight: 3000 +weight: 2000 icon: "/images/docs/docs.svg" diff --git a/content/en/docs/quick-start/all-in-one-on-linux.md b/content/en/docs/quick-start/all-in-one-on-linux.md index 3de66ed2e..431d2ac83 100644 --- a/content/en/docs/quick-start/all-in-one-on-linux.md +++ b/content/en/docs/quick-start/all-in-one-on-linux.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, All-in-one, Installation' description: 'All-in-one Installation on Linux' linkTitle: "All-in-one Installation on Linux" -weight: 3100 +weight: 2100 --- For those who are new to KubeSphere and looking for a quick way to discover the platform, the all-in-one mode is your best choice to get started. It features rapid deployment and hassle-free configuration installation with KubeSphere and Kubernetes all provisioned on your machine. diff --git a/content/en/docs/quick-start/create-workspace-and-project.md b/content/en/docs/quick-start/create-workspace-and-project.md index eefb084a0..e0725a980 100644 --- a/content/en/docs/quick-start/create-workspace-and-project.md +++ b/content/en/docs/quick-start/create-workspace-and-project.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Multi-tenant, Workspace, Account, Role, Proje description: 'Create Workspace, Project, Account and Role' linkTitle: "Create Workspace, Project, Account and Role" -weight: 3300 +weight: 2300 --- diff --git a/content/en/docs/quick-start/deploy-bookinfo-to-k8s.md b/content/en/docs/quick-start/deploy-bookinfo-to-k8s.md index 2c1758d41..de4ebb85a 100644 --- a/content/en/docs/quick-start/deploy-bookinfo-to-k8s.md +++ b/content/en/docs/quick-start/deploy-bookinfo-to-k8s.md @@ -4,7 +4,7 @@ keywords: 'kubesphere, kubernetes, docker, multi-tenant' description: 'Deploy a Bookinfo App on K8s and learn how to release microservics using canary deployment' linkTitle: "Deploy Bookinfo and Manage Traffic" -weight: 3400 +weight: 2400 --- [Istio](https://istio.io/), as an open-source service mesh solution, provides powerful features of traffic management for microservices. Here is the introduction of traffic management from the official website of [Istio](https://istio.io/latest/docs/concepts/traffic-management/): diff --git a/content/en/docs/quick-start/enable-pluggable-components.md b/content/en/docs/quick-start/enable-pluggable-components.md index 2478a38fc..11ccb19bc 100644 --- a/content/en/docs/quick-start/enable-pluggable-components.md +++ b/content/en/docs/quick-start/enable-pluggable-components.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, pluggable, components' description: 'Enable Pluggable Components' linkTitle: "Enable Pluggable Components" -weight: 3600 +weight: 2600 --- This tutorial demonstrates how to enable pluggable components of KubeSphere both before and after the installation. KubeSphere features ten pluggable components which are listed below. diff --git a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md index 4dba88773..4d9262351 100644 --- a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md +++ b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Minimal, Installation' description: 'Minimal Installation of KubeSphere on Kubernetes' linkTitle: "Minimal KubeSphere on Kubernetes" -weight: 3200 +weight: 2200 --- In addition to installing KubeSphere on a Linux machine, you can also deploy it on existing Kubernetes clusters directly. This QuickStart guide walks you through the general steps of completing a minimal KubeSphere installation on Kubernetes. For more information, see [Installing on Kubernetes](../../installing-on-kubernetes/). diff --git a/content/en/docs/quick-start/wordpress-deployment.md b/content/en/docs/quick-start/wordpress-deployment.md index 973c07861..13f1bc13c 100644 --- a/content/en/docs/quick-start/wordpress-deployment.md +++ b/content/en/docs/quick-start/wordpress-deployment.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, app, WordPress' description: 'Compose and deploy Wordpress.' linkTitle: "Compose and Deploy WordPress" -weight: 3500 +weight: 2500 --- ## WordPress Introduction diff --git a/content/en/docs/release/_index.md b/content/en/docs/release/_index.md index fffea6a0f..f57d5e0a3 100644 --- a/content/en/docs/release/_index.md +++ b/content/en/docs/release/_index.md @@ -5,7 +5,7 @@ layout: "single" linkTitle: "Release Notes" -weight: 1000 +weight: 18000 icon: "/images/docs/docs.svg" diff --git a/content/en/docs/release/release-v200.md b/content/en/docs/release/release-v200.md index b13521030..b26b23129 100644 --- a/content/en/docs/release/release-v200.md +++ b/content/en/docs/release/release-v200.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 2.0.0" linkTitle: "Release Notes - 2.0.0" -weight: 1111 +weight: 18500 --- KubeSphere 2.0.0 was released on **May 18th, 2019**. diff --git a/content/en/docs/release/release-v201.md b/content/en/docs/release/release-v201.md index bc0696b0d..92ad2dd67 100644 --- a/content/en/docs/release/release-v201.md +++ b/content/en/docs/release/release-v201.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 2.0.1" linkTitle: "Release Notes - 2.0.1" -weight: 1110 +weight: 18400 --- KubeSphere 2.0.1 was released on **June 9th, 2019**. diff --git a/content/en/docs/release/release-v202.md b/content/en/docs/release/release-v202.md index 393f9b804..87c8f65c9 100644 --- a/content/en/docs/release/release-v202.md +++ b/content/en/docs/release/release-v202.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 2.0.2" linkTitle: "Release Notes - 2.0.2" -weight: 1109 +weight: 18300 --- KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhances existing feature. If you have installed versions of 1.0.x, 2.0.0 or 2.0.1, please download KubeSphere installer v2.0.2 to upgrade. diff --git a/content/en/docs/release/release-v210.md b/content/en/docs/release/release-v210.md index 6b54b9ca8..6c63a26f5 100644 --- a/content/en/docs/release/release-v210.md +++ b/content/en/docs/release/release-v210.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 2.1.0" linkTitle: "Release Notes - 2.1.0" -weight: 1108 +weight: 18200 --- KubeSphere 2.1.0 was released on Nov 11th, 2019, which fixes known bugs, adds some new features and brings some enhancement. If you have installed versions of 2.0.x, please upgrade it and enjoy the better user experience of v2.1.0. diff --git a/content/en/docs/release/release-v211.md b/content/en/docs/release/release-v211.md index e0552e68a..7755cacc8 100644 --- a/content/en/docs/release/release-v211.md +++ b/content/en/docs/release/release-v211.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 2.1.1" linkTitle: "Release Notes - 2.1.1" -weight: 1107 +weight: 18100 --- KubeSphere 2.1.1 was released on Feb 23rd, 2020, which has fixed known bugs and brought some enhancements. For the users who have installed versions of 2.0.x or 2.1.0, make sure to read the user manual carefully about how to upgrade before doing that, and feel free to raise any questions on [GitHub](https://github.com/kubesphere/kubesphere/issues).