Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Conversation

@derekparker
Copy link
Contributor

Partially fixes #1872, still need to address ImageFilter comment, unless we want to break that out into another issue.

@yifan-gu
Copy link
Contributor

@derekparker Thanks for the PR! Sorry I should have made it clearer that we have annotations in three places:

  • Image manifest.
  • Pod manifest, for the whole pod.
  • Pod manifest, for per app.

This PR exports the annotations in the image manifest, but we also want to export annotations in the other two places, as in rktnetes we currently stored information both in the pod level annotations and the app level annotations.

cc @jonboulle

@derekparker
Copy link
Contributor Author

@yifan-gu sorry about that! I'll add in the other 2 places today and push to this branch.

@yifan-gu
Copy link
Contributor

@derekparker SGTM :) No worries at all!

@derekparker derekparker force-pushed the add-annotations-to-api-response branch from 7ffd3cf to 5cbccd3 Compare December 31, 2015 23:54
@derekparker
Copy link
Contributor Author

pushed new changes, cc: @yifan-gu

@yifan-gu
Copy link
Contributor

yifan-gu commented Jan 4, 2016

Sorry for the delay, will review after lunch.

Copy link
Contributor

Choose a reason for hiding this comment

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

@derekparker So since last couple of releases, --mds-register=false is the default, so we can delete that :)

@yifan-gu
Copy link
Contributor

yifan-gu commented Jan 4, 2016

@derekparker LGTM overall. After this, do you want to work on patch the rktnetes code to import the changes?

@derekparker
Copy link
Contributor Author

@yifan-gu great, I'll make those changes soon and push them up. Also yes, I would like to work on patching the rktnetes code for these changes.

@yifan-gu
Copy link
Contributor

yifan-gu commented Jan 4, 2016

@yifan-gu great, I'll make those changes soon and push them up. Also yes, I would like to work on patching the rktnetes code for these changes.

@derekparker Sounds great! Thank you! FYI I am working on some refactoring on rktnetes and debugging kube-up with rkt as a runtime. Feel free to do refactoring when you patching rktnetes :)

@derekparker derekparker force-pushed the add-annotations-to-api-response branch 2 times, most recently from b01d5b1 to 0cf09ee Compare January 6, 2016 00:59
@derekparker
Copy link
Contributor Author

@yifan-gu pushed changes, added a TODO for the bug we discussed re hashes.

@yifan-gu
Copy link
Contributor

yifan-gu commented Jan 6, 2016

@derekparker LGTM after squash.

Adds Annotations to API response for Images, Pods and Apps.

Fixes rkt#1872
@derekparker derekparker force-pushed the add-annotations-to-api-response branch from 0cf09ee to e1bf976 Compare January 6, 2016 02:29
@derekparker
Copy link
Contributor Author

@yifan-gu squashed.

@yifan-gu
Copy link
Contributor

yifan-gu commented Jan 6, 2016

LGTM, I am working on a fix for the TODO.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

api service: Show image size, show annotations(not only in marshaled manifest)

2 participants