Skip to content

Commit

Permalink
Use alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
rrpolanco committed Apr 6, 2023
1 parent 69aff9b commit 54355b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions in-cluster/default-kurl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ metadata:
name: default
spec:
collectors:
# Note: apiserver logs are owned by root so for this collector
# to succeed it requires sudo privileges for the user
- copyFromHost:
collectorName: "copy apiserver audit logs"
image: busybox:1
image: alpine
hostPath: "/var/log/apiserver/"
name: "logs"
extractArchive: true
- copyFromHost:
collectorName: "copy kURL logs"
image: busybox:1
image: alpine
hostPath: "/var/log/kurl/"
name: "logs"
extractArchive: true
Expand Down

0 comments on commit 54355b9

Please sign in to comment.