摘要: 环境:CentOS7.6 k8s版本:1.8 本文介绍两种可视化界面安装 kubernetes-dashboard 1、编写配置文件 # Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Ver 阅读全文
posted @ 2022-03-08 17:02 陈旭园 阅读(91) 评论(0) 推荐(0)
摘要: 环境:CentOS7.6 k8s版本: 1.8 非自有应用 1、只有一个主节点的情况,允许master部署pod 允许master节点部署pod kubectl taint nodes --all node-role.kubernetes.io/master- 如果不允许调度 kubectl tai 阅读全文
posted @ 2022-03-08 16:44 陈旭园 阅读(32) 评论(0) 推荐(0)
摘要: 环境:CentOS7.6 k8s版本:1.8 如果不能重装系统,又装了k8s不行的看这个,新系统无视! 卸载K8S kubeadm reset -f modprobe -r ipip lsmod rm -rf ~/.kube/ rm -rf /etc/kubernetes/ rm -rf /etc/ 阅读全文
posted @ 2022-03-08 16:01 陈旭园 阅读(13) 评论(0) 推荐(0)