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
6e2b8a57
Unverified
Commit
6e2b8a57
authored
4 years ago
by
Florian Ruynat
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add timeout to Get current version of calico cluster version, again (#6493)
parent
ca66a96d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
+2
-0
2 additions, 0 deletions
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
roles/network_plugin/calico/tasks/check.yml
+2
-0
2 additions, 0 deletions
roles/network_plugin/calico/tasks/check.yml
with
4 additions
and
0 deletions
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
+
2
−
0
View file @
6e2b8a57
...
@@ -163,6 +163,8 @@
...
@@ -163,6 +163,8 @@
args
:
args
:
executable
:
/bin/bash
executable
:
/bin/bash
register
:
calico_version_on_server
register
:
calico_version_on_server
async
:
10
poll
:
3
run_once
:
yes
run_once
:
yes
changed_when
:
false
changed_when
:
false
failed_when
:
false
failed_when
:
false
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/calico/tasks/check.yml
+
2
−
0
View file @
6e2b8a57
...
@@ -40,6 +40,8 @@
...
@@ -40,6 +40,8 @@
-
name
:
"
Get
current
version
of
calico
cluster
version"
# noqa 306
-
name
:
"
Get
current
version
of
calico
cluster
version"
# noqa 306
shell
:
"
{{
bin_dir
}}/calicoctl.sh
version
|
grep
'Cluster
Version:'
|
awk
'{
print
$3}'"
shell
:
"
{{
bin_dir
}}/calicoctl.sh
version
|
grep
'Cluster
Version:'
|
awk
'{
print
$3}'"
register
:
calico_version_on_server
register
:
calico_version_on_server
async
:
10
poll
:
3
run_once
:
yes
run_once
:
yes
changed_when
:
false
changed_when
:
false
...
...
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