wongearl

Results 5 issues of wongearl

**What happened**: carina存在引入 3 个有漏洞的缺陷组件: 缺陷名称 | 当前版本 | 最小修复版本 | 依赖类型 | 漏洞数量 -- | -- | -- | -- | -- github.com/dgrijalva/jwt-go | v3.2.0+incompatible | 4.0.0-preview1 | 直接依赖...

bug
invalid
question

What is the purpose and meaning of the IsUpToDate field? ` o.AddInstance(Instance{ ClusterName: cluster, Key: InstanceKey{Hostname: host}, ReadOnly: readOnly, SlaveLagSeconds: sql.NullInt64{ Valid: false, Int64: 0, }, IsUpToDate: true, IsRecentlyChecked: true,...

question

### What is version of KubeKey has the issue? master ### What is your os environment? ubuntu20.04 ### KubeKey config file _No response_ ### A clear and concise description of...

bug

### Your current KubeKey version master ### Describe this feature 需求背景 使用kk的离线方式安装k8s集群及其他组件,在create cluster的配置文件中已存在一个参数NamespaceOverride,通过覆盖镜像的namespace可以将artifact中的镜像推送到镜像仓库的同一个项目中,但是相应不是覆盖原有镜像namespace,例如存在镜像a/b:v1和镜像c/b:v1, 想要推送镜像到 d/a/b:v1,d/c/b:v1, 即都推送到名为d的namespace,后面的镜像路径保持。 ### Describe the solution you'd like 想要在create cluster的配置文件中添一个参数实现此功能。例如该字段名为NamespacePreappend,该字段不为空是则在所有镜像中追加一个相同的namespace,如果原有namespace和NamespacePreappend相同,则不再追加 ### Additional information _No response_

good first issue

mvn clean install -DskipTests报错如下: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:install-node-and-yarn (install node and yarn) on project cloudeon-ui: Could not download Node.js: Could not download https://npm.taobao.org/mirrors/node/v16.13.1/node-v16.13.1-linux-x64.tar.gz: sun.security.validator.ValidatorException: PKIX path validation failed:...

bug