登錄ArgoCDcli 時出現以下錯誤。
git:(main) ? argocd login test.argocd.tenes.nl --sso
WARNING: server is not configured with TLS. Proceed (y/n)? y
FATA[0005] rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: <nil>
我安裝了 argocd(通過安裝指南 2.3.3)并添加了下面列出的入口:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd
namespace: argocd
annotations:
cert-manager.io/cluster-issuer: letsencrypt-http
nginx.org/ssl-services: argocd-server
spec:
ingressClassName: nginx
tls:
- hosts:
- test.argocd.<domain>.nl
secretName: test.argocd.<domain>.nl-tls
rules:
- host: test.argocd.<domain>.nl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: https
奇怪的是它一直說它不是tls但是應該有 SSL 轉發?我使用 F5 中的 nginx.org/nginx-ingress
最好的,皮姆
uj5u.com熱心網友回復:
在這種情況下需要但未記錄的入口未啟用 HTTP2
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/480562.html
