Skip to content

Commit

Permalink
fix(k8s): Add name option
Browse files Browse the repository at this point in the history
PR kernelci#672 introduced
new mandatory option. Except docker-compose such options should
be added to k8s manifests too.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Aug 7, 2024
1 parent 3666490 commit 95a22c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kube/aks/scheduler-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ spec:
spec:
containers:
- name: scheduler
image: kernelci/kernelci:pipeline@sha256:bb01424c4dedcd2ffa87cef225b09116cf874bc2b91fc63ed6d993d6fc5c43cb
image: kernelci/kernelci:pipeline@sha256:5ecd9b94a22f064a15a9ded85cbe09ff10018fe7cf6fdfaca794121f3b4a4b5f
imagePullPolicy: Always
command:
- ./src/scheduler.py
- --settings=/secrets/kernelci.toml
- --yaml-config=/config
- loop
- --name=scheduler_k8s
- --runtimes
- k8s-gke-eu-west4
- k8s-all
Expand Down
3 changes: 2 additions & 1 deletion kube/aks/scheduler-lava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ spec:
spec:
containers:
- name: scheduler
image: kernelci/kernelci:pipeline@sha256:bb01424c4dedcd2ffa87cef225b09116cf874bc2b91fc63ed6d993d6fc5c43cb
image: kernelci/kernelci:pipeline@sha256:5ecd9b94a22f064a15a9ded85cbe09ff10018fe7cf6fdfaca794121f3b4a4b5f
imagePullPolicy: Always
command:
- ./src/scheduler.py
- --settings=/secrets/kernelci.toml
- --yaml-config=/config
- loop
- --name=scheduler_lava
- --runtimes
- lava-collabora
- lava-broonie
Expand Down

0 comments on commit 95a22c5

Please sign in to comment.