Skip to content

Commit

Permalink
add flannel-backend in agent config
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Nov 18, 2023
1 parent 955d716 commit 7f33d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/agent_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type K3sAgentConfig struct {
WithNodeId string `json:"with-node-id,omitempty" yaml:"with-node-id,omitempty"`
NodeIP string `json:"node-ip,omitempty" yaml:"node-ip,omitempty"`
NodeExternalIP string `json:"node-external-ip,omitempty" yaml:"node-external-ip,omitempty"`
FlannelBackend string `json:"flannel-backend,omitempty" yaml:"flannel-backend,omitempty"`
FlannelIface string `json:"flannel-iface,omitempty" yaml:"flannel-iface,omitempty"`
FlannelConf string `json:"flannel-conf,omitempty" yaml:"flannel-conf,omitempty"`
FlannelCniConfFile string `json:"flannel-cni-conf-file,omitempty" yaml:"flannel-cni-conf-file,omitempty"`
Expand Down

0 comments on commit 7f33d90

Please sign in to comment.