-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
cc @huangyuqi @piosz |
@@ -31,7 +31,8 @@ test-integration: clean deps build | |||
container: build | |||
cp heapster deploy/docker/heapster | |||
cp eventer deploy/docker/eventer | |||
docker build -t $(PREFIX)/heapster:$(TAG) deploy/docker/ | |||
docker build -t heapster deploy/docker/ | |||
docker tag heapster:latest 032833530291.dkr.ecr.eu-west-1.amazonaws.com/heapster:latest |
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.
why this?
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.
@piosz my bad. fixed.
(I used it to deploy to my local registry and test)
Please squash commits |
60e2116
to
0440957
Compare
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
1 similar comment
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
4a2b85e
to
ab7a19f
Compare
- mapping fields as well (keeps an indexable and raw versions of most of the strings) - added an alias in order to create to indexes in kibana
Something went wrong with your rebase. |
ab7a19f
to
4dee570
Compare
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
LGTM from me. Waiting for @huangyuqi |
LGTM |
Thanks for the PR and the review. |
fixes #1262 :
This change is