RocksLabs / kvrocks-operator

Apache License 2.0
36 stars 15 forks source link

docs: enhance development experience #28

Closed jiayouxujin closed 1 year ago

jiayouxujin commented 1 year ago

Hi, This PR aims to enhance the development experience, including improvements to local debugging.

jiayouxujin commented 1 year ago

@tianshimoyi Hi. How do you debug locally? An error emerges when the operator tries to connect to kvrocks using the podIP.

2023-05-25T19:41:28+08:00 ERROR Reconciler error {"controller": "kvrocks", "controllerGroup": "kvrocks.com", "controllerKind": "KVRocks", "KVRocks": {"name":"kvrocks-standard-1-demo","namespace":"kvrocks"}, "namespace": "kvrocks", "name": "kvrocks-standard-1-demo", "reconcileID": "c122c403-5111-4387-96cf-45b1370ac0cd", "error": "dial tcp 10.244.1.3:6379: connect: no route to host"}

jiayouxujin commented 1 year ago

I found that the telepresence tool will be helpful.

ColinChamber commented 1 year ago

THX~ @jiayouxujin