This is an automated email from the ASF dual-hosted git repository.
wilfreds 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 87c7690a9 [YUNIKORN-1421] Update the "Build and Run" page (#216)
87c7690a9 is described below
commit 87c7690a9caceeb3cf822f4f293f9fca83bc21e4
Author: wusamzong <[email protected]>
AuthorDate: Mon Nov 28 12:23:11 2022 +1100
[YUNIKORN-1421] Update the "Build and Run" page (#216)
Update the go version reference to point to the ".go_version" file in
the root of the repos. With the K8s 1.23 update building with go 1.16
does not work anymore.
Closes: #216
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
docs/developer_guide/build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developer_guide/build.md b/docs/developer_guide/build.md
index 586a630ea..26ca11607 100644
--- a/docs/developer_guide/build.md
+++ b/docs/developer_guide/build.md
@@ -33,7 +33,7 @@ Read the [environment setup
guide](developer_guide/env_setup.md) first to setup
## Build YuniKorn for Kubernetes
Prerequisite:
-- Go 1.16+
+- Golang: check the `.go_version` file in the root of the repositories for the
version Yunikorn requires. The minimum version can change per release branch.
Earlier Go versions might cause compilation issues.
You can build the scheduler for Kubernetes from
[yunikorn-k8shim](https://github.com/apache/yunikorn-k8shim) project.
The build procedure will build all components into a single executable that
can be deployed and running on Kubernetes.