Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created March 23, 2024 20:18
Show Gist options
  • Select an option

  • Save pjmagee/b071f8334b3d175ddc0f3e1afea4d9ed to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/b071f8334b3d175ddc0f3e1afea4d9ed to your computer and use it in GitHub Desktop.
kubeadm init --apiserver-advertise-address $(hostname -i) --pod-network-cidr 10.5.0.0/16
kubectl apply -f https://raw.githubusercontent.com/cloudnativelabs/kube-router/master/daemonset/kubeadm-kuberouter.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/nginx-app.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment