From 4928af0362f48c4e52a98cec300bbea89e54f42d Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 30 May 2022 12:29:22 +0300 Subject: [PATCH] update links content --- content/en/blogs/kubesphere-3.1.0-ga-announcement.md | 2 +- .../docs/devops-user-guide/examples/use-nexus-in-pipelines.md | 2 +- .../set-up-ha-cluster-using-keepalived-haproxy.md | 2 +- content/en/docs/release/release-v321.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/blogs/kubesphere-3.1.0-ga-announcement.md b/content/en/blogs/kubesphere-3.1.0-ga-announcement.md index 9fa552e84..a4b5f12cf 100644 --- a/content/en/blogs/kubesphere-3.1.0-ga-announcement.md +++ b/content/en/blogs/kubesphere-3.1.0-ga-announcement.md @@ -47,7 +47,7 @@ You use KubeSphere **Metering and Billing** to: -Going forward, the [KubeSphere Container Platform](http://kubesphere.io/) seeks to provide a more comprehensive operational system for metering and billing. +Going forward, the [KubeSphere Container Platform](https://kubesphere.io/) seeks to provide a more comprehensive operational system for metering and billing. ### Edge node management diff --git a/content/en/docs/devops-user-guide/examples/use-nexus-in-pipelines.md b/content/en/docs/devops-user-guide/examples/use-nexus-in-pipelines.md index 14333d8e9..62357fe23 100644 --- a/content/en/docs/devops-user-guide/examples/use-nexus-in-pipelines.md +++ b/content/en/docs/devops-user-guide/examples/use-nexus-in-pipelines.md @@ -88,7 +88,7 @@ This tutorial demonstrates how to use Nexus in pipelines on KubeSphere. {{< notice note >}} - `` is the unique identifier you set for your Nexus in step 2. `` is the Nexus repository name. `` is the URL of your Nexus repository. `` is the Maven repository to be mirrored. In this tutorial, enter `*` to mirror all Maven repositories. For more information, refer to [Using Mirrors for Repositories](http://maven.apache.org/guides/mini/guide-mirror-settings.html). + `` is the unique identifier you set for your Nexus in step 2. `` is the Nexus repository name. `` is the URL of your Nexus repository. `` is the Maven repository to be mirrored. In this tutorial, enter `*` to mirror all Maven repositories. For more information, refer to [Using Mirrors for Repositories](https://maven.apache.org/guides/mini/guide-mirror-settings.html). {{}} diff --git a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md index aa04bd5d5..97034ffab 100644 --- a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md +++ b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md @@ -41,7 +41,7 @@ For more information about requirements for nodes, network, and dependencies, se ## Configure Load Balancing -[Keepalived](https://www.keepalived.org/) provides a VRPP implementation and allows you to configure Linux machines for load balancing, preventing single points of failure. [HAProxy](http://www.haproxy.org/), providing reliable, high performance load balancing, works perfectly with Keepalived. +[Keepalived](https://www.keepalived.org/) provides a VRPP implementation and allows you to configure Linux machines for load balancing, preventing single points of failure. [HAProxy](https://www.haproxy.org/), providing reliable, high performance load balancing, works perfectly with Keepalived. As Keepalived and HAproxy are installed on `lb1` and `lb2`, if either one goes down, the virtual IP address (i.e. the floating IP address) will be automatically associated with another node so that the cluster is still functioning well, thus achieving high availability. If you want, you can add more nodes all with Keepalived and HAproxy installed for that purpose. diff --git a/content/en/docs/release/release-v321.md b/content/en/docs/release/release-v321.md index 0570ec8d6..d11d74b2e 100644 --- a/content/en/docs/release/release-v321.md +++ b/content/en/docs/release/release-v321.md @@ -34,7 +34,7 @@ weight: 18099 - Fix incorrect available workspace quotas displayed in the **Edit Project Quotas** dialog box. ([#2613](https://github.com/kubesphere/console/pull/2613), [@weili520](https://github.com/weili520)) - Fix an issue in the **Monitoring** dialog box, where the time range selection drop-down list does not function properly. ([#2722](https://github.com/kubesphere/console/pull/2722), [@weili520](https://github.com/weili520)) - Fix incorrect available quotas displayed in the Deployment creation page. ([#2668](https://github.com/kubesphere/console/pull/2668), [@weili520](https://github.com/weili520)) -- Change the documentation address to [kubesphere.io](http://kubesphere.io/) and [kubesphere.com.cn](http://kubesphere.com.cn/). ([#2628](https://github.com/kubesphere/console/pull/2628), [@weili520](https://github.com/weili520)) +- Change the documentation address to [kubesphere.io](https://kubesphere.io/) and [kubesphere.com.cn](https://kubesphere.com.cn/). ([#2628](https://github.com/kubesphere/console/pull/2628), [@weili520](https://github.com/weili520)) - Fix an issue where Deployment volume settings cannot be modified. ([#2656](https://github.com/kubesphere/console/pull/2656), [@weili520](https://github.com/weili520)) - Fix an issue where the container terminal cannot be accessed when the browser language is not English, Simplified Chinese, or Traditional Chinese. ([#2702](https://github.com/kubesphere/console/pull/2702), [@weili520](https://github.com/weili520)) - Fix incorrect volume status displayed in the Deployment editing dialog box. ([#2622](https://github.com/kubesphere/console/pull/2622), [@weili520](https://github.com/weili520))