bingo4933

Results 2 issues of bingo4933

按照步骤执行: ```shell curl -O https://bootstrap.pypa.io/pip/2.7/get-pip.py python get-pip.py python -m pip install --upgrade "pip < 21.0" ``` 然后安装ansible ```shell pip install ansible -i https://mirrors.aliyun.com/pypi/simple/ ``` 报错: ```shell # pip install ansible...

kuboard spray 在部署时,对主机的内核有什么要求么? 我在官网没有看到相关的说明 我的主机内核情况: ``` # uname -r 5.4.167-1.el7.elrepo.x86_64 ``` 按照报错尝试添加参数,还是不行 ``` # cat /etc/sysctl.d/k8s.conf net.ipv4.ip_forward = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 fs.may_detach_mounts = 1 vm.overcommit_memory =...