問題タブ [argocd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ssl - Googleマネージド証明書を使用したargocd ssl証明書
そのため、 Googleマネージド証明書を使用してSSLを使用しているArgocdインストールがあります。
Argocd Ingress のドキュメントによると、これを行うための正式な方法は定義されていません。Google マネージド証明書を使用するために、次のマニフェスト ファイルを作成しました。
gcp-managed.yaml
argocd-ingress-1.yaml
argocd-service.yaml
また、cloudflare を使用しているため、静的 IP をA record
subdomain.env.domain.com に追加しました。これで、Google マネージド証明書から (on , kubectl describe managedcertificate gcp-managed -n argocd
)
また、argocd-server のヘルス チェックが失敗し、上記の問題につながっています。これはFailedNotVisible
、ヘルス チェックに合格しない限り、GKE ロードバランサがトラフィックを誘導しないためです。
それで、私は何を間違っていますか?\ これを機能させるには、他に何ができますか。アンバサダー エッジ スタックなどのサード パーティ製アプリを使用することはできません。