Skip to content

Commit

Permalink
Merge pull request #74 from nianyush/flannel-backend
Browse files Browse the repository at this point in the history
PE-3058 add flannel-backend in agent config
  • Loading branch information
santhoshdaivajna authored Nov 28, 2023
2 parents 955d716 + 7f33d90 commit 96671ff
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 96671ff

Please sign in to comment.