This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 661e160728 [YUNIKORN-2048] Invalid URL detected in dev_guide (#354)
661e160728 is described below

commit 661e160728e42a878c90484b7a77739940cbee5f
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Mon Oct 23 14:48:24 2023 -0500

    [YUNIKORN-2048] Invalid URL detected in dev_guide (#354)
    
    The move to node 18 surfaces an issue around URL detection in the md
    files. The `[email protected]` string in the env_setup.md doc is interpreted as
    a broken URL.
    Removing the text from all affected versions:
    - master
    - versioned docs 0.12
    - versioned docs 0.13
    
    Closes: #354
    
    Signed-off-by: Craig Condit <[email protected]>
---
 docs/developer_guide/env_setup.md                                 | 8 ++++----
 .../current/developer_guide/env_setup.md                          | 2 +-
 .../version-1.3.0/developer_guide/env_setup.md                    | 2 +-
 versioned_docs/version-1.2.0/developer_guide/env_setup.md         | 2 +-
 versioned_docs/version-1.3.0/developer_guide/env_setup.md         | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/developer_guide/env_setup.md 
b/docs/developer_guide/env_setup.md
index fd2aa6b3a0..18c5bfdaff 100644
--- a/docs/developer_guide/env_setup.md
+++ b/docs/developer_guide/env_setup.md
@@ -47,7 +47,7 @@ Newer Docker versions have an embedded version of Kubernetes 
so no additional
 installation is needed. Follow the instructions 
[here](https://docs.docker.com/docker-for-mac/#kubernetes)
 to get Kubernetes up and running within Docker Desktop.
 Alternatively, a Kind cluster may be created (see instructions
-[here](https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster)).
+[here](https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster).
 
 Once Kubernetes is started in Docker Desktop, you should see something similar
 to this:
@@ -173,9 +173,9 @@ go install sigs.k8s.io/kind@latest
 Other installation methods can be found on the Kind
 [website](https://kind.sigs.k8s.io/docs/user/quick-start/#installation).
 
-To use Kind with Kubernetes 1.25 or later, you will need to use [email protected] or
-later. The release of kind does allow for running other versions of Kubernetes
-as well. The list of supported versions may be found in the Kind release notes.
+Kind version 0.15 is required for Kubernetes 1.25 or later.
+Later versions of Kind add Kubernetes 1.26, 1.27 and 1.28.
+Check the Kind release notes for the specific Kubernetes releases supported.
 
 ### Using Kind
 
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developer_guide/env_setup.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developer_guide/env_setup.md
index 9a1f7d2eea..6881849d69 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developer_guide/env_setup.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developer_guide/env_setup.md
@@ -120,7 +120,7 @@ Kind(Kubernetes in Docker)是一个轻量级的工具,主要用来运行
 
 
可在[Kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)的文件上找到其他方法。
 
-要在Kubernetes 1.25中使用Kind,你需要使用[email protected] 或以上版本。 
有些kind版本仅支持特定版本的Kubernetes,您可以从Kind发布的说明中获取该信息。
+Kubernetes 1.25 或更高版本需要 Kind 版本 0.15。Kind 的更高版本添加了 Kubernetes 1.26、1.27 和 
1.28。检查种类发行说明以了解支持的特定 Kubernetes 版本
 
 ### 使用 Kind
 
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.3.0/developer_guide/env_setup.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.3.0/developer_guide/env_setup.md
index 9a1f7d2eea..e0ca816165 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.3.0/developer_guide/env_setup.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.3.0/developer_guide/env_setup.md
@@ -120,7 +120,7 @@ Kind(Kubernetes in Docker)是一个轻量级的工具,主要用来运行
 
 
可在[Kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)的文件上找到其他方法。
 
-要在Kubernetes 1.25中使用Kind,你需要使用[email protected] 或以上版本。 
有些kind版本仅支持特定版本的Kubernetes,您可以从Kind发布的说明中获取该信息。
+要将 Kind 与 Kubernetes 1.25 一起使用,您需要使用 v0.15 或更高版本的 
Kind。有些kind版本仅支持特定版本的Kubernetes,您可以从Kind发布的说明中获取该信息。
 
 ### 使用 Kind
 
diff --git a/versioned_docs/version-1.2.0/developer_guide/env_setup.md 
b/versioned_docs/version-1.2.0/developer_guide/env_setup.md
index 98327f0ee9..a10bcbebc7 100644
--- a/versioned_docs/version-1.2.0/developer_guide/env_setup.md
+++ b/versioned_docs/version-1.2.0/developer_guide/env_setup.md
@@ -119,7 +119,7 @@ If you have go installed, you can run `go install 
sigs.k8s.io/kind@latest`.
 
 Other ways can be found on the Kind 
[website](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
 
-To use Kind with Kubernetes 1.25, you will need to use [email protected] or greater.  
The release of kind does allow for particular versions of Kubernetes and you 
can get that information from the Kind release notes.
+To use Kind with Kubernetes 1.25, you will need to use v0.15 or greater of 
Kind.  The release of kind does allow for particular versions of Kubernetes and 
you can get that information from the Kind release notes.
 
 ### Using Kind
 
diff --git a/versioned_docs/version-1.3.0/developer_guide/env_setup.md 
b/versioned_docs/version-1.3.0/developer_guide/env_setup.md
index 98327f0ee9..a10bcbebc7 100644
--- a/versioned_docs/version-1.3.0/developer_guide/env_setup.md
+++ b/versioned_docs/version-1.3.0/developer_guide/env_setup.md
@@ -119,7 +119,7 @@ If you have go installed, you can run `go install 
sigs.k8s.io/kind@latest`.
 
 Other ways can be found on the Kind 
[website](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
 
-To use Kind with Kubernetes 1.25, you will need to use [email protected] or greater.  
The release of kind does allow for particular versions of Kubernetes and you 
can get that information from the Kind release notes.
+To use Kind with Kubernetes 1.25, you will need to use v0.15 or greater of 
Kind.  The release of kind does allow for particular versions of Kubernetes and 
you can get that information from the Kind release notes.
 
 ### Using Kind
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to