Hi Team, Please advise. Error from server (Cannot ...
# all-things-deployment
t
Hi Team, Please advise. Error from server (Cannot have service type of LoadBalancer): error when creating "STDIN": admission webhook "validating-webhook.openpolicyagent.org" denied the request: Cannot have service type of LoadBalancer
b
Hi Sathish, This might be the result of access control on your cluster. Ask your k8s administrator to allow you to create LoadBalancers or ask for alternative ways.
t
As I have already removed LoadBalance and used for ClusterIP, ingress also disabled, still getting same. Earlier it was working.
b
LoadBalance and used for ClusterIP, ingress also disabled, still getting same.
You are still getting:
(Cannot have service type of LoadBalancer)?
t
yes
b
Which service is trying to be a
LoadBalance
?
t
Front-end n GMS
b
set in your values.yaml:
datahub-frontend.service.type: ClusterIP
t
service: type: ClusterIP
It was already updated