Slide 38
Slide 38 text
● fix "minikube update-context" command fail 必ずコマンドが失敗
引数の順番が違うのが原因
修正は 1 行のみ!(調査時間は 3 時間くらい)
想い出深いエピソード - その①
updated, err := kubeconfig.UpdateIP (ip, constants.KubeconfigPath, machineName) if err != nil {
exit.WithError ("update config", err)
}
func UpdateIP (ip net.IP, machineName string, configPath ...string) (bool, error) {
...
}
38