PPSite
PPSite
### Your current KubeKey version version.BuildInfo{Version:"2.2.1", GitCommit:"c056977c", GitTreeState:"", GoVersion:"go1.17.11"} ### Describe this feature ## background sometimes, or even more often, we need to `CUSTOMIZE` the settings, ex: daemon.json, sysctl.conf; unfortunately...
Some mis-operation make my "cluster level" LB Shutdown,After re-configured,the EIP Changed; So that all DNS record need to change; so, as the title says, Is there a way to define...
when working with drf, most of project suggest that modify `social-app-django` source code: ```python # social_core/actions.py: response = backend.strategy.redirect(url) payload = jwt_payload_handler(user) response.set_cookie("name", user.name if user.name else user.username, max_age=24 *...
### GitHub ID @ezteki ### City Name Guang Zhou ### Prerequisites for new city - [X] The city must be initiated by at least one member of the KubeSphere community...
new commer idea, is there a way ? i just little familier with umi, not a professional FE;
## 概述 >DevOps 工具 * 名称:ArgoCD * 版本:v2.3.4 >就职公司名称: 视源电子 - 运维工程师 >分享排期: 2022.06 >难度级别: 中等 >分享目标: 1. 对 argocd 及其生态有所了解 2. 通过 Operator 部署 ArgoCD 及踩坑记录 3. 通过官方样例仓库试验核心功能 4....
基于脚手架创建的插件,打开 popup 页面时,提示错误如下; 倒是不影响功能,不过总是有点碍眼;还请大神知悉; 看情况应该是 umijs 的依赖 阿里 CDN 上的资源; ```shell Refused to load the script 'chrome-extension://at.alicdn.com/t/font_2357611_whan662da2.js' because it violates the following Content Security Policy directive: "script-src 'self' 'sha256-YM8uI2F+VfHULiDF1T+UCYmPwssvvWleyz5k2gtmTQo=' 'sha256-+lWedAM1kVPdV8EdccyVnyk5TRATyEpOrwBBAUk6ltM='"....
with images in folder, switch background images every 1 hour or any time else;like pap.er
### Your current KubeKey version kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.1", GitCommit:"0fc2b4557b929276085b81e6840410258557f9f1", GitTreeState:"clean", BuildDate:"2022-11-16T04:55:19Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### Describe this feature # 描述 为集群新增计算节点,发现整个 Pipeline 要在所有节点上执行,包括已经存在的节点;这种策略存在巨大隐患,甚至在关键时刻导致管理员束手无策; # 思考1: 什么场景下使用添加节点的功能? 集群资源不足;或集群中某些机器故障要替换维护;总之,添加集群节点的时候,总是集群“不太正常”的时候;此时全量节点执行操作,就会因某些故障机器而导致整个添加动作卡住无法执行,非常不幸的是,这个局面是个死循环;`管理员需要添加机器解决集群节点异常,而集群节点异常又导致无法添加新节点。` >...