-
Notifications
You must be signed in to change notification settings - Fork 72
Feature/add resources into side containers #495
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
Conversation
maierlars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- what about changing requirements? Are pods rotated?
- please add tests to ensure that the resources are handed to the pods as expected (and that pods are rotated if needed)
| args []string, env map[string]EnvValue, finalizers []string, | ||
| livenessProbe *HTTPProbeConfig, readinessProbe *HTTPProbeConfig, tolerations []v1.Toleration, serviceAccountName string, | ||
| tlsKeyfileSecretName, rocksdbEncryptionSecretName string, clusterJWTSecretName string, nodeSelector map[string]string, | ||
| podPriorityClassName string, resources v1.ResourceRequirements, exporter *ArangodbExporterContainerConf, sidecars []v1.Container, vct *v1.PersistentVolumeClaim) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am waiting for the day that someone cleans this up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test created.
Pods are rotated.
I have created a new task for cleaning up.
2a52234 to
0dfedac
Compare
0dfedac to
7707b82
Compare
|
It can not be merged because of #501. There will be a lot of conflicts and it is easier and faster to rewrite that task once again |
DON'T MERGE!!!
IBM CV requires that created pods need to have the resource requirements.
Integration test TestAddingMetrics does not work in version 3.5.2 of arangod