浏览代码

troubleshooting groups

master
HMSheets 3 年前
父节点
当前提交
99c9112333
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      update-NebulaNodeCert

+ 1
- 1
update-NebulaNodeCert 查看文件

@@ -35,7 +35,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters

NODENAME=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s .[].details.name | sed 's/["]//g')
NODEIPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.ips | sed 's/[]["]//g')
NODEGROUPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.groups | sed 's/[]["]//g' | sed 's/./ /g')
NODEGROUPS=$(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compact-output .[].details.groups)# | sed 's/[]["]//g' | sed 's/./ /g')

echo "Node Name: ${NODENAME}"
echo "Node IPs: ${NODEIPS}"

正在加载...
取消
保存