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
1294fd57
Unverified
Commit
1294fd57
authored
3 years ago
by
Samuel Liu
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
check calico ipv6 (#8738)
* check calico ipv6 * just check ipip mode for ipv6
parent
835fd86a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/network_plugin/calico/defaults/main.yml
+1
-0
1 addition, 0 deletions
roles/network_plugin/calico/defaults/main.yml
roles/network_plugin/calico/tasks/check.yml
+10
-0
10 additions, 0 deletions
roles/network_plugin/calico/tasks/check.yml
with
11 additions
and
0 deletions
roles/network_plugin/calico/defaults/main.yml
+
1
−
0
View file @
1294fd57
...
@@ -10,6 +10,7 @@ calico_ipv4pool_ipip: "Off"
...
@@ -10,6 +10,7 @@ calico_ipv4pool_ipip: "Off"
calico_ipip_mode
:
Never
# valid values are 'Always', 'Never' and 'CrossSubnet'
calico_ipip_mode
:
Never
# valid values are 'Always', 'Never' and 'CrossSubnet'
calico_vxlan_mode
:
Always
# valid values are 'Always', 'Never' and 'CrossSubnet'
calico_vxlan_mode
:
Always
# valid values are 'Always', 'Never' and 'CrossSubnet'
# Calico doesn't support ipip tunneling for the IPv6.
calico_ipip_mode_ipv6
:
Never
calico_ipip_mode_ipv6
:
Never
calico_vxlan_mode_ipv6
:
Never
calico_vxlan_mode_ipv6
:
Never
calico_pool_blocksize_ipv6
:
116
calico_pool_blocksize_ipv6
:
116
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/calico/tasks/check.yml
+
10
−
0
View file @
1294fd57
...
@@ -173,3 +173,13 @@
...
@@ -173,3 +173,13 @@
-
typha_enabled
-
typha_enabled
run_once
:
True
run_once
:
True
delegate_to
:
"
{{
groups['kube_control_plane'][0]
}}"
delegate_to
:
"
{{
groups['kube_control_plane'][0]
}}"
-
name
:
"
Check
ipip
mode
is
Nerver
for
calco
ipv6"
assert
:
that
:
-
"
calico_ipip_mode_ipv6
in
['Never']"
msg
:
"
Calico
doesn't
support
ipip
tunneling
for
the
IPv6"
when
:
-
enable_dual_stack_networks
run_once
:
True
delegate_to
:
"
{{
groups['kube_control_plane'][0]
}}"
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