Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
41cff734
Commit
41cff734
authored
Mar 2, 2021
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Restructure Dockerfile
parent
9b022b9b
No related branches found
No related tags found
1 merge request
!61
Allow using a random scheduler
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/infrastructure/random-scheduler/Dockerfile
+5
-10
5 additions, 10 deletions
execution/infrastructure/random-scheduler/Dockerfile
execution/infrastructure/random-scheduler/README.md
+1
-1
1 addition, 1 deletion
execution/infrastructure/random-scheduler/README.md
with
6 additions
and
11 deletions
execution/infrastructure/random-scheduler/Dockerfile
+
5
−
10
View file @
41cff734
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
...
...
...
...
This diff is collapsed.
Click to expand it.
execution/infrastructure/random-scheduler/README.md
+
1
−
1
View file @
41cff734
# Theodolite Random Scheduler
This directory contains the
t
heodolite
r
andom
s
cheduler that schedules pods on random nodes.
This directory contains the
T
heodolite
R
andom
S
cheduler that schedules pods on random nodes.
## Build and Push
Run the following commands
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment