Code Monkey home page Code Monkey logo

Comments (5)

nvenky avatar nvenky commented on August 29, 2024 15

Thanks @cbluth for sharing this. I couldn't find any other instructions to configure the app.
I have simple shell script to base64 decode from kubectl/config.

#CA Cert 
cat ~/.kube/config | grep certificate-authority-data | cut -d ' ' -f 6 | base64 -d
#Client Cert 
cat ~/.kube/config | grep client-certificate-data | cut -d ' ' -f 6 | base64 -d
#Client Key 
cat ~/.kube/config | grep client-key-data | cut -d ' ' -f 6 | base64 -d

from kubernetes-app.

cbluth avatar cbluth commented on August 29, 2024 6

@hegdedarsh i am having a similar issue, but i have already added my first cluster without issue, now im having issues finding any good documentation on adding a second cluster, and everything i try seems to fail in some way.

Anyone have good docs on adding multiple clusters?

anyways, @hegdedarsh , grab the certificates and keys from your ~/.kube/config file, and then do this:
echo 'LS0tLS1CRUd..very-long-string..FWS0tLS0tCg==' | base64 -d ;echo.

Then the attached image should be able to help you the rest of the way.
Pay attention to all the red arrows.

image

from kubernetes-app.

shashikant-koder avatar shashikant-koder commented on August 29, 2024 5

@hegdedarsh i am having a similar issue, but i have already added my first cluster without issue, now im having issues finding any good documentation on adding a second cluster, and everything i try seems to fail in some way.

Anyone have good docs on adding multiple clusters?

anyways, @hegdedarsh , grab the certificates and keys from your ~/.kube/config file, and then do this:
echo 'LS0tLS1CRUd..very-long-string..FWS0tLS0tCg==' | base64 -d ;echo.

Then the attached image should be able to help you the rest of the way.
Pay attention to all the red arrows.

image

I have created my cluster in EKS . In my .kube/config i have only clusters.cluster.server and clusters.cluster.certificate-authority-data data. Other data is not available in the config file. Can you please help me weather i miss something in the setup or how to connect to the cluster. Can you please elaborate the steps.

from kubernetes-app.

bobbui avatar bobbui commented on August 29, 2024 1

I wondering what I should input into URL field under HTTP section.

thank for your help


figured it out: it's the cluster endpoint URL

from kubernetes-app.

cbluth avatar cbluth commented on August 29, 2024

here is some info on adding more clusters: #48 (comment)

from kubernetes-app.

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.