mirror of https://github.com/kubernetes/kops.git
Merge pull request #9008 from jacksontj/issue_9006
Include secondary protocol flag always
This commit is contained in:
commit
de7cc70c3d
|
@ -361,7 +361,7 @@ type ProtokubeFlags struct {
|
|||
GossipListen *string `json:"gossip-listen" flag:"gossip-listen"`
|
||||
GossipSecret *string `json:"gossip-secret" flag:"gossip-secret"`
|
||||
|
||||
GossipProtocolSecondary *string `json:"gossip-protocol-secondary" flag:"gossip-protocol-secondary"`
|
||||
GossipProtocolSecondary *string `json:"gossip-protocol-secondary" flag:"gossip-protocol-secondary" flag-include-empty:"true"`
|
||||
GossipListenSecondary *string `json:"gossip-listen-secondary" flag:"gossip-listen-secondary"`
|
||||
GossipSecretSecondary *string `json:"gossip-secret-secondary" flag:"gossip-secret-secondary"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue