Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: INSTALLATION FAILED #14

Closed
XieRW opened this issue Feb 24, 2022 · 5 comments
Closed

Error: INSTALLATION FAILED #14

XieRW opened this issue Feb 24, 2022 · 5 comments

Comments

@XieRW
Copy link

XieRW commented Feb 24, 2022

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?

@kvaps
Copy link
Member

kvaps commented Feb 24, 2022

Hi, this was fixed by #11 but didn't get into release.

I just released the new verion, please try 0.13.4

@XieRW
Copy link
Author

XieRW commented Feb 25, 2022

I change the command as you say ,but it tured:
Error: INSTALLATION FAILED: failed to download "kvaps/kubernetes" at version "0.13.4"

@XieRW
Copy link
Author

XieRW commented Feb 25, 2022

I have solved the problem.

helm repo update
then:
helm install foo kvaps/kubernetes --version 0.13.4 --namespace foo --create-namespace --set persistence.storageClassName=local-path

thanks.

@XieRW XieRW closed this as completed Feb 25, 2022
@XieRW XieRW reopened this Feb 25, 2022
@XieRW
Copy link
Author

XieRW commented Feb 25, 2022

Hi, this was fixed by #11 but didn't get into release.

I just released the new verion, please try 0.13.4

another question:

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": context deadline exceeded

@kvaps
Copy link
Member

kvaps commented Feb 25, 2022

Something wrong with your cert-manager. Try inspecting pods in cert-manager namespace:

kubectl get pod -n cert-manager

and webhooks itself:

kubectl get mutatingwebhookconfigurations
kubectl get validatingwebhookconfigurations

@mrakopes mrakopes closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants