Skip to content

Commit

Permalink
Merge pull request #382 from xiaods/dev
Browse files Browse the repository at this point in the history
fix: remove NoFlannel
  • Loading branch information
xiaods authored Nov 20, 2024
2 parents 71e2e71 + 18771b6 commit 8572b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/agent/templates/templates_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ enable_keychain = true
{{end}}
{{end}}
{{- if not .NodeConfig.NoFlannel }}
[plugins."io.containerd.grpc.v1.cri".cni]
bin_dir = "{{ .NodeConfig.AgentConfig.CNIBinDir }}"
conf_dir = "{{ .NodeConfig.AgentConfig.CNIConfDir }}"
{{end}}
{{- if or .NodeConfig.Containerd.BlockIOConfig .NodeConfig.Containerd.RDTConfig }}
[plugins."io.containerd.service.v1.tasks-service"]
Expand Down

0 comments on commit 8572b1e

Please sign in to comment.