上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 164 下一页

2021年7月5日

摘要: root@ubuntu:~/kube-batch# kubectl describe pod qj-1-7zc5k Name: qj-1-7zc5k Namespace: default Priority: 0 Node: <none> Labels: controller-uid=0afdbf23 阅读全文
posted @ 2021-07-05 14:17 tycoon3 阅读(210) 评论(0) 推荐(0)
摘要: 安装helm curl https://baltocdn.com/helm/signing.asc | sudo apt-key add - sudo apt-get install apt-transport-https --yes echo "deb https://baltocdn.com/h 阅读全文
posted @ 2021-07-05 11:47 tycoon3 阅读(469) 评论(0) 推荐(0)

2021年7月2日

摘要: string_view: No such file or directory std::string_view is not available in GCC until version 7. root@ubuntu:~/c++# gcc --version gcc (Ubuntu/Linaro 5 阅读全文
posted @ 2021-07-02 15:21 tycoon3 阅读(739) 评论(0) 推荐(0)
摘要: Calico Calico 是一个纯三层的数据中心网络方案(不需要Overlay),并且与OpenStack、Kubernetes、AWS、GCE等IaaS和容器平台都有良好的集成。 Calico在每一个计算节点利用Linux Kernel实现了一个高效的vRouter来负责数据转发,而每个vRou 阅读全文
posted @ 2021-07-02 11:31 tycoon3 阅读(1661) 评论(0) 推荐(0)
摘要: root@cloud:~# ip a | grep 10.96.0.1 -B 3 valid_lft forever preferred_lft forever 59: kube-ipvs0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN grou 阅读全文
posted @ 2021-07-02 11:23 tycoon3 阅读(382) 评论(0) 推荐(0)

2021年7月1日

摘要: oot@ubuntu:~/cfssl/etcd# /usr/bin/etcd version 2021-07-01 16:00:41.185752 W | etcdmain: running etcd on unsupported architecture "arm64" since ETCD_UN 阅读全文
posted @ 2021-07-01 16:08 tycoon3 阅读(3724) 评论(1) 推荐(0)

2021年6月30日

摘要: k8s集群清除 kubeadm resef -f root@ubuntu:~/cluster# ps -elf | grep kube 4 S root 8099 8071 4 80 0 - 161890 futex_ Jun18 ? 12:33:47 kube-apiserver --advert 阅读全文
posted @ 2021-06-30 16:40 tycoon3 阅读(1477) 评论(0) 推荐(0)

2021年6月29日

摘要: 配置各个节点/etc/hosts [root@host-10-10-18-42 etcd]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localho 阅读全文
posted @ 2021-06-29 11:40 tycoon3 阅读(1900) 评论(0) 推荐(0)

2021年6月28日

摘要: 为什么需要 Pod 之间的 Leader Election 一般来说,由 Deployment 创建的 1 个或多个 Pod 都是对等关系,彼此之间提供一样的服务。但是在某些场合,多个 Pod 之间需要有一个 Leader 的角色,即: Pod 之间有且只有一个 Leader; Leader 在一定 阅读全文
posted @ 2021-06-28 17:41 tycoon3 阅读(893) 评论(0) 推荐(0)

2021年6月25日

摘要: demo1 root@cloud:/etc/haproxy# cat haproxy.cfg # # Example configuration for a possible web application. See the # full configuration options online. 阅读全文
posted @ 2021-06-25 17:57 tycoon3 阅读(135) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 164 下一页

导航