mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Make local-up-cluster non-verbose by default
This commit is contained in:
parent
1192f313b8
commit
6ae264464c
@ -14,7 +14,10 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
set -x
|
KUBE_VERBOSE=${KUBE_VERBOSE:-1}
|
||||||
|
if (( KUBE_VERBOSE > 4 )); then
|
||||||
|
set -x
|
||||||
|
fi
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user