Yew
Yew
我将GitHub源码编译成的 mlss-controlcenter-go 替换 了 cc-apiserver-v0.3.0中的执行文件,但是线上运行时页面报如下两个错: path /cc/v1/groups/group/storage was not found Error when checking namespace from cc, {"code":404,"message":"path /cc/v1/groups/users/roles/1/namespaces was not found"} 线上cc-apiserver-v0.3.0中的mlss-controlcenter-go是否和GitHub上一源码致呢?
#### 安装helm-3.2.1: ```shell wget https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz tar -xzvf helm-v3.2.1-linux-amd64.tar.gz cd linux-amd64/ mv helm /usr/bin/ helm version helm repo list helm repo add aliyuncs https://apphub.aliyuncs.com ``` #### 安装Istio-1.8.2 ```shell wget https://github.com/istio/istio/releases/download/1.8.2/istio-1.8.2-linux-amd64.tar.gz #设置istioctl环境变量...