GithubHelp home page GithubHelp logo

Comments (4)

scholzj avatar scholzj commented on May 20, 2024 2

If these do not exist in the paths above, maybe the deployment failed for some reason. You should check the log in /var/log/init-aws-kubernetes-master.log. Maybe there is some bug or something.

from terraform-aws-kubernetes.

scholzj avatar scholzj commented on May 20, 2024

That is the error message which you get when there is no configuration at all. When you login to the master, there will be two kubeconfig files:

  • /home/centos/kubeconfig_ip is using IP address (so that you don't have to wait for DNS propagation)
  • /home/centos/kubeconfig is using DNS records.

You can either copy them to local host or use them from the master. To configure kubectl to use them, you can just do export KUBECONFIG=/home/centos/kubeconfig (or whatever the path is.)

from terraform-aws-kubernetes.

SharifAbdulcoder avatar SharifAbdulcoder commented on May 20, 2024

Thank you for getting back so quickly.
I did look for the files you suggested:

/home/centos/kubeconfig_ip
/home/centos/kubeconfig

i tried finding the kubeconfig file from / and yet it does not exits.
Maybe i missed a step?

from terraform-aws-kubernetes.

junyanglee avatar junyanglee commented on May 20, 2024

Thank you for getting back so quickly.
I did look for the files you suggested:

/home/centos/kubeconfig_ip
/home/centos/kubeconfig

i tried finding the kubeconfig file from / and yet it does not exits.
Maybe i missed a step?

There's a likelihood that you are using t2.micro instance type as your master node (Happened to me).

If thats the case, remember to add --ignore-preflight-errors=NumCPU behind kubeadm init --config /tmp/kubeadm.yaml in your init-aws-kubernetes-master.sh script because kubernetes require at least 2 cpus.

Cheers

from terraform-aws-kubernetes.

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.