k8s操作手册 2.3
--kubernetes- version=v1.19.4 \ --apiserver-adver�se- address=10.99.1.51 \ # api server地址 --pod-network-cidr=10.244.0.0/16 \ # pod容器网段 --service-cidr=10.7.0.0/16 \ # service网段,即cluster ip网段 --ignor --kubernetes- version=v1.28.2 \ --apiserver-adver�se- address=10.99.1.51 \ # api server地址 --pod-network-cidr=10.244.0.0/16 \ # pod容器网段 --service-cidr=10.7.0.0/16 \ # service网段,即cluster ip网段 --ignor h�ps://limaofu.github.io/scripts/kube-flannel-v0.13.0.yml # vi kube-flannel.yml #将里面的net-conf.json下面的Network网段改为规划的pod网段 #默认使用的docker镜像是quay.io/coreos/的仓库,可改为自己集群的docker仓库 保存,退出 # kubectl apply -f kube-flannel0 码力 | 126 页 | 4.33 MB | 1 年前3Redis操作手册
#先结束刚刚运行的进程 # cat > /etc/systemd/system/redis.service <network.target [Service] Type=forking ExecStart=/usr/local/bin/redis-server /root/redis-6.2.13/redis.conf 0 码力 | 5 页 | 80.37 KB | 1 年前3A Seat at the Table - IT Leadership in the Age of Agility
importance. Tests and infrastructure are now both represented in code; with SDN, soon even the network will be. Infrastructure can now be tested, like code; it can be placed in version control. Technology0 码力 | 7 页 | 387.48 KB | 5 月前3git 操作手册
★配置webhook自动化触发功能 首先配置允许向本地网络(私有网段地址)发送webhook通知,如果不配置则 会报错: 管理员用户登录,点击设置: 勾选“Allow requests to the local network from webhooks and integra�ons” 点击“保存” 然后普通用户就可在自己的项目里配置“WebHook”功能了 Se�ngs→Webhooks→Add new webhook0 码力 | 35 页 | 1.69 MB | 1 年前3python3学习手册
na�ve 凑够4个字节 = na�ve 按原字节数 < li�le-endian 按原字节数,小端字节序 > big-endian 按原字节数,大端字节序,逻辑上 是啥顺序就是啥 ! network = big- endian 按原字节数,网络字节序 使用方法是在format的第一个位置指示即可 struct解析二进制串示例: import struct with open("test0 码力 | 213 页 | 3.53 MB | 1 年前3
共 5 条
- 1