Sean Malloy
7094c404c9
Change push-container to push-container-to-gcloud
...
Changes made based on code review comments.
2019-06-19 00:51:31 -05:00
Sean Malloy
934a06381d
Push Container Images To k8s.gcr.io
...
Run below commands to build and push
a staging image to staging-k8s.gcr.io.
```
$ make push
```
Run below commands to build and push
a release image to k8s.gcr.io.
```
$ git checkout v0.9.0
$ VERSION=v0.9.0 REGISTRY=k8s.gcr.io make push
```
2019-06-05 00:35:10 -05:00
Reeta Singh
dee89a6cc1
Refactoring test by make it table driven and adding golangci-lint to the CI pipeline
2019-06-03 20:40:02 -07:00
ravisantoshgudimetla
f1f8b2eaa7
Limit maximum number of pods to be evicted per node
2018-03-22 12:40:19 +01:00
ravisantoshgudimetla
de76f9b14c
E2E using gce first pass
2018-03-19 11:34:17 -04:00
Jelmer Snoeck
471aeb5ea4
Set up multistage Docker build.
...
By setting up a multistage Docker build, we can create the container
image in a single command. This eliminates external setup and allows us
to build this automatically on registries.
2018-02-16 18:30:48 +01:00
Jelmer Snoeck
65e7093ee7
Use scratch image for container.
...
By disabling CGO, we can use the `scratch` image instead of the `fedora`
image, allowing a lighter weight image.
2018-02-16 08:50:22 +01:00
ravisantoshgudimetla
023ccd99f5
Introducing versioning in descheduler
...
Signed-off-by: ravisantoshgudimetla <ravisantoshgudimetla@gmail.com >
2017-10-24 15:45:45 -04:00
Avesh Agarwal
20e5cccb11
Create dockerfile and update makefile to build descheduler container image.
2017-09-25 14:08:07 -04:00
Avesh Agarwal
d634701250
Descheduler related modifications.
2017-09-15 14:13:27 -04:00
Avesh Agarwal
b7e1668031
Update Makefile and unit test script.
2017-08-31 11:32:51 -04:00
Avesh Agarwal
adc83b806e
Add unit test script.
2017-08-31 10:44:27 -04:00
Avesh Agarwal
2a4ca3d5f9
Fix rescheduler typo in makefile.
2017-08-06 16:18:18 -04:00
Avesh Agarwal
cceaacbc24
Implement a simple makefile.
2017-08-05 16:08:05 -04:00