宵待夜雨的博客
首页
运维
K8s
数据库
关于
Login
Menu
首页
运维
K8s
数据库
关于
宵待夜雨的博客
Archives
2024 / 08
k8s 常用命令
2024-08-02
运维
#k8s
一键删除所有状态为Fail的Pod kubectl get pods --all-namespaces --field-selector=status.phase=Failed -o json | kubectl delete -f - 加入节点master获取命令 kubeadm token cr
Git设置代理
2024-08-02
运维
#网络
# 设置HTTP代理 git config --global http.proxy http://<proxy_username>:<proxy_password>@<proxy_host>:<proxy_port> # 设置HTTPS代理 git config --global https.pro
Github加速下载地址
2024-08-02
运维
#网络
https://gh.api.99988866.xyz/ https://gh.api.99988866.xyz/https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.10.4/elasticsearch-a
2024 / 07
CRProxy让Docker通过代理拉取镜像
2024-07-01
运维
#docker
#k8s
Previous
1 / 5
2 / 5
3 / 5
4 / 5
5 / 5
Next