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
7fb5fbac
Commit
7fb5fbac
authored
6 years ago
by
Maxime Guyot
Committed by
Kubernetes Prow Robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use wide for netchecker debug output (#4383)
parent
b7fd4629
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
tests/testcases/040_check-network-adv.yml
+2
-2
2 additions, 2 deletions
tests/testcases/040_check-network-adv.yml
with
2 additions
and
2 deletions
tests/testcases/040_check-network-adv.yml
+
2
−
2
View file @
7fb5fbac
...
...
@@ -24,7 +24,7 @@
when
:
not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
-
name
:
Wait for netchecker server
shell
:
"
{{
bin_dir
}}/kubectl
get
pods
--namespace
{{netcheck_namespace}}
|
grep
^netchecker-server"
shell
:
"
{{
bin_dir
}}/kubectl
get
pods
-o
wide
--namespace
{{netcheck_namespace}}
|
grep
^netchecker-server"
delegate_to
:
"
{{groups['kube-master'][0]}}"
run_once
:
true
register
:
ncs_pod
...
...
@@ -33,7 +33,7 @@
delay
:
10
-
name
:
Wait for netchecker agents
shell
:
"
{{
bin_dir
}}/kubectl
get
pods
--namespace
{{netcheck_namespace}}
|
grep
'^netchecker-agent-.*Running'"
shell
:
"
{{
bin_dir
}}/kubectl
get
pods
-o
wide
--namespace
{{netcheck_namespace}}
|
grep
'^netchecker-agent-.*Running'"
run_once
:
true
delegate_to
:
"
{{groups['kube-master'][0]}}"
register
:
nca_pod
...
...
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