Skip to content

Commit

Permalink
remove flannel backend from agent
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh <[email protected]>
  • Loading branch information
santhoshdaivajna authored and kpiyush17 committed May 7, 2024
1 parent f2c26e1 commit 5a33ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/agent_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 5a33ed2

Please sign in to comment.