#!/bin/bash alias k=kubectl kubeadm init --apiserver-advertise-address $(hostname -i) --pod-network-cidr 10.5.0.0/16 k apply -f https://raw.githubusercontent.com/cloudnativelabs/kube-router/master/daemonset/kubeadm-kuberouter.yaml complete -F __start_kubectl k export do="--dry-run=client -o yaml" export dd "--grace-period=0 --force" k get node node1 -o custom-colums=NODE:.spec.taints taint=$(k describe node node1 | grep -i taint | awk '{print $2}')