You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran your sample project. It seemed to work well. Congratulations on excellent work.
I did notice the leader container maxing CPU. I discovered the RaftLeaderState loop never enters the idle state. I attribute it to an invalid operator, but you might want to verify.
For testing the sample project, running a LoadBalancer instead of NodePort seemed to work better for me. I was then able to make the API calls more easily from my dev environment.
curl -X POST http://localhost:8080/Counter/Increment
curl http://localhost:8080/Counter
If you'd like me to PR these changes, let me know, considering that the changes are minor. Otherwise, I can later when I get the DNS thing figured out.
The text was updated successfully, but these errors were encountered:
I ran your sample project. It seemed to work well. Congratulations on excellent work.
I did notice the leader container maxing CPU. I discovered the RaftLeaderState loop never enters the idle state. I attribute it to an invalid operator, but you might want to verify.
To:?
For testing the sample project, running a LoadBalancer instead of NodePort seemed to work better for me. I was then able to make the API calls more easily from my dev environment.
If you'd like me to PR these changes, let me know, considering that the changes are minor. Otherwise, I can later when I get the DNS thing figured out.
The text was updated successfully, but these errors were encountered: