Giter VIP home page Giter VIP logo

Comments (9)

hoeghh avatar hoeghh commented on June 5, 2024

Please paste the content of the file logs/vagrant-provition.log
and your config

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on June 5, 2024

Hi,

config file

docker@node2:~/kubernetes_the_easy_way$ more config
export ETCD_COUNT=1
export ETCD_CPU=1
export ETCD_MEM=512
export MASTER_COUNT=1
export MASTER_CPU=1
export MASTER_MEM=512
export WORKER_COUNT=2
export WORKER_CPU=1
export WORKER_MEM=512
export LOADBALANCER_COUNT=1
export LOADBALANCER_CPU=1
export LOADBALANCER_MEM=512

export EXTRA_HOSTS="

Add extra hosts entries to each node in the format of

192.168.1.148 nfs-server.example.com

vagrant.log

__Etcd ___________
| - Nodes : 1
| - CPU : 1
| - Memory : 512

__Masters ________
| - Nodes : 1
| - CPU : 1
| - Memory : 512

__Workers ________
| - Nodes : 2
| - CPU : 1
| - Memory : 512

__Loadbalancers __
| - Nodes : 1
| - CPU : 1
| - Memory : 512

Bringing machine 'k8s-etcd-1' up with 'virtualbox' provider...
Bringing machine 'k8s-master-1' up with 'virtualbox' provider...
Bringing machine 'k8s-worker-1' up with 'virtualbox' provider...
Bringing machine 'k8s-worker-2' up with 'virtualbox' provider...
Bringing machine 'k8s-loadbalancer-1' up with 'virtualbox' provider...
==> k8s-etcd-1: Checking if box 'bento/fedora-27' is up to date...
==> k8s-etcd-1: VirtualBox VM is already running.
==> k8s-master-1: Checking if box 'bento/fedora-27' is up to date...
==> k8s-master-1: VirtualBox VM is already running.
==> k8s-worker-1: Checking if box 'bento/fedora-27' is up to date...
==> k8s-worker-1: VirtualBox VM is already running.
==> k8s-worker-2: Checking if box 'bento/fedora-27' is up to date...
==> k8s-worker-2: VirtualBox VM is already running.
==> k8s-loadbalancer-1: Checking if box 'bento/fedora-27' is up to date...
==> k8s-loadbalancer-1: VirtualBox VM is already running.

Regards,Vikas

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on June 5, 2024

It looks like you have run the install script while the virtual machines were already running. This means that all log from when they were created is overwritten.

Run the destroy script, and the the install script.

And, I would give the workers a bit more memory in the config file.

Try that and post the log if it doesn't work.

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on June 5, 2024

@vikasgubbi did it work?

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on June 5, 2024

Hi,
install.sh script got struck at below message for more than 30 min,cancelled it and reran the script it went to success but when i did kubectl get nodes ,it errored out to no route to host.

regards,Vikas


==> k8s-loadbalancer-1: Digest: sha256:eb8eb1d83fc58716b20621d397d63737a18f86cbed1fedb1d71671cfc486517b
==> k8s-loadbalancer-1: Status: Downloaded newer image for weaveworks/weaveexec:2.3.0
==> k8s-loadbalancer-1: 08a2da4803cbb0da6cf51cd88147e948a1e7415cba226fb9de52a1d36492845e

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on June 5, 2024

You cannot rerun the install script. You need to run the destroy script first, always.

it looks like it doesnt get past the weavenet container.
I will see if i can find a way to debug it, and then get back to you

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on June 5, 2024

Hi,
can you share your email id, if possible please.

Regards,Vikas

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on June 5, 2024

Did you get it to work?

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on June 5, 2024

yes

from kubernetes_the_easy_way.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.