kubez-ansible icon indicating copy to clipboard operation
kubez-ansible copied to clipboard

To provide quick deployment tools for kubernetes cluster and cloud native application by ansible

Results 30 kubez-ansible issues
Sort by recently updated
recently updated
newest added

建议更新ingress-nginx到v1.6.4版本

在1.25+版本的集群中,官方已删除。 PodSecurityPolicy was [deprecated] in Kubernetes v1.21, and removed from Kubernetes in v1.25. 参考链接 [https://kubernetes.io/docs/concepts/security/pod-security-policy/](url)

需要使用metrics_server:v0.6.2 metrics_server在线升级到V0.6.2

global中开启了 hpv2后安装中间件autoscale 报错

``` shell if [[ "$(systemctl is-enabled ufw)" == "active" ]]; then systemctl disable ufw fi if [[ "$(systemctl is-active ufw)" == "enabled" ]]; then systemctl stop ufw fi ``` `systemctl...

https://github.com/gopixiu-io/kubez-ansible/blob/master/docs/install/prerequisites.md 里面写清系统对应的下载包,什么系统对应什么包

检查系统版本是否符合要求。 正则表达式满足大部分的版本号匹配要求,包括模糊匹配和精确匹配,以及支持匹配大版本和小版本. Closes #292