add sleep for coreos-ostree-importer and fedora-ostree-pruner to debug
Having some trouble with the pruner and importer right now so let's try to debug further by just getting a terminal in the pods.
This commit is contained in:
parent
222d670bf0
commit
d84897eefc
2 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@ spec:
|
|||
- name: coreos-ostree-importer
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
# args: ['infinity']
|
||||
# command: ['/usr/bin/sleep']
|
||||
args: ['infinity']
|
||||
command: ['/usr/bin/sleep']
|
||||
volumeMounts:
|
||||
- name: fedora-ostree-content-volume
|
||||
mountPath: /mnt/koji
|
||||
|
|
|
@ -20,8 +20,8 @@ spec:
|
|||
- name: fedora-ostree-pruner
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
#args: ['infinity']
|
||||
#command: ['/usr/bin/sleep']
|
||||
args: ['infinity']
|
||||
command: ['/usr/bin/sleep']
|
||||
volumeMounts:
|
||||
- name: fedora-ostree-content-volume
|
||||
mountPath: /mnt/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue