Skip to content
Snippets Groups Projects
Commit 41cff734 authored by Sören Henning's avatar Sören Henning
Browse files

Restructure Dockerfile

parent 9b022b9b
No related branches found
No related tags found
1 merge request!61Allow using a random scheduler
FROM alpine:3.12
RUN apk update
RUN apk add curl jq bash
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin/kubectl
RUN apk update && apk add curl jq bash
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl
ADD schedule.sh /bin/schedule
......
......
# Theodolite Random Scheduler
This directory contains the theodolite random scheduler that schedules pods on random nodes.
This directory contains the Theodolite Random Scheduler that schedules pods on random nodes.
## Build and Push
Run the following commands
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment