Skip to content

fix consul and eureka bookinfo sidecars#4181

Merged
rkpagadala merged 1 commit intoistio:masterfrom
rkpagadala:master
Mar 11, 2018
Merged

fix consul and eureka bookinfo sidecars#4181
rkpagadala merged 1 commit intoistio:masterfrom
rkpagadala:master

Conversation

@rkpagadala
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2018

Codecov Report

Merging #4181 into master will decrease coverage by 1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #4181    +/-   ##
=======================================
- Coverage      73%     73%   -<1%     
=======================================
  Files         313     313            
  Lines       28898   28894     -4     
=======================================
- Hits        21028   21016    -12     
- Misses       6543    6554    +11     
+ Partials     1327    1324     -3
Impacted Files Coverage Δ
mixer/adapter/solarwinds/log_handler.go 34% <0%> (-24%) ⬇️
...olarwinds/internal/papertrail/papertrail_logger.go 59% <0%> (-3%) ⬇️
pilot/pkg/config/kube/crd/controller.go 77% <0%> (-1%) ⬇️
mixer/adapter/opa/opa.go 78% <0%> (ø) ⬇️
mixer/adapter/memquota/rollingWindow.go 100% <0%> (ø) ⬆️
mixer/adapter/list/stringList.go 100% <0%> (ø) ⬆️
mixer/adapter/list/ipList.go 100% <0%> (ø) ⬆️
mixer/adapter/circonus/circonus.go 72% <0%> (+1%) ⬆️
mixer/adapter/rbac/controller.go 55% <0%> (+3%) ⬆️
mixer/adapter/noop/noop.go 84% <0%> (+5%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3988402...07de273. Read the comment docs.

Copy link
Copy Markdown
Member

@ldemailly ldemailly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@ldemailly
Copy link
Copy Markdown
Member

/lgtm

@istio-merge-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ldemailly

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@istio-merge-robot
Copy link
Copy Markdown

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-testing
Copy link
Copy Markdown
Collaborator

istio-testing commented Mar 11, 2018

@rkpagadala: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/istio-unit-tests.sh 07de273 link /test istio-unit-tests
prow/istio-pilot-e2e.sh 07de273 link /test istio-pilot-e2e
Details

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.

@rkpagadala rkpagadala merged commit f8cd83a into istio:master Mar 11, 2018
@mattdelco
Copy link
Copy Markdown
Contributor

Other instances to consider:

install/kubernetes/templates/istio-sidecar-injector-configmap-release.yaml.tmpl:        image: {PILOT_HUB}/proxy_init:{PILOT_TAG}
install/kubernetes/templates/istio-sidecar-injector-configmap-release.yaml.tmpl:        image: {PILOT_HUB}/proxy:{PILOT_TAG}

install/kubernetes/templates/istio-sidecar-injector-configmap-debug.yaml.tmpl:        image: {PILOT_HUB}/proxy_init:{PILOT_TAG}
install/kubernetes/templates/istio-sidecar-injector-configmap-debug.yaml.tmpl:        image: {PILOT_HUB}/proxy_debug:{PILOT_TAG}

samples/bookinfo/eureka/templates/bookinfo.sidecars.yaml.tmpl:    image: {PILOT_HUB}/proxy_init:{PILOT_TAG}

I'm assuming proxy and proxy_debug should be using the same hub/tag variable though I'm not sure if proxy_init should also be using that or if pilot's hub/tag is okay. There's several instances in the last file I quoted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants