-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 GCE scale testing on kops #16181
Conversation
/test foo |
@upodroid: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
2 similar comments
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
ec5078b
to
c5055e1
Compare
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
/cc @dims @hakuna-matatah |
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
I see the cloud-controller-manager is logging:
Probably need some quotas increased in this project? |
Switching to gce networking to avoid that issue. /test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
83fcd10
to
ff6bd45
Compare
/test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
3 similar comments
/test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-small-scale-kubenet-using-cl2 |
/test presubmit-kops-gce-small-scale-calico-using-cl2 |
1 similar comment
/test presubmit-kops-gce-small-scale-calico-using-cl2 |
823c4b0
to
776ef06
Compare
/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2 |
776ef06
to
082bda5
Compare
/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2 |
082bda5
to
b619d30
Compare
/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2 |
This PR is ready to merged |
/retest |
bump |
create_args+=("--zones=us-east1-b,us-east1-c,us-east1-d") | ||
create_args+=("--node-size=e2-standard-2") | ||
create_args+=("--node-volume-size=30") | ||
create_args+=("--master-volume-size=1000") |
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.
Interesting to see the volume size to be 1000
, out of curiosity, why would it need 1000
?
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.
Bigger disks have more iops on GCE
|
b619d30
to
ca75cc7
Compare
/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2 |
@upodroid: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test presubmit-kops-aws-small-scale-amazonvpc-using-cl2 |
/test presubmit-kops-aws-scale-amazonvpc-using-cl2 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Part of kubernetes/enhancements#4224
Fixes: #16241
kops will be replacing the current kubeup 5k scale test, which will be developed here