上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页
摘要: 转载自:https://www.jianshu.com/p/6907fc806b75 1.Helm3安装(二进制安装) # 根据操作系统跟所需版本去获取最新二进制安装包 https://github.com/helm/helm/releases wget https://get.helm.sh/he 阅读全文
posted @ 2023-03-22 14:42 larybird 阅读(286) 评论(0) 推荐(0)
摘要: 转载自:https://www.awyerwu.com/9273.html 01 准备工作 网络代理软件 国外的接收平台验证码的手机号(第3部分有介绍) 谷歌gmail邮箱 02 相关地址 Open AI 官网:https://openai.com/ Chat GPT首页:https://chat. 阅读全文
posted @ 2023-03-22 14:31 larybird 阅读(37) 评论(0) 推荐(0)
摘要: 写入一条key: etcdctl --endpoints=192.168.43.104:12379 put mytestkey fox 获取一条key: etcdctl --endpoints=192.168.43.104:12379 get mytestkey 获取所有key: etcdctl - 阅读全文
posted @ 2023-03-21 16:59 larybird 阅读(219) 评论(0) 推荐(0)
摘要: 转载自:http://www.h5tpl.com/blog/371 golang安装package报错, dial tcp: lookup goproxy.cn.direct: no such host 安装package时,执行 go mod tidy , 提示 dial tcp: lookup 阅读全文
posted @ 2023-03-16 16:14 larybird 阅读(1164) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/m0_58541541/article/details/123183979 etcd 安装(CentOS)1.上传etcd安装包(网络下载太慢了) tar -zxvf etcd-v3.4.3-linux-amd64.tar.gz 2.切换至etcd 阅读全文
posted @ 2023-03-16 14:27 larybird 阅读(45) 评论(0) 推荐(0)
摘要: 安装视频:https://www.bilibili.com/video/BV1844y1Q7Me?p=5 安装包地址:https://github.com/etcd-io/etcd/releases/tag/v3.4.3 etcd --name infra1 --listen-client-urls 阅读全文
posted @ 2023-03-16 14:26 larybird 阅读(64) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/masterbee/article/details/101159135 最近因为测试需要,需要观察机器在死机状态下其它外设的反应,学习到了一条超级简单的能让Linux瞬间死机的命令: echo c > /proc/sysrq-trigger 运行后 阅读全文
posted @ 2023-03-14 20:27 larybird 阅读(1143) 评论(0) 推荐(0)
摘要: 转载自:https://www.cnblogs.com/hmy-666/p/15702955.html 一、起因# 心血来潮想用一下electron,所以下载了一下官方的demo,使用Git图形界面下载,但是出现下面的情况: 二、解决# (1)CSDN有人贴了解决方案,说是吧https换成git就可 阅读全文
posted @ 2023-03-14 12:52 larybird 阅读(1354) 评论(0) 推荐(0)
摘要: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/ 在下面版本上,以上api可以调用通 [root@master1 k8s]# kubectl versionClient Version: version.Info 阅读全文
posted @ 2023-03-14 11:14 larybird 阅读(594) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/luosai19910103/article/details/128447566 通过服务账号来调用api,赋予超级权限,可以访问所有接口 1.创建服务账号kubectl create sa k8s-api-amdin -n default 2.创 阅读全文
posted @ 2023-03-13 17:12 larybird 阅读(774) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页