返回总目录页
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 68 下一页
摘要: 滚动升级 1、错误的yml文件 [machangwei@mcwk8s-master ~]$ cat mcwHttpd.yml apiVersion: apps/v1 kind: Deployment metadata: name: mcw-httpd spec: replicas: 3 select 阅读全文
posted @ 2022-01-22 01:14 马昌伟 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 如何创建服务 1、创建Deployment #启动三个pod,运行httpd镜像,label是run:mcw-httpd,Seveice将会根据这个label挑选PodapiVersion: apps/v1 [machangwei@mcwk8s-master ~]$ cat mcwHttpd.yml 阅读全文
posted @ 2022-01-21 23:27 马昌伟 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: Anaconda3-2019.10-Linux-x86_64.sh 某次执行Python程序,其中两个错误信息如下: ImportError: libcblas.so.3: cannot open shared object file: No such file or directoryOrigin 阅读全文
posted @ 2022-01-21 18:42 马昌伟 阅读(2697) 评论(0) 推荐(0) 编辑
摘要: ananconda3在centos7虚拟机上,直接进行ananconda3安装但是始终卡在Unpacking payload ..., 虚拟机的核心数调到2或者2以上即可解决 阅读全文
posted @ 2022-01-20 14:19 马昌伟 阅读(2497) 评论(0) 推荐(0) 编辑
摘要: 成功启动一个Job 1、Job.spec.template.metadata,没有空格符的错误 [machangwei@mcwk8s-master ~]$ cat mcwJob1.yml apiVersion: batch/v1 kind: Job metadata: name: mcwJob sp 阅读全文
posted @ 2022-01-19 01:08 马昌伟 阅读(626) 评论(0) 推荐(0) 编辑
摘要: kubernetes运行应用1之Deployment详解 查看daemonset 如下,k8s自身的 DaemonSet kube-flannel-ds和kube-proxy分别负责在每个结点上运行flannel和kube-proxy组件daemonset在每个节点上最多只能运行一个副本。 [mac 阅读全文
posted @ 2022-01-18 00:58 马昌伟 阅读(379) 评论(0) 推荐(0) 编辑
摘要: open /run/flannel/subnet.env: no such file or directory open /run/flannel/subnet.env: no such file or directory Failed to create pod sandbox: rpc erro 阅读全文
posted @ 2022-01-09 17:06 马昌伟 阅读(3863) 评论(0) 推荐(0) 编辑
摘要: go语言的介绍 安装go的环境 官网sdk,相当于Python的解释器的意思: l 官网:https://golang.google.cn/ l go中文在线文档:https://studygolang.com/pkgdoc 有最新版和稳定版 windows使用.msi一键安装 1. SDK目录介绍 阅读全文
posted @ 2022-01-07 00:09 马昌伟 阅读(195) 评论(0) 推荐(0) 编辑
摘要: run 或create deployment 部署一个应用 kubernetes 部署 nginx ,使用 kubectl get deployment 时出现 No resources found in default namespace 结果验证:kubectl run mcw01_nginx 阅读全文
posted @ 2022-01-04 10:48 马昌伟 阅读(2434) 评论(0) 推荐(0) 编辑
摘要: 对比有无-o wide参数的区别 kubectl get pod --all-namespaceskubectl get pod --all-namespaces -o wide如下,查看所有Pod信息,加上-o wide参数,能看到每个Pod的ip和k8s节点等信息,看的多了 [machangwe 阅读全文
posted @ 2022-01-04 00:46 马昌伟 阅读(1096) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 68 下一页
博主链接地址:https://www.cnblogs.com/machangwei-8/