Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rke
Commits
960d353a
Commit
960d353a
authored
5 years ago
by
Sebastiaan van Steenis
Committed by
Alena Prokharchyk
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove additional flannel backend options
parent
c383d16c
release/v0.2
v0.2.11
v0.2.11-rc4
v0.2.11-rc3
v0.2.11-rc2
v0.2.11-rc1
v0.2.10
v0.2.9
v0.2.9-rc2
v0.2.9-rc1
v0.2.8
v0.2.7
v0.2.7-rc2
v0.2.7-rc1
v0.2.6
v0.2.6-rc1
v0.2.5
v0.2.5-rc3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/flannel.go
+1
-3
templates/flannel.go
with
1 addition
and
3 deletions
+1
-3
templates/flannel.go
+
1
-
3
View file @
960d353a
...
...
@@ -329,9 +329,7 @@ data:
{
"Network": "{{.ClusterCIDR}}",
"Backend": {
"Type": "{{.FlannelBackend.Type}}",
"VNI": {{.FlannelBackend.VNI}},
"Port": {{.FlannelBackend.Port}}
"Type": "{{.FlannelBackend.Type}}"
}
}
---
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help