Merge pull request #30321 from fejta/check-resources
Automatic merge from submit-queue Convert bool to error, helper func for cd to skew Switch from various functions returning `False` when something bad happens to returning an `error` Encapsulate logic to switch to the skew directory inside chdirSkew Also add a TODO for using `hyphen-flags` instead of `underscore_flags`
This commit is contained in:
commit
8ff292ee60
|
|
@ -124,9 +124,6 @@ go run hack/e2e.go -v --build
|
||||||
# Create a fresh cluster. Deletes a cluster first, if it exists
|
# Create a fresh cluster. Deletes a cluster first, if it exists
|
||||||
go run hack/e2e.go -v --up
|
go run hack/e2e.go -v --up
|
||||||
|
|
||||||
# Test if a cluster is up.
|
|
||||||
go run hack/e2e.go -v --isup
|
|
||||||
|
|
||||||
# Push code to an existing cluster
|
# Push code to an existing cluster
|
||||||
go run hack/e2e.go -v --push
|
go run hack/e2e.go -v --push
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue