wayne icon indicating copy to clipboard operation
wayne copied to clipboard

Kubernetes multi-cluster management and publishing platform

Results 62 wayne issues
Sort by recently updated
recently updated
newest added

解决无法登录的问题 ![image](https://user-images.githubusercontent.com/33371072/169558753-f6a69ba0-ea46-45f7-bb07-899d6b0307a1.png) 1. 直接使用goland加载后端代码 2. src/backend/routers/router.go -> plugins我go get不下来,直接注释掉 ![image](https://user-images.githubusercontent.com/33371072/169559627-22df30cf-1ce7-42d3-9691-ccb36d41b26d.png) 3. 罪魁祸首src/backend/controllers/auth/authenticator.go -> 注释并新增 ![image](https://user-images.githubusercontent.com/33371072/169561048-a2667715-b825-403f-9e55-8f3151888917.png) 4. 修改src/backend/conf/app.conf中的mysql部分,注意DBTns修改为自己的mysql服务器地址 ![image](https://user-images.githubusercontent.com/33371072/169563372-0af7cdaa-720e-4370-b4bb-4ab4513d85eb.png) 启动顺序: 前端和mysql使用docker-compose启动: docker-compose记得修改配置:wayne/hack/docker-compose/conf/ config.js: 修改URL中的yourip为beego后端服务ip地址 注释掉wayne/hack/docker-compose/docker-compose.yaml中部分配置 ![image](https://user-images.githubusercontent.com/33371072/169565217-23902f51-beb6-48aa-9b6d-d5c28f084e23.png) 启动前端和mysql: cd wayne/hack/docker-compose/ docker-compose up...

有没有人维护?

什么时候支持kubernetesv1.16啊

![image](https://user-images.githubusercontent.com/22093770/112562635-b0b2de80-8e12-11eb-9989-5e15d594cd95.png) 报以上错误,尝试了修改config.js。依然无法解决,还请红衣教主帮忙解决。尝试了以下修改。 ################################################################## [root@dh-k8s-master conf]# pwd /opt/wayne/wayne/hack/docker-compose/conf [root@dh-k8s-master conf]# ls app.conf config.js [root@dh-k8s-master conf]# cat config.js window.CONFIG = { URL: 'http://**192.168.109.5**:8080', RAVEN: false, RAVEN_DSN: 'RAVEN_DSN' }; [root@dh-k8s-master conf]# ################################################################## [root@dh-k8s-master...

从github下载最新代码,用`docker-compose -f ./hack/docker-compose/docker-compose.yaml up`启动,使用admin/admin登陆,始终登陆失败,前端会提示`Invalid param`,后端显示400错误。将docker-compose.yaml里面的前后端image的版本从latest改成v1.8.6,就可以正常登陆。 CentOS 7.9,Docker version 20.10.2, build 2291f61,数据库是docker-compose启动时,自动拉取的5.6.41。

markdown说明里面所有的链接给的是这个网址:https://360yun.org/wayne 。但是现在已经无法访问了。有时候碰到问题都找不到参考的地方,请更新一下最新的地址。

**Server Version** ``` - Kubernetes version:1.19.2 - Wayne version:1.8.6 ``` 用户部署发布时候,提示 the server could not find the requested resource

![image](https://user-images.githubusercontent.com/31227458/113391368-06b0f480-93c6-11eb-91c0-3b6dde915061.png)

npm start报错,这是啥问题? 看了下别人的提问,也有同样问题的,说是插件没装,什么插件没有装呢? ![image](https://user-images.githubusercontent.com/33021367/106119335-0ca11400-6190-11eb-80fd-c8b38909ed6e.png)