Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a323335d
Commit
a323335d
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
use 'kube_pods_subnet' var for flannel conf
parent
f15dda02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/apps/k8s-postgres
+1
-1
1 addition, 1 deletion
roles/apps/k8s-postgres
roles/network_plugin/templates/flannel/network.json
+1
-1
1 addition, 1 deletion
roles/network_plugin/templates/flannel/network.json
with
2 additions
and
2 deletions
k8s-postgres
@
a03a14c4
Compare
0f9cda31
...
a03a14c4
Subproject commit
0f9cda318283ba67b73ba57e794347cbffb2a169
Subproject commit
a03a14c46f19732fa7a3ee37a37d9f0375a6e2d2
This diff is collapsed.
Click to expand it.
roles/network_plugin/templates/flannel/network.json
+
1
−
1
View file @
a323335d
{
"Network"
:
"{{ kube_
service_addresses
}}"
,
"SubnetLen"
:
{{
kube_network_node_prefix
}},
"Backend"
:
{
"Type"
:
"vxlan"
}
}
{
"Network"
:
"{{ kube_
pods_subnet
}}"
,
"SubnetLen"
:
{{
kube_network_node_prefix
}},
"Backend"
:
{
"Type"
:
"vxlan"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment