This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10226 # 1) import components-base into the kubeadm package | |
10227 # 2) add a few metrics as is done in vi pkg/kubelet/metrics/metrics.go | |
10228 # 3) run "make kubeadm" | |
10229 # 4) run "kubeadm init" on your mac | |
10230 # 5) like this .//_output/local/go/bin/kubeadm init | |
diff --git a/cmd/kubeadm/app/kubeadm.go b/cmd/kubeadm/app/kubeadm.go | |
index 1842cfd8cb4..0ab66a1cadb 100644 | |
--- a/cmd/kubeadm/app/kubeadm.go |