xianshun163 opened a new issue #860:
URL: https://github.com/apache/apisix-ingress-controller/issues/860
### Issue description
I clone the code from the github, and install by kustomize:
cd apisix-ingress-controller/samples/deploy
kubectl create namespace ingress-apisix
kubectl kustomize ./ | kubectl apply -f -
It have a err msg like this, anyone know what is the problem?
customresourcedefinition.apiextensions.k8s.io/apisixclusterconfigs.apisix.apache.org
configured
customresourcedefinition.apiextensions.k8s.io/apisixconsumers.apisix.apache.org
configured
customresourcedefinition.apiextensions.k8s.io/apisixpluginconfigs.apisix.apache.org
configured
customresourcedefinition.apiextensions.k8s.io/apisixroutes.apisix.apache.org
configured
customresourcedefinition.apiextensions.k8s.io/apisixtlses.apisix.apache.org
configured
customresourcedefinition.apiextensions.k8s.io/apisixupstreams.apisix.apache.org
unchanged
serviceaccount/apisix-view-serviceaccount unchanged
clusterrole.rbac.authorization.k8s.io/apisix-view-clusterrole unchanged
clusterrolebinding.rbac.authorization.k8s.io/apisix-view-clusterrolebinding
unchanged
configmap/apisix-ingress-cm unchanged
secret/webhook-certs configured
service/apisix-admission-server unchanged
deployment.apps/ingress-controller configured
Error from server (BadRequest): error when creating "STDIN":
ValidatingWebhookConfiguration in version "v1" cannot be handled as a
ValidatingWebhookConfiguration: v1.ValidatingWebhookConfiguration.Webhooks:
[]v1.ValidatingWebhook: v1.ValidatingWebhook.ClientConfig:
v1.WebhookClientConfig.Service: CABundle: decode base64: illegal base64 data at
input byte 0, error found in #10 byte of ...|A_BUNDLE}","service"|..., bigger
context
...|1beta1"],"clientConfig":{"caBundle":"${CA_BUNDLE}","service":{"name":"apisix-admission-server","name|...
[root@node-15 deploy]# ls
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long):1.4
- your Kubernetes cluster version (output of kubectl version):1.19.3
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]