Skip to content

What's wrong? Ocelot .Net 5.0 On kube message: namespace:etlbigdataservice:etl-dataresource-service Unable to use ,it is invalid #1886

Answered by KawhiWei
KawhiWei asked this question in Q&A
Discussion options

You must be logged in to vote

@luisfernandomoraes Yes,I have fiexd the probiem , This problem is caused by kubernetes' lack of configuration permission, You can refer to it
https://ocelot.readthedocs.io/en/latest/features/kubernetes.html
https://kubernetes.io/docs/reference/access-authn-authz/rbac/#permissive -rbac-permissions
I did it in kubernetes
‘kubectl create clusterrolebinding permissive-binding
--clusterrole=cluster-admin
--user=admin
--user=kubelet
--group=system:serviceaccounts’;
but,this is not recommended by kubernetes

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@raman-m
Comment options

Answer selected by raman-m
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1447 on January 06, 2024 13:07.