GithubHelp home page GithubHelp logo

Comments (8)

hoeghh avatar hoeghh commented on May 29, 2024

What is the content of the folder output ?

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on May 29, 2024

This is what are you asking about

root@kubernetes:/kubernetes_the_easy_way/output# ls -ltr
total 12
-rw-r--r-- 1 root root 466 Jan 23 02:44 README.md
-rw-r--r-- 1 root root 272 Jan 23 02:54 hosts
-rw-r--r-- 1 root root 240 Jan 23 02:54 encryption-config.yaml
root@kubernetes:
/kubernetes_the_easy_way/output# more hosts
192.168.50.4 k8s-loadbalancer
192.168.50.20 k8s-master
192.168.50.11 k8s-etcd-1
192.168.50.12 k8s-etcd-2
192.168.50.21 k8s-master-1
192.168.50.22 k8s-master-2
192.168.50.31 k8s-worker-1
192.168.50.32 k8s-worker-2
192.168.50.33 k8s-worker-3
192.168.50.5 k8s-loadbalancer-1

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on May 29, 2024

What is the content of logs/kube-configs.log ?

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on May 29, 2024

It was a permission issue with one the file in scripts folder.changed the permission , rerun install.sh script. It went further with the log (vagrant-provition.log) output at the end

==> k8s-loadbalancer-1: flag to force provisioning. Provisioners marked to run a
lways will still run.

with that install.sh script got terminated.Is this as expected behaviour.

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on May 29, 2024

When the install.sh finished you should have the machines defined in the file config.
This is still work in progress. As stated in the README.md only etcd is done (and certificates). Im working on the masters right now (almost done).

So, did the install.sh finish by itself? And did you get the vm's defined in config?

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on May 29, 2024

Yes, install.sh script finish by itself.

config file output

export ETCD_COUNT=2
export ETCD_CPU=1
export ETCD_MEM=512
export MASTER_COUNT=2
export MASTER_CPU=1
export MASTER_MEM=1024
export WORKER_COUNT=3
export WORKER_CPU=2
export WORKER_MEM=2048
export LOADBALANCER_COUNT=1
export LOADBALANCER_CPU=1
export LOADBALANCER_MEM=512

from kubernetes_the_easy_way.

hoeghh avatar hoeghh commented on May 29, 2024

So the problem is solved by adding x permissions to the file? If so, then lets close this issue.

from kubernetes_the_easy_way.

vikasgubbi avatar vikasgubbi commented on May 29, 2024

yes please

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.