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
25dd3d47
Commit
25dd3d47
authored
7 years ago
by
Matthew Mosesohn
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix error for azure+calico assert (#1717)
Fixes #1716
parent
3ff5f40b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/preinstall/tasks/verify-settings.yml
+2
-1
2 additions, 1 deletion
roles/kubernetes/preinstall/tasks/verify-settings.yml
with
2 additions
and
1 deletion
roles/kubernetes/preinstall/tasks/verify-settings.yml
+
2
−
1
View file @
25dd3d47
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
-
name
:
Stop if incompatible network plugin and cloudprovider
-
name
:
Stop if incompatible network plugin and cloudprovider
assert
:
assert
:
that
:
network_plugin != calico
that
:
network_plugin != 'calico'
msg
:
"
Azure
and
Calico
are
not
compatible.
See
https://github.com/projectcalico/calicoctl/issues/949
for
details."
when
:
cloud_provider is defined and cloud_provider == 'azure'
when
:
cloud_provider is defined and cloud_provider == 'azure'
ignore_errors
:
"
{{
ignore_assert_errors
}}"
ignore_errors
:
"
{{
ignore_assert_errors
}}"
...
...
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