Skip to content

Commit 66149a2

Browse files
committed
monitor: Add k8s services volume mounts, so we can retrieve k8s logs
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent dd9e93e commit 66149a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ services:
2121
# - './src:/home/kernelci/pipeline'
2222
- './config:/home/kernelci/config'
2323
- './logs:/home/kernelci/pipeline/logs'
24+
- './data/k8s-credentials/.kube:/home/kernelci/.kube'
25+
- './data/k8s-credentials/.config/gcloud:/home/kernelci/.config/gcloud'
26+
- './data/k8s-credentials/.azure:/home/kernelci/.azure'
2427
extra_hosts:
2528
- "host.docker.internal:host-gateway"
2629
restart: on-failure

0 commit comments

Comments
 (0)