Skip to content

Commit 13221c1

Browse files
refactor: update nfs-krb-server.yaml
use ubuntu nfs-krb image instead of alpine to maybe fix timeouts
1 parent d615d7f commit 13221c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ spec:
4444
kubernetes.io/os: linux
4545
containers:
4646
- name: nfs-krb-server
47-
image: docker.io/thealmightydrawingtablet/nfs-krb:alpine
47+
image: docker.io/thealmightydrawingtablet/nfs-krb:ubuntu
4848
command:
4949
- bash
5050
- -c
51-
- ./init.sh & sleep 10; tail -f /var/log/messages /var/log/rpc-gssd.log
52-
/var/log/gssd.log
51+
- ./init.sh ubuntu & sleep 10; tail -f /var/log/syslog
5352
env:
5453
- name: SHARED_DIRECTORY
5554
value: /srv/shared

0 commit comments

Comments
 (0)