mirror of https://github.com/kubernetes/kops.git
Merge pull request #1770 from kamilhristov/master
Edit EtcdClusterSpec: replace Config -> PodManifestPath
This commit is contained in:
commit
f2445e1923
|
@ -25,8 +25,7 @@ type KubeletConfigSpec struct {
|
|||
|
||||
// Configuration flags - a subset of https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/componentconfig/types.go
|
||||
|
||||
// config is the path to the config file or directory of files
|
||||
Config string `json:"config,omitempty" flag:"config"`
|
||||
PodManifestPath string `json:"podManifestPath,omitempty" flag:"pod-manifest-path"`
|
||||
// hostnameOverride is the hostname used to identify the kubelet instead
|
||||
// of the actual hostname.
|
||||
// Note: We recognize some additional values:
|
||||
|
|
Loading…
Reference in New Issue