Giter VIP home page Giter VIP logo

Comments (9)

AlexandrePicosson avatar AlexandrePicosson commented on June 17, 2024

Hello, at least for the manual install, you should add the substra helm repo by running helm repo add substra https://substrafoundation.github.io/charts/.

from hlf-k8s.

chrisalexandrepena avatar chrisalexandrepena commented on June 17, 2024

Hello, at least for the manual install, you should add the substra helm repo by running helm repo add substra https://substrafoundation.github.io/charts/.

Just did, then added a microk8s.helm repo update. And when running the command again (the manual install) I get the following error:

Error: release orderer failed: namespaces "orderer" is forbidden: User "system:serviceaccount:kube-system:default" cannot get resource "namespaces" in API group "" in the namespace "orderer"

from hlf-k8s.

AlexandrePicosson avatar AlexandrePicosson commented on June 17, 2024

This is unrelated to hlf-k8s and there is probably an issue with how you configured your serviceAccount.

from hlf-k8s.

chrisalexandrepena avatar chrisalexandrepena commented on June 17, 2024

I did a pretty basic config:

apiVersion: v1
kind: ServiceAccount
metadata:
  name: tiller
  namespace: kube-system

---

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
  name: tiller
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: cluster-admin
subjects:
  - kind: ServiceAccount
    name: tiller
    namespace: kube-system

anything I'm missing?

from hlf-k8s.

Kelvin-M avatar Kelvin-M commented on June 17, 2024

Is it still an issue ?

from hlf-k8s.

chrisalexandrepena avatar chrisalexandrepena commented on June 17, 2024

Yes it is

from hlf-k8s.

chrisalexandrepena avatar chrisalexandrepena commented on June 17, 2024

Yes it is, though now I deploy the latest release of substra (v0.7.1). Still haven't been able to do it using microk8s

from hlf-k8s.

Kelvin-M avatar Kelvin-M commented on June 17, 2024

To be clear, I'm talking about helm chart accessing issue. The service account issue should not be developed in the same issue to avoid mixing responses :)

from hlf-k8s.

chrisalexandrepena avatar chrisalexandrepena commented on June 17, 2024

Haha yes I know :) The problem is still with the
FATA[0001] failed to build: build failed: building [substrafoundation/hlf-k8s]: build artifact: denied: requested access to the resource is denied
message I get when trying to run a skaffold run command on hlf-k8s

from hlf-k8s.

Related Issues (18)

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.