File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Kompose 通过 GitHub 发布,发布周期为三星期。
52
52
53
53
``` shell
54
54
# Linux
55
- curl -L https://github.com/kubernetes/kompose/releases/download/v1.22 .0/kompose-linux-amd64 -o kompose
55
+ curl -L https://github.com/kubernetes/kompose/releases/download/v1.24 .0/kompose-linux-amd64 -o kompose
56
56
57
57
# macOS
58
- curl -L https://github.com/kubernetes/kompose/releases/download/v1.22 .0/kompose-darwin-amd64 -o kompose
58
+ curl -L https://github.com/kubernetes/kompose/releases/download/v1.24 .0/kompose-darwin-amd64 -o kompose
59
59
60
60
# Windows
61
- curl -L https://github.com/kubernetes/kompose/releases/download/v1.22 .0/kompose-windows-amd64.exe -o kompose.exe
61
+ curl -L https://github.com/kubernetes/kompose/releases/download/v1.24 .0/kompose-windows-amd64.exe -o kompose.exe
62
62
63
63
chmod +x kompose
64
64
sudo mv ./kompose /usr/local/bin/kompose
You can’t perform that action at this time.
0 commit comments