openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
https://openyurt.io
Apache License 2.0
1.69k stars 398 forks source link

[Question]when helm install yurt-app-manager, I get the error of bad certificate #1989

Closed cuiHL closed 4 months ago

cuiHL commented 5 months ago
image
rambohe-ch commented 5 months ago

@cuiHL Thanks for raising the issue. would you like to write the details version and yaml files of yurt-manager?

cuiHL commented 5 months ago

@cuiHL Thanks for raising the issue. would you like to write the details version and yaml files of yurt-manager?

the version of yurt-manager is v1.4.0 the used yaml is the same as https://github.com/openyurtio/openyurt-helm/tree/main/charts/yurt-manager apart from yurt-manager values.yaml

image
rambohe-ch commented 5 months ago

@cuiHL It seems that you have used a customized yurt-manager helm chart, because the service name of yurt-manager webhook is yurt-manager-webhook-service, not yurt-app-manager-webhook-service.

https://github.com/openyurtio/openyurt/blob/e2d6795bde2355a86da24e7dc8231efd874c1b2b/charts/yurt-manager/templates/yurt-manager.yaml#L45

cuiHL commented 4 months ago

@cuiHL It seems that you have used a customized yurt-manager helm chart, because the service name of yurt-manager webhook is yurt-manager-webhook-service, not yurt-app-manager-webhook-service.

https://github.com/openyurtio/openyurt/blob/e2d6795bde2355a86da24e7dc8231efd874c1b2b/charts/yurt-manager/templates/yurt-manager.yaml#L45

I get it

cuiHL commented 4 months ago

delete old crd resource and reinstall