Code Monkey home page Code Monkey logo

Comments (20)

caiohasouza avatar caiohasouza commented on June 21, 2024

+1

from spekt8.

chaosdudu avatar chaosdudu commented on June 21, 2024

+1 when I deploy with different namespace, I can not access to the cluster info

from spekt8.

tprakash17 avatar tprakash17 commented on June 21, 2024

+1

from spekt8.

sfxworks avatar sfxworks commented on June 21, 2024

Please do this

from spekt8.

mickoallen avatar mickoallen commented on June 21, 2024

+1

from spekt8.

geerlingguy avatar geerlingguy commented on June 21, 2024

Also unless I'm reading it wrong, wouldn't this RBAC CRB (https://github.com/spekt8/spekt8/blob/master/fabric8-rbac.yaml#L12) allow full access to any pod, not just the spekt8 one?

from spekt8.

bitsofinfo avatar bitsofinfo commented on June 21, 2024

+1 this is a dealbreaker to even eval this. I can't see any information for stuff in any namespace outside of default

from spekt8.

mickoallen avatar mickoallen commented on June 21, 2024

+1 this is a dealbreaker to even eval this. I can't see any information for stuff in any namespace outside of default

it is pretty simple to fork and add another namespace at least to check it out, only took a couple of minutes.

from spekt8.

claywd avatar claywd commented on June 21, 2024

@mickoallen Can you push the changes you made back to your fork so we can see how you did this?

from spekt8.

claywd avatar claywd commented on June 21, 2024

For anyone curious. I forked the repo, adjsuted the namespace value in k8sApi*.listNamespace* and replaced the vauld 'default' with 'mynamespace'. Built, deployed, but no go. I have less errors overall but this one I'm not sure how to handle.

console.error('SBO Downloader is unable to download the course, it is out of control issue.');

from spekt8.

mickoallen avatar mickoallen commented on June 21, 2024

@claywd > @mickoallen Can you push the changes you made back to your fork so we can see how you did this?

Sure, i fully cheesed it though, don't know how useful it is.
Shouldn't be hard to make it more configurable.

master...mickoallen:master

from spekt8.

claywd avatar claywd commented on June 21, 2024

@mickoallen dang... I dd exactly what you did already and I'm still getting that same error. Does it actually work for you? did you make any changes to the rbac?

from spekt8.

mickoallen avatar mickoallen commented on June 21, 2024

@claywd damn, i didn't make any changes there. Also if i remember correctly i only used it against minikube...

from spekt8.

claywd avatar claywd commented on June 21, 2024

@mickoallen hmm.. I mean I am using it against AKS but its hard to believe that would make a difference when all the permissions are already setup. @cbanigan might take a look for us soon. Hopefully he can see what I'm missing.

from spekt8.

jharris-tc avatar jharris-tc commented on June 21, 2024

+1 to this, also having this problem

from spekt8.

nsisodiya avatar nsisodiya commented on June 21, 2024

+1

from spekt8.

cvernooy23 avatar cvernooy23 commented on June 21, 2024

+1 same issue. Doesn't seem like author is going to address this

from spekt8.

robZrad avatar robZrad commented on June 21, 2024

+1

from spekt8.

korjavin avatar korjavin commented on June 21, 2024

+1

from spekt8.

sanarena avatar sanarena commented on June 21, 2024

I have forked the code and make namespace modifiable via environment value, you just have to pass NAMESPACE as env value and using sanarena/spekt8 as image url.

As an example:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: spekt8
spec:
  selector:
    matchLabels:
      component: spekt8
  replicas: 1
  template:
    metadata:
      labels:
        component: spekt8
    spec:
      containers:
        - name: spekt8
          image: sanarena/spekt8
          ports:
            - containerPort: 3000
          env:
          - name: NAMESPACE
            value: sanarena

from spekt8.

Related Issues (19)

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.