Skip to content

Commit

Permalink
Merge pull request #17 from paradeum-team/jyliu
Browse files Browse the repository at this point in the history
update roles/k8s-masters/templates/kube-flannel.yml.j2 Network
  • Loading branch information
ss75710541 authored Nov 24, 2022
2 parents 31fad70 + b5b0ac6 commit cfdc11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k8s-masters/templates/kube-flannel.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ data:
}
net-conf.json: |
{
"Network": "{{pod_subnet}}",
"Network": "10.0.0.0/8",
"Backend": {
"Type": "vxlan"
}
Expand Down

0 comments on commit cfdc11b

Please sign in to comment.