argocd 中降级的 Apache 的 HELM 图表
HELM chart for Apache degraded in argocd
我已经尝试通过 ArgoCD 使用 Apache 的 HELM chart repo,但它在控制台中显示降级但保持同步。我在 docker 桌面上为 Mac(M1 芯片)使用 Kubernetes 集群。不太确定是什么问题。
掌舵图详情为:
REPO URL = https://charts.bitnami.com/bitnami
CHART = apache:9.0.1
当我检查日志时,我看到以下输出:
macbookpro@argo-cd % argocd app logs apache
apache 23:11:06.35
apache 23:11:06.37 Welcome to the Bitnami apache container
apache 23:11:06.39 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-apache
apache 23:11:06.41 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-apache/issues
apache 23:11:06.43
apache 23:11:06.44 INFO ==> ** Starting Apache setup **
/usr/bin/realpath: /bitnami/apache/conf: No such file or directory
apache 23:11:06.71 INFO ==> ** Apache setup finished! **
apache 23:11:06.81 INFO ==> ** Starting Apache **
[Tue Jan 25 23:11:06.943934 2022] [core:emerg] [pid 1] (95)Operation not supported: AH00023: Couldn't create the mpm-accept mutex
(95)Operation not supported: could not create accept mutex
AH00015: Unable to open logs
将评论作为社区 wiki 答案发布以获得更好的知名度:
这看起来确实像是一个不正确的体系结构问题。请参考GitHub Issue
我已经尝试通过 ArgoCD 使用 Apache 的 HELM chart repo,但它在控制台中显示降级但保持同步。我在 docker 桌面上为 Mac(M1 芯片)使用 Kubernetes 集群。不太确定是什么问题。
掌舵图详情为:
REPO URL = https://charts.bitnami.com/bitnami
CHART = apache:9.0.1
当我检查日志时,我看到以下输出:
macbookpro@argo-cd % argocd app logs apache
apache 23:11:06.35
apache 23:11:06.37 Welcome to the Bitnami apache container
apache 23:11:06.39 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-apache
apache 23:11:06.41 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-apache/issues
apache 23:11:06.43
apache 23:11:06.44 INFO ==> ** Starting Apache setup **
/usr/bin/realpath: /bitnami/apache/conf: No such file or directory
apache 23:11:06.71 INFO ==> ** Apache setup finished! **
apache 23:11:06.81 INFO ==> ** Starting Apache **
[Tue Jan 25 23:11:06.943934 2022] [core:emerg] [pid 1] (95)Operation not supported: AH00023: Couldn't create the mpm-accept mutex
(95)Operation not supported: could not create accept mutex
AH00015: Unable to open logs
将评论作为社区 wiki 答案发布以获得更好的知名度:
这看起来确实像是一个不正确的体系结构问题。请参考GitHub Issue