随笔分类 - kubernetes
摘要:yum install -y bash-completion source /usr/share/bash-completion/bash_completion source <(kubectl completion bash) echo "source <(kubectl completion b
阅读全文
摘要:ETCDCTL_API=3 /opt/kube/bin/etcdctl --endpoints=https://zy-jp-pg-pro-k8s-master01:2379,https://zy-jp-pg-pro-k8s-master02:2379,https://zy-jp-pg-pro-k8s
阅读全文
摘要:#!/bin/bash #API usage reference https://github.com/goharbor/harbor/blob/v1.7.5/docs/swagger.yaml Harbor_URL=http://172.31.170.19/ #SSL证书 #cacert="/da
阅读全文