This website works better with JavaScript.
Home
Explore
Get Started
airship
/
treasuremap
Code
Issues
Proposed changes
Browse Source
Merge "airskiff: Remove --show-all from kubectl commands"
changes/45/717345/1
Zuul
11 months ago
committed by
Gerrit Code Review
parent
ad9a234dd9
4e0a5c1259
commit
777905f6d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/gate/debug-report.sh
+ 1
- 1
tools/gate/debug-report.sh
View File
@ -23,7 +23,7 @@ function get_namespaces () {
function
get_pods
(
)
{
NAMESPACE
=
$1
kubectl get pods -n
"
${
NAMESPACE
}
"
-o name
--show-all
|
awk -F
'/'
'{ print $NF }'
|
xargs -L1 -P
1
-I
{
}
echo
"
${
NAMESPACE
}
"
{
}
kubectl get pods -n
"
${
NAMESPACE
}
"
-o name
|
awk -F
'/'
'{ print $NF }'
|
xargs -L1 -P
1
-I
{
}
echo
"
${
NAMESPACE
}
"
{
}
}
export
-f get_pods
Write
Preview
Loading…
Cancel
Save