kubernetes-vagrant-coreos-cluster
kubernetes-vagrant-coreos-cluster copied to clipboard
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
`kube-scheduler` and `kube-controller-manager` won't start because of this. ``` Sep 02 09:46:01 master systemd[1]: Starting Export Hyperkube rkt image for usage in worker nodes... Sep 02 09:46:01 master rkt[1290]: image:...
If one clones the repo to a path with spaces, vagrant up fails to configure DNS pod. ``` ==> master: Configuring Kubernetes DNS... error: the path "temp/coredns-deployment.yaml" does not exist...
Hi, thanks for your work, I'm using the latest version of this repo and can worked when vagrant up, but after vagrant reload, node-01 and node-02 become not ready, and...
`vagrant up` `kubectl get nodes` ``` NAME STATUS AGE 172.17.8.101 Ready,SchedulingDisabled 3m 172.17.8.102 Ready 1m ``` `core@node-01 ~ $ sudo systemctl restart docker.service` (or reboot node-01 VM) `kubectl get nodes`...
Hello after some time that I'm using the image i get this error: The connection to the server 172.17.8.101 was refused - did you specify the right host or port?...
``` ==> master: Installing kubectl for the Kubernetes version we just bootstrapped... Error in configuration: * unable to read client-cert /home/dther/Templates/DevOps-Test/kubernetes-vagrant-coreos-cluster/artifacts/tls/admin.pem for default-admin due to open /home/dther/Templates/DevOps-Test/kubernetes-vagrant-coreos-cluster/artifacts/tls/admin.pem: no such file...
The rabc authorization for admin is not enough to create 'ClusterRole' . When tried to create a 'ClusterRole' in Kubernetes 1.10.0, the response was- `Error from server (Forbidden): error when...
I'm a kubernetes newbie. I'm not how much this affects things.. ==> master: Configuring Kubernetes DNS... serviceaccount "coredns" created clusterrolebinding "system:coredns" created configmap "coredns" created deployment "coredns" created service "coredns"...
Hello Paulo, is there a way to reuse or extend your work to the setup of a staging/production server setup? I mean I have your setup running on my dev...
Hello, I would like to try this package for Windows Hyper-V. Or do you have any idea for me?