mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
fix shellcheck error, add an easy make target.
This commit is contained in:
5
Makefile
5
Makefile
@@ -70,7 +70,10 @@ unit:
|
||||
lint:
|
||||
hack/verify/lint.sh
|
||||
|
||||
shellcheck:
|
||||
hack/verify/shellcheck.sh
|
||||
|
||||
# unit test alias
|
||||
test: unit
|
||||
|
||||
.PHONY: all kind build install clean-cache clean-output clean unit test lint
|
||||
.PHONY: all kind build install clean-cache clean-output clean unit test lint shellcheck
|
||||
|
||||
@@ -184,7 +184,7 @@ EOF
|
||||
|
||||
# Patch kube-proxy to set the verbosity level
|
||||
kubectl patch -n kube-system daemonset/kube-proxy \
|
||||
--type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--v='${KIND_CLUSTER_LOG_LEVEL}'" }]'
|
||||
--type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--v='"${KIND_CLUSTER_LOG_LEVEL}"'" }]'
|
||||
}
|
||||
|
||||
# run e2es with ginkgo-e2e.sh
|
||||
|
||||
Reference in New Issue
Block a user