上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: 阅读全文
posted @ 2021-10-18 23:11 xman888 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 由于kubeadm前期安装完成后join使用 token 过期时间为(24小时过期),所以需要重新生成token 在master上重新生成新的token kubeadm token create 查看是否存在有效的 token 值 kubeadm token list 获取CA证书 sha256 编 阅读全文
posted @ 2021-10-18 23:01 xman888 阅读(49) 评论(0) 推荐(0) 编辑
摘要: DaemonSet A DaemonSet ensures that all (or some) Nodes run a copy of a Pod. As nodes are added to the cluster, Pods are added to them. As nodes are re 阅读全文
posted @ 2021-10-18 22:52 xman888 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 通过ReplicationController来运行pod This controller ensures that there are a specific number of Pod replicas running at any time and, if a Pod does crash, t 阅读全文
posted @ 2021-10-18 22:39 xman888 阅读(21) 评论(0) 推荐(0) 编辑
摘要: a cluster consists of at least one control plane and multiple worker machines called nodes. These control plane and node machines run the Kubernetes c 阅读全文
posted @ 2021-10-18 20:54 xman888 阅读(33) 评论(0) 推荐(0) 编辑
摘要: In symmetric cryptographic systems, both communicating parties use the same key for encryption and decryption. The material used to build these keys m 阅读全文
posted @ 2021-10-11 08:53 xman888 阅读(144) 评论(0) 推荐(0) 编辑
摘要: regular expressions (RegEx), and use Python's re module to work with RegEx 测试文档: abcafb9cuyd09pp1238a1b1ac3AbcBcd98Li86abcANi98aM Python RegEx In this 阅读全文
posted @ 2021-10-09 23:00 xman888 阅读(90) 评论(0) 推荐(0) 编辑
摘要: with 阅读全文
posted @ 2021-10-09 21:10 xman888 阅读(4) 评论(0) 推荐(0) 编辑
摘要: “Old-school” String Formatting in Python Before Python 3.6, you had two main ways of embedding Python expressions inside string literals for formattin 阅读全文
posted @ 2021-10-09 10:11 xman888 阅读(31) 评论(0) 推荐(0) 编辑
摘要: pip install mysql-connector-python 阅读全文
posted @ 2021-10-08 23:14 xman888 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页