Skip to content

Commit a5793cc

Browse files
refactor: output more logs on the kerberos server pod
1 parent f29f24c commit a5793cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/example/nfs-provisioner/nfs-krb-server.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ spec:
4545
containers:
4646
- name: nfs-krb-server
4747
image: docker.io/thealmightydrawingtablet/nfs-krb:alpine
48+
command:
49+
- bash
50+
- -c
51+
- "./init.sh & tail -f /var/log/messages /var/log/rpc-gssd.log /var/log/gssd.log"
4852
env:
4953
- name: SHARED_DIRECTORY
5054
value: "/srv/shared"

0 commit comments

Comments
 (0)