摘要: 1、配置用户名邮箱 git config --global user.name "用户名" git config --global user.email "邮箱" 2、查找.gitconfig文件位置 find / -name .gitconfig 3、打开.gitconfig文件4、加入下面的代码 阅读全文
posted @ 2020-12-01 17:19 人艰不拆_zmc 阅读(771) 评论(0) 推荐(0) 编辑
摘要: certs.sh: #!/bin/bash set -e export PATH=$PATH:/usr/local/sbin:/usr/local/bin usage() { cat <<EOF Generate certificate suitable for use with an sideca 阅读全文
posted @ 2020-12-01 12:01 人艰不拆_zmc 阅读(429) 评论(0) 推荐(0) 编辑
摘要: AdmissionWebhook介绍请参见Kubernetes AdmissionWebhook这篇博客。 webhook如何工作的 注册webhook server 资源操作请求通过API Server Auth验证 根据注册信息回调对应的webhook server webhook注册信息说明 阅读全文
posted @ 2020-12-01 11:02 人艰不拆_zmc 阅读(1663) 评论(0) 推荐(0) 编辑