Closed fujitatomoya closed 1 year ago
@fujitatomoya As the log shows, I can not find why timeout. Maybe the pull images cost too much, or some pods run failed.
You can check by these methods:
1) increase helm install
timeout setting by add the flag --timeout
, https://helm.sh/docs/intro/using_helm/#helpful-options-for-installupgraderollback
2) find if any job failed
kubectl get job -n kube-system
3) find if any pod failed
kubectl get pod -n kube-system
@huiwq1990 thanks for the information, i will try that out and get back to you.
@huiwq1990 adding timeout does help, thanks for the information, i will go ahead to close this issue.
What happened:
helm install yurt-app-manager -n kube-system yurt-app-manager/charts/yurt-app-manager/
fails with timeout.What you expected to happen:
Successfully complete deployment for
yurt-app-manager
.How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): 1.22.13-00cat /etc/os-release
): Ubuntu 20.04.5 LTSuname -a
): 5.15.0-60-genericothers
/kind bug