-
Notifications
You must be signed in to change notification settings - Fork 839
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
[installation]使用Helm安装后,zadig-zadig-dex报错 #4044
Comments
你没删错吧,这个报错就是说dex库的client表还存在啊 |
没有删错,我把dex库的表都删了,然后重启zadig-zadig-dex还是报那个错误,但是dex的表又被重新建回来了 |
我装了一遍没有任何问题 |
我也是最新的3.3.0,也是类似问题: |
这是数据库的兼容问题,检查一下数据库的配置吧 |
好的,看到了,官方默认是8.0版本,我这5.7 |
安装方式 / Installation method
描述你遇到的问题 / Describe the bug
使用helm安装完成后,zadig-zadig-dex报错,如下:
安装参数 / Installation Parameters
helm repo add koderover-chart https://koderover.tencentcloudcr.com/chartrepo/chart
helm repo update
helm upgrade --install --create-namespace -n zadig --set global.extensions.extAuth.extauthzServerRef.namespace=zadig --set endpoint.type=IP --set endpoint.IP=192.168.0.17 --set gloo.gatewayProxies.gatewayProxy.service.type=NodePort --set endpoint.type=IP --set endpoint.IP=192.168.0.17 --set gloo.gatewayProxies.gatewayProxy.service.httpNodePort=30277 --set dex.fullnameOverride=zadig-zadig-dex --set dex.config.issuer=http://zadig-zadig-dex:5556/dex --set "dex.config.staticClients[0].redirectURIs[0]=http://192.168.0.17:30277/api/v1/callback,dex.config.staticClients[0].id=zadig,dex.config.staticClients[0].name=zadig,dex.config.staticClients[0].secret=ZXhhbXBsZS1hcHAtc2VjcmV0" --set tags.mysql=false --set connections.mysql.host=192.168.0.14:3308 --set connections.mysql.auth.user=root --set connections.mysql.auth.password=root135@$^ --set dex.config.storage.config.host=192.168.0.14 --set dex.config.storage.config.port=3308 --set dex.config.storage.config.user=root --set dex.config.storage.config.password=root135@$^ --set connections.mongodb.db=zadig --set tags.mongodb=false --set connections.mongodb.connectionString='mongodb://192.168.0.17:30392' --set minio.persistence.pv=true --set minio.persistence.size=30Gi --set tags.minio=true --set minio.persistence.storageClass=csi-rbdfs-sc --version=3.3.0 zadig-zadig koderover-chart/zadig
脚本安装日志 / Script installation log
No response
Pod 状态列表 / Pod Status List
异常 Pod 的 Event / Abnormal Pod Event
No response
PVC/PV/Storage Class 的状态 / PVC/PV/Storage Class Status
No response
Zadig 版本 / Zadig version
3.3.0
Kubernetes 版本 / Kubernetes version
1.28.6
安装环境 / Installation Environment
No response
附加信息 / Additional context
No response
The text was updated successfully, but these errors were encountered: