-
Choerodon平台版本: 2.0.0
-
遇到问题的执行步骤:
./c7nctl install c7n --debug -c ./config.yml --version=2.0 -
文档地址:
-
环境信息(如:节点信息):
-
报错日志:
FATA[0370] Release value cannot be empty Release values=env.open.GITLAB_PRIVATETOKEN
Choerodon平台版本: 2.0.0
遇到问题的执行步骤:
./c7nctl install c7n --debug -c ./config.yml --version=2.0
文档地址:
环境信息(如:节点信息):
报错日志:
FATA[0370] Release value cannot be empty Release values=env.open.GITLAB_PRIVATETOKEN
现在新版本的 c7nctl 工具
curl -fsSL -o get-c7nctl.sh https://gitee.com/open-hand/c7nctl/raw/2.0/scripts/get-c7nctl.sh
chmod 700 get-c7nctl.sh
./get-c7nctl.sh --version 2.0.1
检查 c7nctl 的版本
./c7nctl version
version.BuildInfo{Version:“2.0.1+unreleased”, GitCommit:“85bddbdf66ceebcff9a45efd030c4107024c0dbe”, GitTreeState:“dirty”, GoVersion:“go1.18.1”}
使用这个版本安装即可。