Skip to content

Instantly share code, notes, and snippets.

View Anupal's full-sized avatar
:atom:

Anupal Mishra Anupal

:atom:
  • Mastercard
  • Dublin
  • 18:09 (UTC +01:00)
View GitHub Profile
@Anupal
Anupal / setup-k8s.sh
Last active October 2, 2024 22:05
Setup Kubernetes cluster on Centos9/RHEL9
#!/bin/bash
# sytem changes related for overlay networking
# add kernel modules
modprobe br_netfilter
modprobe ip_vs
modprobe ip_vs_rr
modprobe ip_vs_wrr
modprobe ip_vs_sh