Merge pull request #3044 from zhuxiujuan28/docs

change version number in 3.4 docs
This commit is contained in:
KubeSphere CI Bot 2023-12-18 16:00:09 +08:00 committed by GitHub
commit 01ae85ed52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
97 changed files with 246 additions and 246 deletions

View File

@ -76,7 +76,7 @@ kubectl -n kubesphere-system rollout restart deploy ks-controller-manager
### Wrong code branch used
If you used the incorrect version of ks-installer, the versions of different components would not match after the installation. Execute the following commands to check version consistency. Note that the correct image tag is `v3.4.0`.
If you used the incorrect version of ks-installer, the versions of different components would not match after the installation. Execute the following commands to check version consistency. Note that the correct image tag is `v3.4.1`.
```
kubectl -n kubesphere-system get deploy ks-installer -o jsonpath='{.spec.template.spec.containers[0].image}'

View File

@ -31,7 +31,7 @@ Editing resources in `system-workspace` may cause unexpected results, such as Ku
```yaml
client:
version:
kubesphere: v3.4.0
kubesphere: v3.4.1
kubernetes: v1.22.12
openpitrix: v3.4.0
enableKubeConfig: true

View File

@ -29,7 +29,7 @@ Telemetry is enabled by default when you install KubeSphere, while you also have
### Disable Telemetry before installation
When you install KubeSphere on an existing Kubernetes cluster, you need to download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) for cluster settings. If you want to disable Telemetry, do not run `kubectl apply -f` directly for this file.
When you install KubeSphere on an existing Kubernetes cluster, you need to download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) for cluster settings. If you want to disable Telemetry, do not run `kubectl apply -f` directly for this file.
{{< notice note >}}
@ -37,7 +37,7 @@ If you install KubeSphere on Linux, see [Disable Telemetry After Installation](.
{{</ notice >}}
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it:
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it:
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ If you install KubeSphere on Linux, see [Disable Telemetry After Installation](.
3. Save the file and run the following commands to start installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -77,9 +77,9 @@ All the other Resources will be placed in `MC_KubeSphereRG_KuberSphereCluster_we
To start deploying KubeSphere, use the following commands.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
You can inspect the logs of installation through the following command:
@ -111,7 +111,7 @@ spec:
selector:
app: ks-console
tier: frontend
version: v3.4.0
version: v3.4.1
sessionAffinity: None
type: LoadBalancer # Change NodePort to LoadBalancer
status:

View File

@ -45,9 +45,9 @@ Now that the cluster is ready, you can install KubeSphere following the steps be
- Install KubeSphere using kubectl. The following commands are only for the default minimal installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- Inspect the logs of installation:

View File

@ -125,9 +125,9 @@ We will use the kubectl command-line utility for communicating with the cluster
- Install KubeSphere using kubectl. The following commands are only for the default minimal installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- Inspect the logs of installation:

View File

@ -46,9 +46,9 @@ This guide walks you through the steps of deploying KubeSphere on [Google Kubern
- Install KubeSphere using kubectl. The following commands are only for the default minimal installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- Inspect the logs of installation:

View File

@ -76,9 +76,9 @@ For how to set up or cancel a default StorageClass, refer to Kubernetes official
Use [ks-installer](https://github.com/kubesphere/ks-installer) to deploy KubeSphere on an existing Kubernetes cluster. Execute the following commands directly for a minimal installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
Go to **Workload** > **Pod**, and check the running status of the pod in `kubesphere-system` of its namespace to understand the minimal deployment of KubeSphere. Check `ks-console-xxxx` of the namespace to understand the availability of KubeSphere console.

View File

@ -68,9 +68,9 @@ This guide walks you through the steps of deploying KubeSphere on [Oracle Kubern
- Install KubeSphere using kubectl. The following commands are only for the default minimal installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- Inspect the logs of installation:

View File

@ -29,9 +29,9 @@ After you make sure your existing Kubernetes cluster meets all the requirements,
1. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
2. Inspect the logs of installation:

View File

@ -89,7 +89,7 @@ As you install KubeSphere in an air-gapped environment, you need to prepare an i
1. Download the image list file `images-list.txt` from a machine that has access to the Internet through the following command:
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -101,7 +101,7 @@ As you install KubeSphere in an air-gapped environment, you need to prepare an i
2. Download `offline-installation-tool.sh`.
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. Make the `.sh` file executable.
@ -161,8 +161,8 @@ Similar to installing KubeSphere on an existing Kubernetes cluster in an online
1. Execute the following commands to download these two files and transfer them to your machine that serves as the taskbox for installation.
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
```
2. Edit `cluster-configuration.yaml` to add your private image registry. For example, `dockerhub.kubekey.local` is the registry address in this tutorial, then use it as the value of `.spec.local_registry` as below:
@ -185,7 +185,7 @@ Similar to installing KubeSphere on an existing Kubernetes cluster in an online
3. Save `cluster-configuration.yaml` after you finish editing. Replace `ks-installer` with your **own registry address** with the following command:
```bash
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.0#" kubesphere-installer.yaml
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.1#" kubesphere-installer.yaml
```
{{< notice warning >}}
@ -246,10 +246,10 @@ To access the console, make sure port 30880 is opened in your security group.
```txt
##kubesphere-images
kubesphere/ks-installer:v3.4.0
kubesphere/ks-apiserver:v3.4.0
kubesphere/ks-console:v3.4.0
kubesphere/ks-controller-manager:v3.4.0
kubesphere/ks-installer:v3.4.1
kubesphere/ks-apiserver:v3.4.1
kubesphere/ks-console:v3.4.1
kubesphere/ks-controller-manager:v3.4.1
kubesphere/kubectl:v1.20.0
kubesphere/kubefed:v0.8.1
kubesphere/tower:v0.2.1
@ -273,9 +273,9 @@ openpolicyagent/gatekeeper:v3.5.2
##openpitrix-images
kubesphere/openpitrix-jobs:v3.3.2
##kubesphere-devops-images
kubesphere/devops-apiserver:ks-v3.4.0
kubesphere/devops-controller:ks-v3.4.0
kubesphere/devops-tools:ks-v3.4.0
kubesphere/devops-apiserver:ks-v3.4.1
kubesphere/devops-controller:ks-v3.4.1
kubesphere/devops-tools:ks-v3.4.1
kubesphere/ks-jenkins:v3.4.0-2.319.3-1
jenkins/inbound-agent:4.10-2
kubesphere/builder-base:v3.2.2

View File

@ -92,7 +92,7 @@ chmod +x kk
Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example.
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -77,7 +77,7 @@ chmod +x kk
Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example.
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -312,7 +312,7 @@ chmod +x kk
Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example.
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -127,10 +127,10 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
- docker.io/library/haproxy:2.3
- docker.io/kubesphere/nfs-subdir-external-provisioner:v4.0.2
- docker.io/kubesphere/k8s-dns-node-cache:1.15.12
- docker.io/kubesphere/ks-installer:v3.4.0
- docker.io/kubesphere/ks-apiserver:v3.4.0
- docker.io/kubesphere/ks-console:v3.4.0
- docker.io/kubesphere/ks-controller-manager:v3.4.0
- docker.io/kubesphere/ks-installer:v3.4.1
- docker.io/kubesphere/ks-apiserver:v3.4.1
- docker.io/kubesphere/ks-console:v3.4.1
- docker.io/kubesphere/ks-controller-manager:v3.4.1
- docker.io/kubesphere/kubectl:v1.22.0
- docker.io/kubesphere/kubectl:v1.21.0
- docker.io/kubesphere/kubectl:v1.20.0
@ -152,9 +152,9 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
- docker.io/kubesphere/edgeservice:v0.3.0
- docker.io/openpolicyagent/gatekeeper:v3.5.2
- docker.io/kubesphere/openpitrix-jobs:v3.3.2
- docker.io/kubesphere/devops-apiserver:ks-v3.4.0
- docker.io/kubesphere/devops-controller:ks-v3.4.0
- docker.io/kubesphere/devops-tools:ks-v3.4.0
- docker.io/kubesphere/devops-apiserver:ks-v3.4.1
- docker.io/kubesphere/devops-controller:ks-v3.4.1
- docker.io/kubesphere/devops-tools:ks-v3.4.1
- docker.io/kubesphere/ks-jenkins:v3.4.0-2.319.3-1
- docker.io/jenkins/inbound-agent:4.10-2
- docker.io/kubesphere/builder-base:v3.2.2
@ -313,7 +313,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
2. Run the following command to create a configuration file for the air-gapped cluster:
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.23.15 -f config-sample.yaml
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.23.15 -f config-sample.yaml
```
3. Run the following command to modify the configuration file:

View File

@ -79,7 +79,7 @@ If you want to use KubeKey to install both Kubernetes and KubeSphere 3.4, see th
| KubeSphere version | Supported Kubernetes versions |
| ------------------ | ------------------------------------------------------------ |
| v3.4.0 | v1.20.x, v1.21.x, * v1.22.x, * v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x |
| v3.4.1 | v1.20.x, v1.21.x, * v1.22.x, * v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x |
{{< notice note >}}

View File

@ -180,7 +180,7 @@ Here are some examples for your reference:
./kk create config [-f ~/myfolder/abc.yaml]
```
- You can specify a KubeSphere version that you want to install (for example, `--with-kubesphere v3.4.0`).
- You can specify a KubeSphere version that you want to install (for example, `--with-kubesphere v3.4.1`).
```bash
./kk create config --with-kubesphere [version]

View File

@ -78,7 +78,7 @@ chmod +x kk
1. Create a configuration file of your cluster by running the following command:
```bash
./kk create config --with-kubernetes v1.21.4-k3s --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.21.4-k3s --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -244,10 +244,10 @@ chmod +x kk
With KubeKey, you can install Kubernetes and KubeSphere together. You have the option to create a multi-node cluster by customizing parameters in the configuration file.
Create a Kubernetes cluster with KubeSphere installed (for example, `--with-kubesphere v3.4.0`):
Create a Kubernetes cluster with KubeSphere installed (for example, `--with-kubesphere v3.4.1`):
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -345,10 +345,10 @@ chmod +x kk
With KubeKey, you can install Kubernetes and KubeSphere together. You have the option to create a multi-node cluster by customizing parameters in the configuration file.
Create a Kubernetes cluster with KubeSphere installed (for example, `--with-kubesphere v3.4.0`):
Create a Kubernetes cluster with KubeSphere installed (for example, `--with-kubesphere v3.4.1`):
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}
@ -429,7 +429,7 @@ metadata:
name: ks-installer
namespace: kubesphere-system
labels:
version: v3.4.0
version: v3.4.1
spec:
local_registry: ""
persistence:

View File

@ -165,7 +165,7 @@ chmod +x kk
1. Specify a Kubernetes version and a KubeSphere version that you want to install. For example:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -117,7 +117,7 @@ chmod +x kk
1. Specify a Kubernetes version and a KubeSphere version that you want to install. For example:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -119,7 +119,7 @@ chmod +x kk
1. Specify a Kubernetes version and a KubeSphere version that you want to install. For example:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -145,7 +145,7 @@ The commands above download the latest release of KubeKey. You can change the ve
1. Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example.
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -170,7 +170,7 @@ chmod +x kk
Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example.
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -10,4 +10,4 @@ On July 26, 2023, KubeSphere 3.4.0 was officially released with these new featur
To know details about new feature of KubeSphere 3.4, you can read the article [KubeSphere 3.4.0 Released: Support K8s v1.26](../../../../news/kubesphere-3.4.0-ga-announcement/).
In addition to the above highlights, this release also features other functionality, upgrades and fixes the known bugs. There were some deprecated or removed features in 3.4. For more and detailed information, see the [Release Notes for 3.4.0](../../../v3.4/release/release-v340/).
In addition to the above highlights, this release also features other functionality, upgrades and fixes the known bugs. There were some deprecated or removed features in 3.4. For more and detailed information, see the [Release Notes for 3.4.1](../../../v3.4/release/release-v341/).

View File

@ -39,9 +39,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/),
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Alerting first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Alerting first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -44,9 +44,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/),
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the KubeSphere App Store first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the KubeSphere App Store first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -63,7 +63,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Run the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -57,9 +57,9 @@ By default, KubeKey will install Elasticsearch internally if Auditing is enabled
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Auditing first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Auditing first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -91,7 +91,7 @@ By default, ks-installer will install Elasticsearch internally if Auditing is en
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -43,9 +43,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/),
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere DevOps first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere DevOps first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -61,7 +61,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Run the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -59,9 +59,9 @@ By default, KubeKey will install Elasticsearch internally if Events is enabled.
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Events first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Events first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -93,7 +93,7 @@ By default, ks-installer will install Elasticsearch internally if Events is enab
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -61,9 +61,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeEdge first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeEdge first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -95,7 +95,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
4. Save the file and execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -65,9 +65,9 @@ When you install KubeSphere on Linux, you need to create a configuration file, w
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Logging first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Logging first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -103,7 +103,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -39,9 +39,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Metrics Server first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Metrics Server first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -49,9 +49,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/),
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Network Policy first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Network Policy first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -68,7 +68,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -40,9 +40,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Pod IP Pools first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Pod IP Pools first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -59,7 +59,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -53,9 +53,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/),
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Service Mesh first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Service Mesh first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -78,7 +78,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Run the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -40,9 +40,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c
### Installing on Kubernetes
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Service Topology first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) file.
As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Service Topology first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) file.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -59,7 +59,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
3. Execute the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -197,7 +197,7 @@ You only need to run one command for all-in-one installation. The template is as
To create a Kubernetes cluster with KubeSphere installed, refer to the following command as an example:
```bash
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -62,7 +62,7 @@ If you adopt [All-in-one Installation](../../quick-start/all-in-one-on-linux/),
When you install KubeSphere on Kubernetes, you need to use [ks-installer](https://github.com/kubesphere/ks-installer/) by applying two YAML files as below.
1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) and edit it.
1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) and edit it.
```bash
vi cluster-configuration.yaml
@ -73,7 +73,7 @@ When you install KubeSphere on Kubernetes, you need to use [ks-installer](https:
3. Save this local file and execute the following commands to start the installation.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -33,9 +33,9 @@ After you make sure your machine meets the conditions, perform the following ste
1. Run the following commands to start installation:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
2. After KubeSphere is successfully installed, you can run the following command to view the installation logs:

View File

@ -11,4 +11,4 @@ icon: "/images/docs/v3.x/docs.svg"
---
This chapter demonstrates how cluster operators can upgrade KubeSphere to 3.4.0.
This chapter demonstrates how cluster operators can upgrade KubeSphere to 3.4.1.

View File

@ -12,14 +12,14 @@ ks-installer is recommended for users whose Kubernetes clusters were not set up
## Prerequisites
- You need to have a KubeSphere cluster running v3.2.x. If your KubeSphere version is v3.1.x or earlier, upgrade to v3.2.x first.
- Read [Release Notes for 3.4.0](../../../v3.4/release/release-v340/) carefully.
- Read [Release Notes for 3.4.1](../../../v3.4/release/release-v341/) carefully.
- Back up any important component beforehand.
- A Docker registry. You need to have a Harbor or other Docker registries. For more information, see [Prepare a Private Image Registry](../../installing-on-linux/introduction/air-gapped-installation/#step-2-prepare-a-private-image-registry).
- Supported Kubernetes versions of KubeSphere 3.4: v1.20.x, v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
## Major Updates
In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.0, please note the following:
In KubeSphere 3.4.1, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.1, please note the following:
- Change of built-in roles: Platform-level built-in roles `users-manager` and `workspace-manager` are removed. If an existing user has been bound to `users-manager` or `workspace-manager`, its role will be changed to `platform-regular` after the upgrade is completed. Role `platform-self-provisioner` is added. For more information about built-in roles, refer to [Create a user](../../quick-start/create-workspace-and-project).
@ -27,7 +27,7 @@ In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of
- Removed permissions of platform-level custom roles: user management, role management, and workspace management.
- Removed permissions of workspace-level custom roles: user management, role management, and user group management.
- Removed permissions of namespace-level custom roles: user management and role management.
- After you upgrade KubeSphere to 3.4.0, custom roles will be retained, but removed permissions of the custom roles will be revoked.
- After you upgrade KubeSphere to 3.4.1, custom roles will be retained, but removed permissions of the custom roles will be revoked.
## Step 1: Prepare Installation Images
As you install KubeSphere in an air-gapped environment, you need to prepare an image package containing all the necessary images in advance.
@ -35,7 +35,7 @@ As you install KubeSphere in an air-gapped environment, you need to prepare an i
1. Download the image list file `images-list.txt` from a machine that has access to Internet through the following command:
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -47,7 +47,7 @@ As you install KubeSphere in an air-gapped environment, you need to prepare an i
2. Download `offline-installation-tool.sh`.
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. Make the `.sh` file executable.
@ -107,7 +107,7 @@ Similar to installing KubeSphere on an existing Kubernetes cluster in an online
1. Execute the following command to download ks-installer and transfer it to your machine that serves as the taskbox for installation.
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
```
2. Verify that you have specified your private image registry in `spec.local_registry` in `cluster-configuration.yaml`. Note that if your existing cluster was installed in an air-gapped environment, you may already have this field specified. Otherwise, run the following command to edit `cluster-configuration.yaml` of your existing KubeSphere v3.1.x cluster and add the private image registry:
@ -130,7 +130,7 @@ Similar to installing KubeSphere on an existing Kubernetes cluster in an online
3. Save `cluster-configuration.yaml` after you finish editing it. Replace `ks-installer` with your **own registry address** with the following command:
```bash
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.0#" kubesphere-installer.yaml
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.1#" kubesphere-installer.yaml
```
{{< notice warning >}}

View File

@ -1,6 +1,6 @@
---
title: "Air-Gapped Upgrade with KubeKey"
keywords: "Air-Gapped, kubernetes, upgrade, kubesphere, 3.4.0"
keywords: "Air-Gapped, kubernetes, upgrade, kubesphere, 3.4.1"
description: "Use the offline package to upgrade Kubernetes and KubeSphere."
linkTitle: "Air-Gapped Upgrade with KubeKey"
weight: 7400
@ -11,14 +11,14 @@ Air-gapped upgrade with KubeKey is recommended for users whose KubeSphere and Ku
- You need to have a KubeSphere cluster running v3.3.x. If your KubeSphere version is v3.2.x or earlier, upgrade to v3.3.x first.
- Your Kubernetes version must be v1.20.x, v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
- Read [Release Notes for 3.4.0](../../../v3.4/release/release-v340/) carefully.
- Read [Release Notes for 3.4.1](../../../v3.4/release/release-v341/) carefully.
- Back up any important component beforehand.
- A Docker registry. You need to have a Harbor or other Docker registries.
- Make sure every node can push and pull images from the Docker Registry.
## Major Updates
In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.0, please note the following:
In KubeSphere 3.4.1, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.1, please note the following:
- Change of built-in roles: Platform-level built-in roles `users-manager` and `workspace-manager` are removed. If an existing user has been bound to `users-manager` or `workspace-manager`, its role will be changed to `platform-regular` after the upgrade is completed. Role `platform-self-provisioner` is added. For more information about built-in roles, refer to [Create a user](../../quick-start/create-workspace-and-project).
@ -26,7 +26,7 @@ In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of
- Removed permissions of platform-level custom roles: user management, role management, and workspace management.
- Removed permissions of workspace-level custom roles: user management, role management, and user group management.
- Removed permissions of namespace-level custom roles: user management and role management.
- After you upgrade KubeSphere to 3.4.0, custom roles will be retained, but removed permissions of the custom roles will be revoked.
- After you upgrade KubeSphere to 3.4.1, custom roles will be retained, but removed permissions of the custom roles will be revoked.
## Upgrade KubeSphere and Kubernetes
@ -100,7 +100,7 @@ As you install KubeSphere and Kubernetes on Linux, you need to prepare an image
1. Download the image list file `images-list.txt` from a machine that has access to Internet through the following command:
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -112,7 +112,7 @@ As you install KubeSphere and Kubernetes on Linux, you need to prepare an image
2. Download `offline-installation-tool.sh`.
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. Make the `.sh` file executable.
@ -215,7 +215,7 @@ Execute the following command to generate an example configuration file for inst
For example:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f config-sample.yaml
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f config-sample.yaml
```
{{< notice note >}}
@ -297,7 +297,7 @@ In this example, KubeSphere is installed on multiple nodes, so you need to speci
For example:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f config-sample.yaml
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f config-sample.yaml
```
{{< notice note >}}

View File

@ -1,6 +1,6 @@
---
title: "Upgrade with ks-installer"
keywords: "Kubernetes, upgrade, KubeSphere, v3.4.0"
keywords: "Kubernetes, upgrade, KubeSphere, v3.4.1"
description: "Use ks-installer to upgrade KubeSphere."
linkTitle: "Upgrade with ks-installer"
weight: 7300
@ -11,13 +11,13 @@ ks-installer is recommended for users whose Kubernetes clusters were not set up
## Prerequisites
- You need to have a KubeSphere cluster running v3.3.x. If your KubeSphere version is v3.2.x or earlier, upgrade to v3.3.x first.
- Read [Release Notes for 3.4.0](../../../v3.4/release/release-v340/) carefully.
- Read [Release Notes for 3.4.1](../../../v3.4/release/release-v341/) carefully.
- Back up any important component beforehand.
- Supported Kubernetes versions of KubeSphere 3.4: v1.20.x, v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
## Major Updates
In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.0, please note the following:
In KubeSphere 3.4.1, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.1, please note the following:
- Change of built-in roles: Platform-level built-in roles `users-manager` and `workspace-manager` are removed. If an existing user has been bound to `users-manager` or `workspace-manager`, its role will be changed to `platform-regular` after the upgrade is completed. Role `platform-self-provisioner` is added. For more information about built-in roles, refer to [Create a user](../../quick-start/create-workspace-and-project).
@ -25,14 +25,14 @@ In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of
- Removed permissions of platform-level custom roles: user management, role management, and workspace management.
- Removed permissions of workspace-level custom roles: user management, role management, and user group management.
- Removed permissions of namespace-level custom roles: user management and role management.
- After you upgrade KubeSphere to 3.4.0, custom roles will be retained, but removed permissions of the custom roles will be revoked.
- After you upgrade KubeSphere to 3.4.1, custom roles will be retained, but removed permissions of the custom roles will be revoked.
## Apply ks-installer
Run the following command to upgrade your cluster.
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml --force
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml --force
```
## Enable Pluggable Components

View File

@ -12,13 +12,13 @@ This tutorial demonstrates how to upgrade your cluster using KubeKey.
## Prerequisites
- You need to have a KubeSphere cluster running v3.3.x. If your KubeSphere version is v3.2.x or earlier, upgrade to v3.3.x first.
- Read [Release Notes for 3.4.0](../../../v3.4/release/release-v340/) carefully.
- Read [Release Notes for 3.4.1](../../../v3.4/release/release-v341/) carefully.
- Back up any important component beforehand.
- Make your upgrade plan. Two scenarios are provided in this document for [all-in-one clusters](#all-in-one-cluster) and [multi-node clusters](#multi-node-cluster) respectively.
## Major Updates
In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.0, please note the following:
In KubeSphere 3.4.1, some changes have made on built-in roles and permissions of custom roles. Therefore, before you upgrade KubeSphere to 3.4.1, please note the following:
- Change of built-in roles: Platform-level built-in roles `users-manager` and `workspace-manager` are removed. If an existing user has been bound to `users-manager` or `workspace-manager`, its role will be changed to `platform-regular` after the upgrade is completed. Role `platform-self-provisioner` is added. For more information about built-in roles, refer to [Create a user](../../quick-start/create-workspace-and-project).
@ -26,7 +26,7 @@ In KubeSphere 3.4.0, some changes have made on built-in roles and permissions of
- Removed permissions of platform-level custom roles: user management, role management, and workspace management.
- Removed permissions of workspace-level custom roles: user management, role management, and user group management.
- Removed permissions of namespace-level custom roles: user management and role management.
- After you upgrade KubeSphere to 3.4.0, custom roles will be retained, but removed permissions of the custom roles will be revoked.
- After you upgrade KubeSphere to 3.4.1, custom roles will be retained, but removed permissions of the custom roles will be revoked.
## Download KubeKey
@ -95,7 +95,7 @@ When upgrading Kubernetes, KubeKey will upgrade from one MINOR version to the ne
Run the following command to use KubeKey to upgrade your single-node cluster to KubeSphere 3.4 and Kubernetes v1.22.12:
```bash
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
To upgrade Kubernetes to a specific version, explicitly provide the version after the flag `--with-kubernetes`. Available versions are v1.20.x, v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
@ -134,7 +134,7 @@ For more information, see [Edit the configuration file](../../installing-on-linu
The following command upgrades your cluster to KubeSphere 3.4 and Kubernetes v1.22.12:
```bash
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f sample.yaml
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f sample.yaml
```
To upgrade Kubernetes to a specific version, explicitly provide the version after the flag `--with-kubernetes`. Available versions are v1.20.x, v1.21.x, * v1.22.x, * v1.23.x and v1.24.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.

View File

@ -6,6 +6,6 @@ linkTitle: "Changes after Upgrade"
weight: 7600
---
This section covers the changes after upgrade for existing settings in previous versions. If you want to know all the new features and enhancements in KubeSphere 3.4, see [Release Notes for 3.4.0](../../../v3.4/release/release-v340/).
This section covers the changes after upgrade for existing settings in previous versions. If you want to know all the new features and enhancements in KubeSphere 3.4, see [Release Notes for 3.4.1](../../../v3.4/release/release-v341/).

View File

@ -6,7 +6,7 @@ linkTitle: "KubeSphere 日志图表"
weight: 6200
---
作为一个开源的、以应用为中心的容器平台KubeSphere 在 3.4.0 版本默认用 [OpenSearch](https://opensearch.org/) 作为日志,事件,审计存储后端。用以代替 ElasticSearch默认我们可以使用 KubeSphere 页面右下角自带的查询工具来检索日志,查询事件和审计记录。
作为一个开源的、以应用为中心的容器平台KubeSphere 在 3.4.1 版本默认用 [OpenSearch](https://opensearch.org/) 作为日志,事件,审计存储后端。用以代替 ElasticSearch默认我们可以使用 KubeSphere 页面右下角自带的查询工具来检索日志,查询事件和审计记录。
如果您想获得类似 Kibana 页面的体验如日志图表绘制等我们可以启用该功能。也就是OpenSearch Dashboard
@ -61,9 +61,9 @@ weight: 6200
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.3.2/cluster-configuration.yaml) 文件中启用相关组件。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用相关组件。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件。
```bash
vi cluster-configuration.yaml
@ -102,7 +102,7 @@ weight: 6200
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -78,7 +78,7 @@ kubectl -n kubesphere-system rollout restart deploy ks-controller-manager
如果您使用了错误的 ks-installer 版本,会导致安装之后各组件版本不匹配。
通过以下方式检查各组件版本是否一致,正确的 image tag 应该是 v3.4.0
通过以下方式检查各组件版本是否一致,正确的 image tag 应该是 v3.4.1
```
kubectl -n kubesphere-system get deploy ks-installer -o jsonpath='{.spec.template.spec.containers[0].image}'

View File

@ -31,7 +31,7 @@ Weight: 16520
```yaml
client:
version:
kubesphere: v3.4.0
kubesphere: v3.4.1
kubernetes: v1.22.12
openpitrix: v3.4.0
enableKubeConfig: true

View File

@ -29,7 +29,7 @@ Telemetry 收集已安装 KubeSphere 集群的大小、KubeSphere 和 Kubernetes
### 安装前禁用 Telemetry
在现有 Kubernetes 集群上安装 KubeSphere 时,您需要下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件用于配置集群。如需禁用 Telemetry请勿直接执行 `kubectl apply -f` 命令应用该文件。
在现有 Kubernetes 集群上安装 KubeSphere 时,您需要下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件用于配置集群。如需禁用 Telemetry请勿直接执行 `kubectl apply -f` 命令应用该文件。
{{< notice note >}}
@ -37,7 +37,7 @@ Telemetry 收集已安装 KubeSphere 集群的大小、KubeSphere 和 Kubernetes
{{</ notice >}}
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件并编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件并编辑。
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ Telemetry 收集已安装 KubeSphere 集群的大小、KubeSphere 和 Kubernetes
3. 保存文件并执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -42,13 +42,13 @@ Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.4-tke.2",
- 使用 kubectl 执行以下命令安装 KubeSphere
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
```
- 下载集群配置文件
```bash
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
{{< notice tip >}}

View File

@ -142,8 +142,8 @@ alicloud-disk-topology diskplugin.csi.alibabacloud.com Delete
1.使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere下载 YAML 文件:
```
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
wget https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```

View File

@ -98,9 +98,9 @@ Azure Kubernetes Services 本身将放置在`KubeSphereRG`中。
请使用以下命令开始部署 KubeSphere。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
可以通过以下命令检查安装日志:

View File

@ -47,9 +47,9 @@ weight: 4230
- 使用 kubectl 安装 KubeSphere以下命令仅用于默认的最小安装。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- 检查安装日志:

View File

@ -130,9 +130,9 @@ aws-cli/2.1.2 Python/3.7.3 Linux/4.18.0-193.6.3.el8_2.x86_64 exe/x86_64.centos.8
- 使用 kubectl 安装 KubeSphere以下命令仅用于默认的最小安装。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- 检查安装日志:

View File

@ -46,9 +46,9 @@ weight: 4240
- 使用 kubectl 安装 KubeSphere以下命令仅用于默认的最小安装。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
- 检查安装日志:

View File

@ -74,8 +74,8 @@ volumeBindingMode: Immediate
接下来就可以使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere建议首先还是以最小功能集进行安装可执行以下命令
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
执行部署命令后,可以通过进入**工作负载** > **容器组 Pod** 界面,在右侧面板中查询 `kubesphere-system` 命名空间下的 Pod 运行状态了解 KubeSphere 平台最小功能集的部署状态;通过该命名空间下 `ks-console-xxxx` 容器的状态来了解 KubeSphere 控制台应用的可用状态。

View File

@ -64,9 +64,9 @@ weight: 4260
1. 使用 kubectl 安装 KubeSphere。直接输入以下命令会默认执行 KubeSphere 的最小化安装。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
2. 检查安装日志:

View File

@ -32,9 +32,9 @@ KubeSphere 承诺为用户提供即插即用架构,您可以轻松地将 KubeS
1. 执行以下命令以开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
2. 检查安装日志:

View File

@ -90,7 +90,7 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关
1. 使用以下命令从能够访问互联网的机器上下载镜像清单文件 `images-list.txt`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -102,7 +102,7 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关
2. 下载 `offline-installation-tool.sh`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. 使 `.sh` 文件可执行。
@ -162,8 +162,8 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关
1. 执行以下命令下载这两个文件,并将它们传输至您充当任务机的机器,用于安装。
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
```
2. 编辑 `cluster-configuration.yaml` 添加您的私有镜像仓库。例如,本教程中的仓库地址是 `dockerhub.kubekey.local`,将它用作 `.spec.local_registry` 的值,如下所示:
@ -245,10 +245,10 @@ https://kubesphere.io 20xx-xx-xx xx:xx:xx
```txt
##kubesphere-images
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-apiserver:v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-console:v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-controller-manager:v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-apiserver:v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-console:v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-controller-manager:v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/kubectl:v1.20.0
registry.cn-beijing.aliyuncs.com/kubesphereio/kubefed:v0.8.1
registry.cn-beijing.aliyuncs.com/kubesphereio/tower:v0.2.1
@ -272,9 +272,9 @@ registry.cn-beijing.aliyuncs.com/kubesphereio/gatekeeper:v3.5.2
##openpitrix-images
registry.cn-beijing.aliyuncs.com/kubesphereio/openpitrix-jobs:v3.3.2
##kubesphere-devops-images
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-apiserver:ks-v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-controller:ks-v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-tools:ks-v3.4.0
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-apiserver:ks-v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-controller:ks-v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/devops-tools:ks-v3.4.1
registry.cn-beijing.aliyuncs.com/kubesphereio/ks-jenkins:v3.4.0-2.319.3-1
registry.cn-beijing.aliyuncs.com/kubesphereio/inbound-agent:4.10-2
registry.cn-beijing.aliyuncs.com/kubesphereio/builder-base:v3.2.2

View File

@ -92,7 +92,7 @@ chmod +x kk
创建包含默认配置的示例配置文件。这里使用 Kubernetes v1.22.12 作为示例。
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -77,7 +77,7 @@ chmod +x kk
创建包含默认配置的示例配置文件。这里使用 Kubernetes v1.22.12 作为示例。
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -311,7 +311,7 @@ chmod +x kk
使用默认配置创建一个示例配置文件。此处以 Kubernetes v1.22.12 作为示例。
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -131,10 +131,10 @@ KubeKey v2.1.0 版本新增了清单manifest和制品artifact的概
- registry.cn-beijing.aliyuncs.com/kubesphereio/haproxy:2.3
- registry.cn-beijing.aliyuncs.com/kubesphereio/nfs-subdir-external-provisioner:v4.0.2
- registry.cn-beijing.aliyuncs.com/kubesphereio/k8s-dns-node-cache:1.15.12
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-apiserver:v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-console:v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-controller-manager:v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-apiserver:v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-console:v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-controller-manager:v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/kubectl:v1.22.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/kubectl:v1.21.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/kubectl:v1.20.0
@ -156,9 +156,9 @@ KubeKey v2.1.0 版本新增了清单manifest和制品artifact的概
- registry.cn-beijing.aliyuncs.com/kubesphereio/edgeservice:v0.3.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/gatekeeper:v3.5.2
- registry.cn-beijing.aliyuncs.com/kubesphereio/openpitrix-jobs:v3.3.2
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-apiserver:ks-v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-controller:ks-v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-tools:ks-v3.4.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-apiserver:ks-v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-controller:ks-v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/devops-tools:ks-v3.4.1
- registry.cn-beijing.aliyuncs.com/kubesphereio/ks-jenkins:v3.4.0-2.319.3-1
- registry.cn-beijing.aliyuncs.com/kubesphereio/inbound-agent:4.10-2
- registry.cn-beijing.aliyuncs.com/kubesphereio/builder-base:v3.2.2
@ -318,7 +318,7 @@ KubeKey v2.1.0 版本新增了清单manifest和制品artifact的概
2. 执行以下命令创建离线集群配置文件:
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.23.15 -f config-sample.yaml
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.23.15 -f config-sample.yaml
```
3. 执行以下命令修改配置文件:

View File

@ -172,7 +172,7 @@ chmod +x kk
./kk create config [-f ~/myfolder/abc.yaml]
```
- 您可以指定要安装的 KubeSphere 版本(例如 `--with-kubesphere v3.4.0`)。
- 您可以指定要安装的 KubeSphere 版本(例如 `--with-kubesphere v3.4.1`)。
```bash
./kk create config --with-kubesphere [version]

View File

@ -78,7 +78,7 @@ chmod +x kk
1. 执行以下命令为集群创建一个配置文件:
```bash
./kk create config --with-kubernetes v1.21.4-k3s --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.21.4-k3s --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -245,10 +245,10 @@ chmod +x kk
您可用使用 KubeKey 同时安装 Kubernetes 和 KubeSphere通过自定义配置文件中的参数创建多节点集群。
创建安装有 KubeSphere 的 Kubernetes 集群(例如使用 `--with-kubesphere v3.4.0`
创建安装有 KubeSphere 的 Kubernetes 集群(例如使用 `--with-kubesphere v3.4.1`
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -338,7 +338,7 @@ chmod +x kk
创建配置文件(一个示例配置文件)。
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -165,7 +165,7 @@ chmod +x kk
1. 指定想要安装的 Kubernetes 版本和 KubeSphere 版本,例如:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -117,7 +117,7 @@ chmod +x kk
1. 指定您想要安装的 Kubernetes 版本和 KubeSphere 版本,例如:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -119,7 +119,7 @@ chmod +x kk
1. 指定您想要安装的 Kubernetes 版本和 KubeSphere 版本,例如:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -141,7 +141,7 @@ chmod +x kk
在当前位置创建配置文件 `config-sample.yaml`
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12 -f config-sample.yaml
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12 -f config-sample.yaml
```
### 集群配置调整

View File

@ -148,7 +148,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.13 sh -
1. 使用默认配置创建示例配置文件,这里以 Kubernetes v1.22.12 为例。
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -137,7 +137,7 @@ chmod +x kk
在当前位置创建配置文件 `master-HA.yaml`
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12 -f master-HA.yaml
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12 -f master-HA.yaml
```
### 集群配置调整
@ -200,7 +200,7 @@ metadata:
name: ks-installer
namespace: kubesphere-system
labels:
version: v3.4.0
version: v3.4.1
spec:
local_registry: ""
persistence:
@ -278,7 +278,7 @@ spec:
```bash
# 指定配置文件创建集群
./kk create cluster --with-kubesphere v3.4.0 -f master-HA.yaml
./kk create cluster --with-kubesphere v3.4.1 -f master-HA.yaml
# 查看 KubeSphere 安装日志 -- 直到出现控制台的访问地址和登录帐户
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f

View File

@ -170,7 +170,7 @@ chmod +x kk
创建包含默认配置的示例配置文件。以下以 Kubernetes v1.22.12 为例。
```bash
./kk create config --with-kubesphere v3.4.0 --with-kubernetes v1.22.12
./kk create config --with-kubesphere v3.4.1 --with-kubernetes v1.22.12
```
{{< notice note >}}

View File

@ -11,4 +11,4 @@ weight: 1400
关于 3.4 新特性的详细解读,可参考博客 [KubeSphere 3.4.0 发布:支持 K8s v1.26](../../../../news/kubesphere-3.4.0-ga-announcement/)。
关于 3.4 的新功能及增强、Bug 修复、重要的技术调整,以及废弃或移除的功能,请参见 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
关于 3.4 的新功能及增强、Bug 修复、重要的技术调整,以及废弃或移除的功能,请参见 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。

View File

@ -39,9 +39,9 @@ weight: 6600
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用告警系统。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用告警系统。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件并进行编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件并进行编辑。
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ weight: 6600
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -44,9 +44,9 @@ weight: 6200
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用应用商店。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用应用商店。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件。
```bash
vi cluster-configuration.yaml
@ -63,7 +63,7 @@ weight: 6200
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -57,9 +57,9 @@ KubeSphere 审计日志系统提供了一套与安全相关并按时间顺序排
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用审计功能。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用审计功能。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
```bash
vi cluster-configuration.yaml
@ -91,7 +91,7 @@ KubeSphere 审计日志系统提供了一套与安全相关并按时间顺序排
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -43,9 +43,9 @@ DevOps 系统为用户提供了一个自动化的环境,应用可以自动发
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用 DevOps。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用 DevOps。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
```bash
vi cluster-configuration.yaml
@ -61,7 +61,7 @@ DevOps 系统为用户提供了一个自动化的环境,应用可以自动发
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -59,9 +59,9 @@ KubeSphere 事件系统使用户能够跟踪集群内部发生的事件,例如
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用事件系统。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用事件系统。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,然后打开并开始编辑。
```bash
vi cluster-configuration.yaml
@ -93,7 +93,7 @@ KubeSphere 事件系统使用户能够跟踪集群内部发生的事件,例如
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -62,9 +62,9 @@ KubeEdge 的组件在两个单独的位置运行——云上和边缘节点上
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用 KubeEdge。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用 KubeEdge。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件并进行编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件并进行编辑。
```bash
vi cluster-configuration.yaml
@ -96,7 +96,7 @@ KubeEdge 的组件在两个单独的位置运行——云上和边缘节点上
4. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -65,9 +65,9 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用日志系统。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用日志系统。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,然后打开并开始编辑。
```bash
vi cluster-configuration.yaml
@ -103,7 +103,7 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -39,9 +39,9 @@ KubeSphere 支持用于[部署](../../project-user-guide/application-workloads/d
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中先启用 Metrics Server组件。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中先启用 Metrics Server组件。
1. 下载文件 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml),并打开文件进行编辑。
1. 下载文件 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml),并打开文件进行编辑。
```bash
vi cluster-configuration.yaml
@ -57,7 +57,7 @@ KubeSphere 支持用于[部署](../../project-user-guide/application-workloads/d
3. 执行以下命令以开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -49,9 +49,9 @@ weight: 6900
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用网络策略。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用网络策略。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,然后打开并开始编辑。
```bash
vi cluster-configuration.yaml
@ -68,7 +68,7 @@ weight: 6900
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -41,9 +41,9 @@ weight: 6920
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要现在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用容器组 IP 池。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要现在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用容器组 IP 池。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件并进行编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件并进行编辑。
```bash
vi cluster-configuration.yaml
@ -60,7 +60,7 @@ weight: 6920
3. 执行以下命令开始安装。
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -53,9 +53,9 @@ KubeSphere 服务网格基于 [Istio](https://istio.io/),将微服务治理和
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用服务网格。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用服务网格。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,执行以下命令打开并编辑该文件:
```bash
vi cluster-configuration.yaml
@ -78,7 +78,7 @@ KubeSphere 服务网格基于 [Istio](https://istio.io/),将微服务治理和
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -41,9 +41,9 @@ weight: 6915
### 在 Kubernetes 上安装
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在[cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件中启用服务拓扑图。
当您[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 时,需要先在[cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件中启用服务拓扑图。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件并进行编辑。
1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件并进行编辑。
```bash
vi cluster-configuration.yaml
@ -60,7 +60,7 @@ weight: 6915
3. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -197,7 +197,7 @@ chmod +x kk
若要同时安装 Kubernetes 和 KubeSphere可参考以下示例命令
```bash
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
{{< notice note >}}

View File

@ -62,7 +62,7 @@ weight: 2600
在已有 Kubernetes 集群上安装 KubeSphere 时,需要部署 [ks-installer](https://github.com/kubesphere/ks-installer/) 的两个 YAML 文件。
1. 首先下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml) 文件,然后打开编辑。
1. 首先下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml) 文件,然后打开编辑。
```bash
vi cluster-configuration.yaml
@ -73,7 +73,7 @@ weight: 2600
3. 编辑完成后保存文件,执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f cluster-configuration.yaml
```

View File

@ -28,9 +28,9 @@ weight: 2200
1. 执行以下命令开始安装:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/cluster-configuration.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/cluster-configuration.yaml
```
2. 检查安装日志:

View File

@ -12,7 +12,7 @@ weight: 7500
## 准备工作
- 您需要有一个运行 KubeSphere v3.3.x 的集群。如果您的 KubeSphere 是 v3.2.0 或更早的版本,请先升级至 v3.3.x。
- 请仔细阅读 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
- 请仔细阅读 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。
- 提前备份所有重要的组件。
- Docker 仓库。您需要有一个 Harbor 或其他 Docker 仓库。有关更多信息,请参见[准备一个私有镜像仓库](../../installing-on-linux/introduction/air-gapped-installation/#步骤-2准备一个私有镜像仓库)。
- KubeSphere 3.4 支持的 Kubernetes 版本v1.20.x、v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。带星号的版本可能出现边缘节点部分功能不可用的情况。因此如需使用边缘节点推荐安装 v1.23.x。
@ -35,7 +35,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
1. 使用以下命令从能够访问互联网的机器上下载镜像清单文件 `images-list.txt`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -47,7 +47,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
2. 下载 `offline-installation-tool.sh`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. 使 `.sh` 文件可执行。
@ -107,7 +107,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
1. 执行以下命令下载 ks-installer并将其传输至您充当任务机的机器用于安装。
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml
```
2. 验证您已在 `cluster-configuration.yaml` 中的 `spec.local_registry` 字段指定了私有镜像仓库地址。请注意,如果您的已有集群通过离线安装方式搭建,您应该已配置了此地址。如果您的集群采用在线安装方式搭建而需要进行离线升级,执行以下命令编辑您已有 KubeSphere 3.4 集群的 `cluster-configuration.yaml` 文件,并添加私有镜像仓库地址:
@ -130,7 +130,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
3. 编辑完成后保存 `cluster-configuration.yaml`。使用以下命令将 `ks-installer` 替换为您**自己仓库的地址**。
```bash
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.0#" kubesphere-installer.yaml
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.4.1#" kubesphere-installer.yaml
```
{{< notice warning >}}

View File

@ -11,7 +11,7 @@ weight: 7400
- 您需要有一个运行 KubeSphere v3.3.x 的集群。如果您的 KubeSphere 是 v3.2.0 或更早的版本,请先升级至 v3.3.x。
- 您的 Kubernetes 版本必须为 v1.20.x、v1.21.x、v1.22.xv1.23.xv1.24.xv1.25.x 或 v1.26.x。
- 请仔细阅读 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
- 请仔细阅读 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。
- 提前备份所有重要的组件。
- Docker 仓库。您需要有一个 Harbor 或其他 Docker 仓库。
- 请确保每个节点都可以从该 Docker 仓库拉取镜像或向其推送镜像。
@ -102,7 +102,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
1. 使用以下命令从能够访问互联网的机器上下载镜像清单文件 `images-list.txt`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/images-list.txt
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/images-list.txt
```
{{< notice note >}}
@ -114,7 +114,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
2. 下载 `offline-installation-tool.sh`
```bash
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/offline-installation-tool.sh
curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/offline-installation-tool.sh
```
3. 使 `.sh` 文件可执行。
@ -217,7 +217,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
例如:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f config-sample.yaml
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f config-sample.yaml
```
{{< notice note >}}
@ -299,7 +299,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
例如:
```bash
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f config-sample.yaml
./kk create config --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f config-sample.yaml
```
{{< notice note >}}

View File

@ -11,7 +11,7 @@ weight: 7300
## 准备工作
- 您需要有一个运行 KubeSphere v3.3.x 的集群。如果您的 KubeSphere 是 v3.2.0 或更早的版本,请先升级至 v3.3.x。
- 请仔细阅读 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
- 请仔细阅读 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。
- 提前备份所有重要的组件。
- KubeSphere 3.4 支持的 Kubernetes 版本v1.20.x、v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。带星号的版本可能出现边缘节点部分功能不可用的情况。因此如需使用边缘节点推荐安装 v1.23.x。
@ -32,7 +32,7 @@ KubeSphere 3.4 对内置角色和自定义角色的授权项做了一些调整
运行以下命令升级集群:
```bash
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.0/kubesphere-installer.yaml --force
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.4.1/kubesphere-installer.yaml --force
```
## 启用可插拔组件

View File

@ -14,7 +14,7 @@ weight: 7200
## 准备工作
- 您需要有一个运行 KubeSphere v3.3.x 的集群。如果您的 KubeSphere 是 v3.2.x 或更早的版本,请先升级至 v3.3.x。
- 请仔细阅读 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
- 请仔细阅读 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。
- 提前备份所有重要的组件。
- 确定您的升级方案。本文档中提供 [All-in-One 集群](#all-in-one-集群)和[多节点集群](#多节点集群)的两种升级场景。
@ -96,7 +96,7 @@ chmod +x kk
运行以下命令使用 KubeKey 将您的单节点集群升级至 KubeSphere 3.4 和 Kubernetes v1.22.12
```bash
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.1
```
要将 Kubernetes 升级至特定版本,请在 `--with-kubernetes` 标志后明确指定版本号。以下是可用版本v1.20.x、v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。带星号的版本可能出现边缘节点部分功能不可用的情况。因此如需使用边缘节点推荐安装 v1.23.x。
@ -137,7 +137,7 @@ chmod +x kk
运行以下命令,将您的集群升级至 KubeSphere 3.4 和 Kubernetes v1.22.12
```bash
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.0 -f sample.yaml
./kk upgrade --with-kubernetes v1.22.12 --with-kubesphere v3.4.1 -f sample.yaml
```
要将 Kubernetes 升级至特定版本,请在 `--with-kubernetes` 标志后明确指定版本号。以下是可用版本v1.20.x、v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。带星号的版本可能出现边缘节点部分功能不可用的情况。因此如需使用边缘节点推荐安装 v1.23.x。

View File

@ -7,6 +7,6 @@ linkTitle: "升级后的变更"
weight: 7600
---
本文说明先前版本现有设置在升级后的变更。如果您想了解 KubeSphere 3.4 的所有新功能和优化,请直接参阅 [3.4.0 版本说明](../../../v3.4/release/release-v340/)。
本文说明先前版本现有设置在升级后的变更。如果您想了解 KubeSphere 3.4 的所有新功能和优化,请直接参阅 [3.4.1 版本说明](../../../v3.4/release/release-v341/)。