Simon Guyennet

Results 7 comments of Simon Guyennet

Hi, Do you mean deploying Kubernetes on standalone ESXi (without a vCenter)?

Hi, Is the kube-api running properly? Could you check this with "docker ps". Is there an error in the kube-api logs? Best regards, Simon.

Was the kube-apiserver running at one point? (docker ps -a) If yes, what is in the logs? (journalctl -u kube-apiserver)

Which Linux distribution are you using? Is your etcd cluster running properly? On your k8s-kubespray-master-0: $ sudo -s \# export ETCDCTL_API=3 \# export ETCDCTL_CACERT=/etc/ssl/etcd/ssl/ca.pem \# export ETCDCTL_CERT=/etc/ssl/etcd/ssl/member-k8s-kubespray-master-0.pem \# export ETCDCTL_KEY=/etc/ssl/etcd/ssl/member-k8s-kubespray-master-0-key.pem...

> Moreover, what about giving at the end of the README, a "hello world" for KubeFlow? A starting point to use our newly deployed kubeflow? :) Done

> And in the provider.tf file, in the aws provider section, I think you just have to defined creds and use high perf bucket instead of old one: > >...

> FYI There is a usage of a deprecated resource: This is fixed