Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I ran trough the Digital Ocean guide and faced some problems. I got the cluster up and running after som troubleshooting, and I want to share how I did it.
The changes introduced with this PR are:
Problem 1: Provisioning the cluster
When installing multi-juicer on the cluster the juice-blancer pod is stuck on pending when I run
kubectl get pods
. I got the following message when I described the pod:The default node size is
s-1vcpu-2g
. I worked when I upgraded tos-2vcpu-2g
. The downside is a more expensive cluster, approximately $66 per month.Problem 2:
When provisioning the load balancer in step 4, I got this warning.
The provisioned load balancer can't reach juice-balancer. I get the following labels when I describe the juice-balancer pod.
When I updated the selector, the load balancer provisioned as expected.