Please forgive my ignorance (learning Kubernetes w...
# fleet
k
Please forgive my ignorance (learning Kubernetes while learning to deploy Fleet), but is there a way to check what failed? The only change I made to the default
values.yml
was that I disabled TLS for Fleet in addition to MySQL.
Specifically, it looks like it’s failing on the migration.
s
you can check the pod logs with
kubectl logs fleet-migration-qddc2
z
@Kathy Satterlee Do we have anything else to add here?
k
I'd like to see what those logs look like. I'm not extremely familiar with Kubernetes, but my initial thought is that maybe the migrations are taking too long and the process is timing out. @Benjamin Edwards?
b
Hey Kish, I’m also a K8s noob in the grand scheme of things, but the SS you posted, are these multiple migration pods running simultaneously or the same pod restarting after failed attempts? As Saulo mentioned I’d take a look at logs to see why the migration pod seems to be failing. Can it resolve the database? Etc.