
kubernetes
yudajiangshan(微信号)
人生苦短,且行且珍惜
展开
-
Docker systemctl 不能使用 System has not been booted with systemd as init system (PID 1). Can‘t operate.
root@1733a8f48e41:# systemctlSystem has not been booted with systemd as init system (PID 1). Can't operate.重启一个docker,后台运行:#: docker run -itd --privileged=true --name s3fd-v2 -p 8080:8080 03f6b13a5450 /sbin/init然后运行exec进入docker:docker exec -it s3原创 2020-07-31 09:35:14 · 14729 阅读 · 2 评论 -
Virtualbox中 Ubuntu 18.04部署Kubernetes和kubeedge
1. 安装虚拟机1.1 ubuntu官网下载ubuntu18.04:http://releases.ubuntu.com/18.04/1.2 virtualbox安装ubuntu 18.04请参考https://blog.youkuaiyun.com/qq_38628350/article/details/86656530,建议最小化安装,即无需安装办公软件、播放器等功能ubuntu完毕后,请确保以下配置,如不满足要求,请调整:1)内存不小于2G且处理器不少于2核(k8s要求),硬盘不小于10.原创 2020-05-12 13:20:28 · 1388 阅读 · 0 评论 -
kubernetes安装过程中的fannel文件 kube-flannel.yml
---apiVersion:policy/v1beta1kind:PodSecurityPolicymetadata:name:psp.flannel.unprivilegedannotations:seccomp.security.alpha.kubernetes.io/allowedProfileNames:docker/defaultseccomp.security.alpha.kubernetes.io/defaultProfileName...原创 2020-05-12 11:45:17 · 2096 阅读 · 0 评论