Skip to content

Conversation

@jsoriano
Copy link
Member

@jsorianojsoriano commented Apr 21, 2023

Last piece of #1055.

Checklist:

  • More manual testing.
  • Integration testing.
  • Documentation.
  • Papercuts:
    • Hide password from output.
  • Sizing of the deployments started.
  • What to do with GeoIP?
  • Packages system tests.
    • Decouple system tests from local network?
    • Run and enroll local agent?

How to use/test this

  • Optional, use a new profile.
elastic-package profiles create <someprofilename> elastic-package profiles use <someprofilename> 
  • Export your API Key for Elastic Cloud, obtained from https://cloud.elastic.co/deployment-features/keys.
    • Write it to a file, for example ~/.elastic-cloud.
    • export EC_API_KEY=$(cat ~/.elastic-cloud)
  • Start the cluster, you can select a version adding the --version flag.
elastic-package stack up -v --provider cloud 
  • Initialize your shell.
eval $(elastic-package stack shellinit) 
  • Usual elastic-package commands should work to install and test packages (some things don't work yet).
  • Remember to remove the deployment when not using it.
elastic-package stack down 

@jsorianojsorianoforce-pushed the stack-cloud-provider branch from 2beb10f to 0f98577CompareApril 21, 2023 11:18
@jsorianojsorianoforce-pushed the stack-cloud-provider branch from 5d6c88a to 8d7b1d7CompareMay 22, 2023 16:06
@sharbuz
Copy link
Contributor

Hi everyone,
Please update the branch because we merged an important change to the main branch: #1347

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @jsoriano

@jsorianojsoriano mentioned this pull request Sep 4, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jsoriano@sharbuz@elasticmachine