"yq" 的未知命令“.network.genesisProfile”
unknown command ".network.genesisProfile" for "yq"
我正在处理一个 repo https://github.com/adarshaJha/PIVT#scaled-up-raft-network
当我 运行 这个命令时:
helm install ./hlf-kube --name hlf-kube -f samples/simple/network.yaml -f samples/simple/crypto-config.yaml
我收到这个错误:
"yq"
的未知命令“.network.genesisProfile”
我找到了答案,我的 yq 版本是 2.2.1,在 requirements 中提到需要 jq 1.5+ 和 yq 2.6+,我升级了到最新版本并解决了。
我正在处理一个 repo https://github.com/adarshaJha/PIVT#scaled-up-raft-network
当我 运行 这个命令时:
helm install ./hlf-kube --name hlf-kube -f samples/simple/network.yaml -f samples/simple/crypto-config.yaml
我收到这个错误:
"yq"
的未知命令“.network.genesisProfile”我找到了答案,我的 yq 版本是 2.2.1,在 requirements 中提到需要 jq 1.5+ 和 yq 2.6+,我升级了到最新版本并解决了。