-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Serverless] Support testing against development serverless projects #1808
Comments
I created this issue to capture discussion as it's not clear what the intended result is here based on the existing PR's. I believe |
FTR, serverless support was added in #1374. |
AFAIK I think there is no documentation about the stack providers available in elastic-package (e.g. serverless) :( Just the list of options that you already linked. |
elastic-package stack up is used for local development of integrations but also for testing latest snapshot builds quickly. Like it is done today for stateful, it should be as simple to setup a stateless setup (at least view, feature set) on your local machine to do the testing. |
I gave another try to start the serverless containers locally, managed by So I am also considering other options:
From these options I think that the one that would provide more value is the last one. In my opinion package developers should use the existing serverless provider in most of the cases. If they, or some kibana developer, are working at the same time on some kibana feature, they will likely have a kibana developer environment, and it would be nice to make it easier for elastic-package to leverage this existing environment, and same thing with serverless development and cc @mrodm |
Created issue about this, as we had yesterday another conversation about how to use |
Ref draft PR #1766
Ref previous PR #1231
To support package development for serverless,
elastic-package
should support spinning up Elasticsearch and Kibana in serverless mode in its local stack, e.g.We could also add
serverless: true
as a profile setting instead of using a CLI argument.The text was updated successfully, but these errors were encountered: