k3s/cmd/kubeadm/app/cmd
Kubernetes Submit Queue 53151500fb
Merge pull request #66212 from metadave/dp_kubeadm_upgrade_diff_todo
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix kubeadm upgrade diff -config TODO

**What this PR does / why we need it**:

This PR addresses a TODO in `kubeadm upgrade diff` for the `-config` flag to use `options.AddConfigFlag()` instead of `cmd.Flags().StringVar()`.


**Which issue(s) this PR fixes** 

None

**Special notes for your reviewer**:

/sig kubernetes/sig-cluster-lifecycle-pr-reviews

**Release note**:
```release-note
NONE
```
2018-07-17 03:19:27 -07:00
..
options Automated rename from MasterConfiguration to InitConfiguration 2018-07-09 04:55:02 +03:00
phases Automated rename from NodeConfiguration to JoinConfiguration 2018-07-13 22:52:41 +02:00
upgrade Fix kubeadm upgrade TODOs 2018-07-14 16:32:37 -04:00
util Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
cmd.go Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00
completion.go Get rid of depends on kubectl in kubeadm 2018-06-30 17:26:10 +08:00
completion_test.go kubeadm: add test coverage to completion.go 2018-05-09 23:15:45 +03:00
config.go move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
config_test.go move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
init.go Automated rename from MasterConfiguration to InitConfiguration 2018-07-09 04:55:02 +03:00
join.go Automated rename from NodeConfiguration to JoinConfiguration 2018-07-13 22:52:41 +02:00
join_test.go Automated rename from NodeConfiguration to JoinConfiguration 2018-07-13 22:52:41 +02:00
reset.go move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
reset_test.go move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
token.go Automated rename from MasterConfiguration to InitConfiguration 2018-07-09 04:55:02 +03:00
token_test.go Automated rename from MasterConfiguration to InitConfiguration 2018-07-09 04:55:02 +03:00
version.go Get rid of depends on kubectl in kubeadm 2018-06-30 17:26:10 +08:00
version_test.go kubeadm: add better test coverage to version.go 2018-03-02 22:34:21 +02:00