-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker kuscia安装问题 #392
Comments
您好,看到了您的报错信息,可以确定是正则化的问题。具体的解决方法如下: |
为什么会出现正则化的问题呢? |
您好,是这样的,出现正则化的问题是因为需要对输入的数据进行验证,确保其符合特定的格式或规则。目前domainID的正则表达式是不匹配大写字母的。可以参照报错信息中的正则表达式: |
[root@cm-dssn-node1 secu]# ./kuscia.sh start -c autonomy_alice.yaml -p 11080 -k 11081 |
1.根据你的日志分析发现你缺少autonomy_alice.yaml文件,你可以通过下面2条命令生产autonomy_alice.yaml |
为什么不生成存在/home/secu/autonomy_JD230607033这个文件夹呢?是因为domainId不符合正则吗?目前只可以生成autonomy_JD230607033.yaml这个文件。 |
创建两个节点授权的时候,结果总是显示unchanged,请问这是为什么?后面的通信状态为false是不是和这个有关? |
我这是安装的第二遍,之前把相关的文件和容器全部删除之后再重新安装的,为啥clusterdomainroute.kuscia.secretflow/jd230620034-jd230607033 unchanged报的是unchanged,不应该是created么? |
1、删除之后可能存在缓存,可以执行uninstall.sh跑一下,从这里获取卸载脚本[https://www.secretflow.org.cn/zh-CN/docs/kuscia/v0.10.0b0/getting_started/quickstart_cn#uninstall]或者可以换个domainid试一下 |
uninstall.sh 如何删除指定的domainId? |
uninstall.sh会把所有的kuscia容器和挂载的信息删除 |
Issue Type
Api Usage
Search for existing issues similar to yours
Yes
Kuscia Version
kuscia 0.10
Link to Relevant Documentation
No response
Question Details
The text was updated successfully, but these errors were encountered: