Skip to content
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

Capact on k3d with local registry and pre-loaded images #466

Closed
mszostok opened this issue Aug 30, 2021 · 0 comments · Fixed by capactio/website#61 or #480
Closed

Capact on k3d with local registry and pre-loaded images #466

mszostok opened this issue Aug 30, 2021 · 0 comments · Fixed by capactio/website#61 or #480
Assignees
Labels
area/ci Relates to CI area/cli Relates to CLI area/documentation Related to all activities around documentation area/engine Relates to Engine enhancement New feature or request
Milestone

Comments

@mszostok
Copy link
Member

mszostok commented Aug 30, 2021

Description

Add option to install Capact on k3d.

AC:

  • Add option to create k3d environment capact env create k3d
  • Add to use it in our local make dev-cluster scripts
  • Add option to "snapshot" docker images from Capact Helm Charts (create .tar file)
    • support @latest, version, local
  • Add option to use local registry with k3d
    • this speeds up our local development
  • Reduce neo4j startup time
  • Reduce e2e test image size
  • Documentation

Reason

kind is good for testing Capact on pipelines. K3d is also a well known alternative. It's also a bit faster and allows easily to mount already existing images, which means you don't need to download them each time from the internet.

Additionally, local registry simplify pushing and speeds up local development.

@mszostok mszostok added enhancement New feature or request area/engine Relates to Engine area/cli Relates to CLI area/documentation Related to all activities around documentation area/ci Relates to CI labels Aug 30, 2021
@mszostok mszostok changed the title Capact on k3d Capact on k3d with local registry and pre-loaded images Aug 30, 2021
@mszostok mszostok added this to the 0.5.0 milestone Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Relates to CI area/cli Relates to CLI area/documentation Related to all activities around documentation area/engine Relates to Engine enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant