Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Deploy a complete K8S cluster (part I)

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Note: The red characters are the contents that need to be entered in the shell:

Machine planning:

Turn it on, turn it off automatically.

[root@k8s-etcd1 ~]# systemctl disable firewalld.service

turn off the firewall

[root@k8s-etcd1 ~]# systemctl stop firewalld.service

Scheduled Task Synchronization Time:

0 */1 * * * /usr/sbin/ntpdate cn.pool.ntp.org > /dev/null 2>&1

Close selinux

[root@k8s-etcd1 ~]# sed -i "s#SELINUX=enforcing#SELINUX=disabled#g" /etc/selinux/config

[root@k8s-etcd1 ~]# sed -i "s#SELINUX=enforcing#SELINUX=disabled#g" /etc/sysconfig/selinux

Change host name

[root@k8s-etcd1 ~]# hostnamectl set-hostname k8s-etcd1

synchronization time

[root@k8s-etcd1 ~]# sudo timedatectl set-timezone Asia/Shanghai

[root@k8s-etcd1 ~]# date

[root@k8s-etcd1 ~]# sudo timedatectl set-local-rtc 0

[root@k8s-etcd1 ~]# sudo systemctl restart rsyslog

[root@k8s-etcd1 ~]# sudo systemctl restart crond

Close swap partition

[root@k8s-etcd1 ~]# sudo swapoff -a

[root@k8s-etcd1 ~]# free -m

total used free shared buff/cache available

Mem: 3770 136 3510 11 124 3449

Swap: 0 0 0 Confirm swap partition is closed

Switch partition off automatically

[root@k8s-etcd1 ~]# sudo sed -i '/ swap / s/^\(.*\)$/#\ 1/g' /etc/fstab

Resolve hosts to hosts file

[root@k8s-etcd1 ~]# cat >> /etc/hosts

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report