Roland Huß
Roland Huß
Related issue: https://github.com/knative/serving/issues/12466
Sorry, the current check for whether Kubernetes is running or not is a bit limited. It used `kubectl get nodes` and if this fails with error code 1 then it...
@dklueh79 wdym ? Actually, the current detection works when Kubernetes has been properly installed and nodes are running. So in this case the `kubeadm init` step is skipped. However when...
Thanks for spotting this, wonder whether it works here. What Ansible version do you use ? To be honest, I didn't thoroughly test the bootstrap process which is a bit...
The version I use on OS X is: ``` nsible --version ansible 2.0.0.2 config file = configured module search path = Default w/o overrides ```
Ouch, sorry that should be in the README for sure. The general idea is to use Ansible only for provisioning the Pis and then is not needed anymore, so there...
I will try to move the authentication configuration externally, good idea.
I have to check this later. Seems that there have been some package updates lately. 'hope to resolve this until the weekend.
@Ghostfly thanks for the heads up ! I'm still behind in my backlog, so I won't be able to update playbooks within the next two weeks. Sorry ... PRs are...
fyi, Octobox works nicely with the generic webapp intergration. Thanks a lot !