-
Notifications
You must be signed in to change notification settings - Fork 2
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
Charts[GKE-BUG] Apply nodeSelector to all pods in the chart including proxies #373
Comments
It is tricky to pass Besides, it makes our values.yaml file too much verbose since we need to duplicate and maintain nodeSelector and toleration settings for all dependent charts (see PR: #384). |
Can just disable rest-monitor via |
And with some config we can get rid of redis and pgpool, if we want to further reduce the number of containers. |
Thanks @steven-sheehy |
@steven-sheehy Could you point me to the config? If redis and pgpool are not required, I can disable those by default in our chart. Here is a list of containers after disabling some of the mirror-node containers as you suggested. Does that look ok? |
Sure, you can borrow from our GCP Marketplace values.yaml. Specifically, copy the
The list of containers is okay, but rest and importer pods are not ready. Do you know why? |
🎉 This issue has been resolved in version 0.12.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Currently network-node pods are scheduled based on the following settings:
We need to ensure these settings are applied for all pods in the chart including proxies.
The text was updated successfully, but these errors were encountered: