摘要:
现象: Normal ExternalProvisioning 3s (x18 over 4m8s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "nfs 阅读全文
摘要:
1.pvc 状态pending 报错:persistentvolume-controller waiting for a volume to be created, either by external provisioner "nfs-client" or manually created by 阅读全文
摘要:
现象: get https://hub.yun.paic.cn/v1/users/: x509 :certificate signed by unknown authority 解决方案: 1.创建证书目录: mkdir /etc/docker/certs.d/hub.yun.paic.com.cn 阅读全文
摘要:
使用高版本的docker客户端,连接镜像仓库时,会出现以下报错: docker login/pull报错x509: ... Common Name matching with GODEBUG=x509ignoreCN=0 原因是go 在1.15版本之后,标准库里默认启用了 x509证书的SANs字段 阅读全文
摘要:
背景:运行脚本是报 line 1: #!/bin/bash: No such file or directory 原因:一般 which bash 文件存在的话,就是dos格式的问题,dos格式要改成 uninx 格式,才能正常运行! 如果我们在windows系统下创建了一个文件,默认的换行格式就是 阅读全文