Giter VIP home page Giter VIP logo

Comments (3)

etadata avatar etadata commented on May 30, 2024

for the part 1 of the lab, you can download a preconfigured machine from here

according to the error message, it seems like the docker service isn't running

inside the node-1 and node-2

for SERVICES in kube-proxy kubelet  docker; do
    systemctl restart $SERVICES
    systemctl enable $SERVICES
    systemctl status $SERVICES
done

to see if the docker daemon is already running
systemctl status docker
docker info

to restart the services in the node-master

for SERVICES in etcd kube-apiserver kube-controller-manager kube-scheduler flanneld; do
	systemctl restart $SERVICES
	systemctl enable $SERVICES
	systemctl status $SERVICES
done

and plz make sure the DNS service is already configured
another tip: if you are running the cluster's machine has more than one NIC, then k8s will use the one which has the default route

kubeadm must be run from the node-master

from owasp-workshop.

davehodg avatar davehodg commented on May 30, 2024

Why the nodes? GitHub says to do the kube stuff on the master.

Trying your image now. Oh, link didn't work.

from owasp-workshop.

etadata avatar etadata commented on May 30, 2024

exactly, the kube staff should be on the master. and you have to administrate the nodes using kubectl from the master.
i didn't upload a preconfigured VM. i used the GCP to create k8s cluster.
if you would like to create k8s cluster by yourself try to download this ubuntu iso
and follow the steps in the option.

I will be glad to help you create ur cluster

from owasp-workshop.

Related Issues (3)

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.