-
Notifications
You must be signed in to change notification settings - Fork 2
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
binaries in rpms and ci refactor #6
base: master
Are you sure you want to change the base?
binaries in rpms and ci refactor #6
Conversation
* refactor CI build to drop Docker * CI build now has six parallel builds that take a max of 6 min * only clone a single commit * always tail logs, in case of false positives
- [kube-controller-manager](#kube-controller-manager) | ||
- [kube-scheduler](#kube-scheduler) | ||
- [kubectl](#kubectl) | ||
- [kubelet](#kubelet) |
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.
don't we need kube-proxy too?
nice, lgtm. just the one question on kube-proxy |
@ryane That would be good to have, huh 😄 |
[skip ci]
actually we should probably update |
just realized that we do lose the kube2consul image with this. we still need to build that image until MustWin/kubernetes#12 is addressed |
This PR is on hold for now, since we probably still want to run k8s in k8s. |
fixes #4