mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Turn off command echoing to avoid illegal bytes in XML.
This commit is contained in:
parent
ec1d83b82d
commit
dd4f1c1990
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ __EOF__
|
|||
run_kubectl_apply_tests() {
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
set -x
|
||||
|
||||
create_and_use_new_namespace
|
||||
kube::log::status "Testing kubectl apply --server-side"
|
||||
|
|
|
|||
Loading…
Reference in a new issue