-
Notifications
You must be signed in to change notification settings - Fork 98
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
Reduce load on test setup #355
Conversation
This commit reduces number of k3d workers from 3 to 1 and number of podinfo replicas from 2 to 1. That should increase requirements for test setup and speed of tests. Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
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.
lgtm
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.
It will become less illustrative from the demo perspective but as we are mostly making presentations using aws reference setup the reduction makes sense
Local playground is now runnig against one agent (#355, [Makefile:310](https://github.com/AbsaOSS/k8gb/pull/355/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R310)) instead of three. This PR fixes playground documentation
Local playground is now runnig against one agent (#355, [Makefile:310](https://github.com/AbsaOSS/k8gb/pull/355/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R310)) instead of three. This PR fixes playground documentation
Local playground is now runnig against one agent (#355, [Makefile:310](https://github.com/AbsaOSS/k8gb/pull/355/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R310)) instead of three. This PR fixes playground documentation Signed-off-by: kuritka <kuritka@gmail.com>
Local playground is now runnig against one agent (#355, [Makefile:310](https://github.com/AbsaOSS/k8gb/pull/355/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R310)) instead of three. This PR fixes playground documentation Signed-off-by: kuritka <kuritka@gmail.com>
This commit reduces number of k3d workers from 3 to 1 and number of
podinfo replicas from 2 to 1. That should increase requirements for test
setup and speed of tests.
Signed-off-by: Dinar Valeev dinar.valeev@absa.africa