-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
In my case database connection error is only affects tron-shkeeper service.
ArgoCD deployment:
[
{
apiVersion: "argoproj.io/v1alpha1",
kind: "Application",
metadata: {
name: "shkeeper-" + std.extVar("ns"),
namespace: "argocd",
},
spec: {
destination: {
namespace: std.extVar("ns"),
server: "https://kubernetes.default.svc",
},
project: "default",
source: {
chart: "shkeeper",
helm: {
parameters: [
{
name: "namespace",
value: std.extVar("ns"),
},
{
name: "storageClassName",
value: "cephfs-hdd-r2",
},
{
name: "btc.enabled",
value: "true",
},
{
name: "usdt.enabled",
value: "true",
},
{
name: "usdc.enabled",
value: "true",
}
],
releaseName: "shkeeper",
},
repoURL: "https://vsys-host.github.io/helm-charts",
targetRevision: "1.4.75",
},
syncPolicy: {
automated: {},
},
},
},
]
tron-shkeeper pod gives:
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1130, "Host '10.16.249.171' is not allowed to connect to this MariaDB server")
mariadb:
2025-04-12 20:05:55 407 [Warning] Aborted connection 407 to db: 'unconnected' user: 'unauthenticated' host: '10.16.249.177' (This connection closed normally without authentication)
Metadata
Metadata
Assignees
Labels
No labels