Skip to content
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

Remove lowered resource limits from demo (bp #14674) #14704

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 11, 2019

This is an automated backport of pull request #14674 done by Mergify.io

Fixes #14666

This is NOT removing the limits completely, the install will still use
the default limits.

This makes it so users that use the demo are less likely to get horrible
performance due to throttling or OOM kills decide not to use Istio.

(cherry picked from commit 69f92ae)
@googlebot
Copy link
Collaborator

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added the cla: no Set by the Google CLA bot to indicate the author of a PR has not signed the Google CLA. label Jun 11, 2019
@istio-testing
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mergify[bot]
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: sdake

If they are not already assigned, you can assign the PR to them by writing /assign @sdake in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@istio-testing
Copy link
Collaborator

Hi @mergify[bot]. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@howardjohn
Copy link
Member

/ok-to-test

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Jun 11, 2019
@howardjohn howardjohn added cla: yes and removed cla: no Set by the Google CLA bot to indicate the author of a PR has not signed the Google CLA. labels Jun 11, 2019
@googlebot
Copy link
Collaborator

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

ℹ️ Googlers: Go here for more info.

@howardjohn
Copy link
Member

Set CLA to yes as I wrote this change and I have signed the CLA

@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #14704 into release-1.2 will increase coverage by 1%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           release-1.2   #14704   +/-   ##
============================================
+ Coverage           77%      77%   +1%     
============================================
  Files              495      495           
  Lines            48245    48292   +47     
============================================
+ Hits             36835    36891   +56     
+ Misses            9525     9515   -10     
- Partials          1885     1886    +1
Impacted Files Coverage Δ
pilot/pkg/model/destination_rule.go 69% <0%> (-5%) ⬇️
pkg/keepalive/options.go 100% <0%> (ø) ⬆️
pilot/pkg/proxy/envoy/v2/ads.go 80% <0%> (+2%) ⬆️
pilot/pkg/model/authorization.go 77% <0%> (+4%) ⬆️
pilot/pkg/serviceregistry/consul/monitor.go 90% <0%> (+5%) ⬆️
pilot/pkg/proxy/envoy/v2/cds.go 79% <0%> (+7%) ⬆️
security/pkg/k8s/configmap/configmap.go 83% <0%> (+13%) ⬆️

@fpesce
Copy link
Contributor

fpesce commented Jun 11, 2019

/test integ-mixer-k8s-presubmit-tests-release-1.2
/test integ-pilot-k8s-presubmit-tests-release-1.2
/test integ-security-k8s-presubmit-tests-release-1.2

@howardjohn
Copy link
Member

/test integ-security-k8s-presubmit-tests-release-1.2

7 similar comments
@howardjohn
Copy link
Member

/test integ-security-k8s-presubmit-tests-release-1.2

@fpesce
Copy link
Contributor

fpesce commented Jun 12, 2019

/test integ-security-k8s-presubmit-tests-release-1.2

@howardjohn
Copy link
Member

/test integ-security-k8s-presubmit-tests-release-1.2

@howardjohn
Copy link
Member

/test integ-security-k8s-presubmit-tests-release-1.2

@fpesce
Copy link
Contributor

fpesce commented Jun 12, 2019

/test integ-security-k8s-presubmit-tests-release-1.2

@fpesce
Copy link
Contributor

fpesce commented Jun 12, 2019

/test integ-security-k8s-presubmit-tests-release-1.2

@howardjohn
Copy link
Member

/test integ-security-k8s-presubmit-tests-release-1.2

@istio-testing
Copy link
Collaborator

@mergify[bot]: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/integ-security-k8s-presubmit-tests.sh 93e8317 link /test integ-security-k8s-presubmit-tests-release-1.2

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.

@howardjohn
Copy link
Member

closed for #14776 because it needs a rebase

@howardjohn howardjohn closed this Jun 13, 2019
@mergify mergify bot deleted the mergify/bp/release-1.2/pr-14674 branch June 13, 2019 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants