Git Product home page Git Product logo

Comments (5)

arnabnandy1706 avatar arnabnandy1706 commented on July 3, 2024

@hectorj2f Please help me !!!

from dcos-kubernetes-quickstart.

bmcustodio avatar bmcustodio commented on July 3, 2024

@arnabnandy1706 as mentioned in the documentation, you must make sure that dcos (the DC/OS CLI) is configured to access the target cluster using HTTPS:

dcos MUST be configured to access the desired DC/OS cluster over HTTPS before proceeding. One must make sure that

$ dcos config show core.dcos_url

returns a URL that starts with https:// and. In case the returned URL doesn't start with https://, one must run

$ dcos config set core.dcos_url https://<master-ip>

In case the TLS certificate used by DC/OS is not trusted one additionally needs to run the following command to disable TLS verification:

$ dcos config set core.ssl_verify false

Could you please make this change and try again?

from dcos-kubernetes-quickstart.

arnabnandy1706 avatar arnabnandy1706 commented on July 3, 2024

Hello @bmcstdio ,

Thanks for the help.

This is working fine for me now.

Warm Regards,
Arnab

from dcos-kubernetes-quickstart.

arnabnandy1706 avatar arnabnandy1706 commented on July 3, 2024

@bmcstdio

It got register to access Kubernetes Cluster API.

kubeconfig context '10211203926443' updated successfully

But how to access the kubernetes kubectl command from the master node?

Warm Regards,
Arnab

from dcos-kubernetes-quickstart.

pires avatar pires commented on July 3, 2024

You can setup kubectl on any node, internal to DC/OS or not, by following our instructions.

We do not support specific scenarios such as configuring kubectl in a DC/OS master, and we actually advise you not to do it, for security reasons.

from dcos-kubernetes-quickstart.

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.