This is an automated email from the ASF dual-hosted git repository.
mani 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 60700ad693 [YUNIKORN-3077] Fix typo at Loading your images step (#517)
60700ad693 is described below
commit 60700ad693bdc4c924052c397f38f703d2f3f76a
Author: Dennis <[email protected]>
AuthorDate: Tue May 6 12:43:08 2025 +0800
[YUNIKORN-3077] Fix typo at Loading your images step (#517)
---
docs/developer_guide/env_setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developer_guide/env_setup.md
b/docs/developer_guide/env_setup.md
index ca51610a96..042ebaeb64 100644
--- a/docs/developer_guide/env_setup.md
+++ b/docs/developer_guide/env_setup.md
@@ -194,7 +194,7 @@ The scheduler, web-ui and admission-controller examples are
below:
```shell script
kind load docker-image apache/yunikorn:scheduler-amd64-latest
kind load docker-image apache/yunikorn:web-amd64-latest
-kind load docker-image apache/yunikorn:admission-amd64-latesta
+kind load docker-image apache/yunikorn:admission-amd64-latest
```
If running on an ARM system, replace `amd64` with `arm64` above.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]