openfaas / ingress-operator

Custom domains, paths and TLS for your OpenFaaS Functions
https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/
MIT License
69 stars 22 forks source link

kubectl apply artifacts/operator-rbac.yaml #26

Closed p4ulcristian closed 4 years ago

p4ulcristian commented 4 years ago

Expected Behaviour

It should deploy artifacts/operator-rbac.yaml

Current Behaviour

It deploys, but kubectl logs come back with Failed to list *v1beta1.Ingress: ingresses.networking.k8s.io is forbidden: User "system:serviceaccount:openfaas:ingress-operator" cannot list resource "ingresses" in API group "networking.k8s.io" in the namespace "openfaas"

Possible Solution

modify artifacts/operator-rbac.yaml

to

Context

Trying to setup custom domain for my functions

Your Environment

alexellis commented 4 years ago

Fixed by: 0f12b7b