-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wait-timeout flag to start command and refactor util/kubernetes #5121
Changes from 5 commits
5811610
a85db2d
5464a7c
af16d33
6554a51
f75b558
dd94e15
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,6 +241,11 @@ export MINIKUBE_HOME="${TEST_HOME}/.minikube" | |
export MINIKUBE_WANTREPORTERRORPROMPT=False | ||
export KUBECONFIG="${TEST_HOME}/kubeconfig" | ||
|
||
# Build the gvisor image. This will be copied into minikube and loaded by ctr. | ||
# Used by TestContainerd for Gvisor Test. | ||
docker build -t gcr.io/k8s-minikube/gvisor-addon:latest -f testdata/gvisor-addon-Dockerfile out | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was added by Priya to fix the gvisor test ( to be added before the integration tests) but it was added after the minikube clean up ! so it was not being used by the test. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this only moved the command up the script |
||
|
||
|
||
# Display the default image URL | ||
echo "" | ||
echo ">> ISO URL" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This default seems quite short for certain environments: Previously, it was 5-minutes per pod. 5 minutes overall perhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should had added Per Kubernetes service... ( this is not for all) and it used to be 5 min per componenent