Matthias Hertel

Results 10 comments of Matthias Hertel

HI @krakazyabra thx for the explanation, yes you understand it correctly , i want to replace the TLS termination point ... i dont want to use ha-proxy with certmanager ......

@nickvergessen @icewind1991 hey why not merged ? i think it would be nice to register more notification provider (slack webhook) for give a possiblity preventing load on mail server. can...

i have the same issue

ok i think this is a valuable feature and i would like to implement it can you briefly explain the necessary steps to properly implement it? my thoughts: - define...

u can fix it in config.cson ``` ".plantuml": editor: commentEnd: "'/ " commentStart: " /''" ```

i guess the nodes are not ready for the `apt-get update` command, i insert a simple sleep command and now it works .... see diff: ``` diff --git a/provision.sh b/provision.sh...

yes I think so too, that another process is blocking apt the provision.sh should check if apt is running, and wait for it if it is not "free" something like...

lgtm: ``` #!/bin/bash i=0 tput sc while fuser /var/lib/dpkg/lock >/dev/null 2>&1 ; do case $(($i % 4)) in 0 ) j="-" ;; 1 ) j="\\" ;; 2 ) j="|" ;;...

i had the same issue... and fixed it with: https://github.com/kubeflow/kubeflow/issues/1353