Description
when I use command :
helm install foo kvaps/kubernetes --version 0.13.3 --namespace foo --create-namespace --set persistence.storageClassName=local-path
It return this:
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/xrw/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/xrw/.kube/config
W0224 17:14:07.219758 293805 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
W0224 17:14:07.282543 293805 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
Error: INSTALLATION FAILED: Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": dial tcp 10.102.100.71:443: i/o timeout
what shouid i do?