摘要:
配置及文中的xxx 为你自己的配置信息 1、创建目录 mkdir -p /data/soft cd /data/soft mkdir -p /data/soft cd /data/soft 2、安装docker-composer 2.1官方安装 curl -L https://github.com/ 阅读全文
摘要:
harbor 1.9 实战的仓库迁移,过程实际上就是从A push 到B。16个tag 不到100G,挺快的 1分钟多。 假设我们从A迁移到B。 1、先在A上面建立一个目标仓库。 2、仓库目标名自己定义,我定义的为qa 目标URL为你Bharbor的https 地址。 访问ID和密码,为B的用户名和 阅读全文
摘要:
kubectl get ns qa01 -o json > qa01.json kubectl proxy --port=8081 curl -k -H "Content-Type: application/json" -X PUT --data-binary @qa01.json http://1 阅读全文
摘要:
yum install -y bash-completion source /usr/share/bash-completion/bash_completion source <(kubectl completion bash) echo "source <(kubectl completion b 阅读全文
摘要:
https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md 阅读全文
摘要:
0、harbor界面端清理镜像 1、停止docker harbor docker-compose stop 2、预览运行效果 docker run -it --name gc --rm --volumes-from registry vmware/registry:2.6.2-photon garb 阅读全文
摘要:
Mac: ld: library not found for -lgcc_s.10.4 Checking for cc... ld: library not found for -lgcc_s.10.4 clang: error: linker command failed with exit co 阅读全文
摘要:
Chrome和Safari浏览器preventDefault报treated as passive错误 问题代码是: 修复后的JavaScript代码是: 阅读全文
摘要:
[2019-06-10T06:52:51,610][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", " 阅读全文
摘要:
filebeat 收集的日志进度和文件在data 目录中是有保存的 默认路径地址: /usr/share/filebeat/data 里面有两个文件: meta.json:{"uuid":"ae79aee8-59d7-442c-99ef-ddcf7dd9000b"} registry:source、 阅读全文