Replies: 3 comments 5 replies
-
Hi @TarepSH, # Add Magda Helm Chart Repo:
helm repo add magda-io https://charts.magda.io
# create a namespace "magda" in your cluster
kubectl create namespace magda
# install Magda version v2.0.1 to namespace "magda", turn off openfass function and expose the service via loadBalancer
helm upgrade --namespace magda --install --version 2.0.1 --timeout 9999s --set global.openfaas.enabled=false,magda-core.gateway.service.type=LoadBalancer magda magda-io/magda You can find more info in this section: https://github.com/magda-io/magda#to-try-the-last-version-with-prebuilt-images |
Beta Was this translation helpful? Give feedback.
-
Thanks @t83714 for your replay Yes, that's exactly what I did.
So, I change
|
Beta Was this translation helpful? Give feedback.
-
Finally got this working. |
Beta Was this translation helpful? Give feedback.
-
Hope you are doing will..
I really spent a lot of time found the solution's for this issues, but I can't, so is time to ask for your help,
when I try to install Magda in local host using minikube but i get this message:
kubectl apply -f role-binding.yaml error: resource mapping not found for name: "srv-acc-admin" namespace: "" from "role-binding.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1" ensure CRDs are installed first
Could help on this.
ubuntu lts 20.04
Docker version 20.10.18
Best
Tarek
Beta Was this translation helpful? Give feedback.
All reactions