Replies: 1 comment 9 replies
-
|
Is the Garage operator deploying network policies that do not allow access to the pod from nodes? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy the Garage S3-compatible service into my cluster using this operator: https://github.com/rajsinghtech/garage-operator (kudos to the dev, by the way). I've found that if a pod is scheduled on my VM node, the IP address is not route-able for the other nodes. Any suggestions for what could be wrong or how I can troubleshoot further would be most welcome.
Details
When deploying a 3-node garage cluster, the pod scheduled on my VM node gets an IP address that is not accessible from other nodes. It seems to be specific to garage or the pod configuration, because other pods scheduled on the VM node are accessible. I've worked around the issue by cordoning the VM node and redeploying: this gives me 3 working pods (2 x AMD, 1 x ARM).
I have 5 nodes in total:
v1.33.6+k3s1on all nodeshost-gwfor networkingI deployed a couple of netshoot pods (network troubleshooting image) to troubleshoot. Briefly:
tracepathfrom netshoot on another node to the VM node garage pod:tracepathfrom netshoot on same node:tracepathfrom netshoot on another node to CNPG (Postgres) pod on the VM nodeOther notes:
Beta Was this translation helpful? Give feedback.
All reactions