You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add two unique udev installtion via helm, using the notes in the guide. Unfortunately, I cant get past the first installation if rbac.enabled=false.
W0110 16:44:57.671813 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
{"err":"secrets \"akri-webhook-configuration\" is forbidden: User \"system:serviceaccount:default:default\" cannot get resource \"secrets\" in API group \"\" in the namespace \"default\"","level":"fatal","msg":"error getting secret","source":"k8s/k8s.go:232","time":"2024-01-10T16:44:57Z"}
Additional context
As an aside, I am able to get akri working with one installation (using rbac, controller, full agent, etc). Its the multi-configuration setup that is causing issues. I also tried installing the akri cluster in unique namespaces, but that resulted in collisions from a shared ServiceAccount that was locked to the first registered namespace. I'm open to alternative suggestions to get multiple udev configurations running in parallel.
The text was updated successfully, but these errors were encountered:
Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed.
Describe the bug
I am trying to add two unique udev installtion via helm, using the notes in the guide. Unfortunately, I cant get past the first installation if
rbac.enabled=false
.Output of
kubectl get pods,akrii,akric -o wide
kubectl get pods,akrii,akric -o wide
Kubernetes Version: [e.g. Native Kubernetes 1.19, MicroK8s 1.19, Minikube 1.19, K3s]
k3s version v1.27.7+k3s2 (575bce76)
go version go1.20.10
To Reproduce
Logs (please share snips of applicable logs)
kubectl describe pod/akri-webhook-configuration-create-wbggn
kubectl logs pod/akri-webhook-configuration-create-wbggn
Additional context
As an aside, I am able to get akri working with one installation (using rbac, controller, full agent, etc). Its the multi-configuration setup that is causing issues. I also tried installing the akri cluster in unique namespaces, but that resulted in collisions from a shared ServiceAccount that was locked to the first registered namespace. I'm open to alternative suggestions to get multiple udev configurations running in parallel.
The text was updated successfully, but these errors were encountered: