Skip to content

How to resolve the 403 issue when accessing dispatcher in K8s. #1755

Closed Answered by vroldanbet
karlwang1983 asked this question in Q&A
Discussion options

You must be logged in to vote

@karlwang1983 I think that mostly looks fine, I'd probably put the .<your_namespace> suffix just in case, and we usually do :dispatch which is the name of the dispatch port defined. Are you setting RBAC properly? you need to create a ServiceAccount with permission to read endpoints:

  - verbs:
      - get
      - list
      - watch
    apiGroups:
      - ""
    resources:
      - endpoints

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@karlwang1983
Comment options

Answer selected by karlwang1983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants