-
Notifications
You must be signed in to change notification settings - Fork 271
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
AtlasSchema and tolerations on kubernetes #3247
Comments
Hello @florentvaldelievre, can you share what tolerations you have apply on the |
Actually @giautm , I dont specify the tolerations in the AtlasSchema resource as I could not find it in the CRD definition. Note that the I was expecting that the 'sql-migration-sample-service-atlas-dev-db' pod would be created with the same tolerations as 'sql-migration-sample-service'
|
@giautm As you mentioned in another post, we can deploy our own SQL server (dev) instance instead of letting AtlasSchema generate the 'atlas-dev-db' pod as it does not seem that we can specify the tolerations. |
Not yet, but maybe next few weeks. We're rolling more features in the atlas-operator like support custom |
Hi guys,
I have a simple AtlasSchema on Kubernetes and a deployment for my app.
My deployment is running ok (sql-migration-sample-service) as I have added the right tolerations. However, "sql-migration-sample-service-atlas-dev-db" which is created by your controller is in pending state as it does not have the necessary tolerations.
Can we add the tolerations to the AtlasSchema, so the "-atlas-dev-db' pod gets created with the right tolerations?
The text was updated successfully, but these errors were encountered: