Commit 08b6eaff authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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`
parents 8780961e fd159119
......@@ -124,9 +124,6 @@ go run hack/e2e.go -v --build
# Create a fresh cluster. Deletes a cluster first, if it exists
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
go run hack/e2e.go -v --push
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment