Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug in the k8s deployment where the worker. slots configuration… #595

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

FourSpaces
Copy link
Contributor

@FourSpaces FourSpaces commented Apr 24, 2024

When I was deploying using k8s, I found that there seemed to be a problem with the configuration of the K8S_WORKER_SLOTS environment variable, and I fixed it to the correct value.

https://github.com/ArroyoSystems/arroyo/blob/5fc6fe06cbbdc866f232bd813eb5e8aff16bcb3a/k8s/arroyo/templates/controller.yaml#L104C1-L105C51

        - name: K8S_WORKER_SLOTS
          value: {{ .Values.workerSlots | quote }}

.Values.workerSlots does not exist, .Values.worker.slots exists, so I modified it to .Values.worker.slots

@FourSpaces
Copy link
Contributor Author

@mwylde Please help me review

Copy link
Member

@mwylde mwylde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@mwylde mwylde merged commit a0cc335 into ArroyoSystems:master Apr 24, 2024
3 checks passed
gbto pushed a commit to gbto/arroyo that referenced this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants