-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
devspace cluster #9773
devspace cluster #9773
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
SonarQube Quality Gate |
@@ -0,0 +1,182 @@ | |||
{{- range $cfg := .Values.chainlink.nodes }} |
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.
We have a lot of duplication of charts between this and the qa-charts repo. Would it make sense to update the qa-charts to work with this as well? Otherwise when we need updates in one place now we need to make the same change in both.
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.
The idea is that we work on that charts to make them production-like and then reuse them from core
. No need to have an additional repo for the official OSS chart that people can use to run some clusters.
* core cluster * fix comments * proper nixpkgs * ECR example * split to runner and node profiles * speed up the sync, add remote-runner
devspace
for a typical simulated ETH cluster (4 nodes + 1 Geth + mockserver)devspace is a tool for native
k8s
development.Benefits:
k8s
k8s
Check README for instructions.
Have 2 modes:
node
to switch one node container and developrunner
to run some system level tests for the whole 4 nodes cluster inside k8sTODO:
ECR
, waiting for a properaws
accessdevspace
as anix
package, or test other platforms