-
Notifications
You must be signed in to change notification settings - Fork 0
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
Restore s3 #47
Restore s3 #47
Conversation
'restore' might have been a better word choice than 'replace' |
replaced the test cases that were removed, passed test suite |
@@ -12,6 +12,11 @@ import ( | |||
"k8s.io/kubernetes/pkg/api" | |||
) | |||
|
|||
const ( |
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.
These should be environment variables because these values are configurable at the k8s-router
level so we should make them configurable here as well.
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.
ill add the fix
@tnine Do you mind reviewing this? The code looks fine but you're more familiar with the implementation than I. |
* validates any pod template spec posted to S3 for `routable` `publicPaths` and an internal image URI * add dev deployment file for quick in-cluster deving * add dev Makefile targets
@whitlockjc @noahdietz This looks GTM. Aside from the env var comment @whitlockjc made, everything looks solid in this PR. |
Fixes #48