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

Add support for pre-seeded volumes #50

Merged
merged 9 commits into from
Jun 21, 2023
Merged

Add support for pre-seeded volumes #50

merged 9 commits into from
Jun 21, 2023

Conversation

mueschm
Copy link
Member

@mueschm mueschm commented Jun 16, 2023

Pre-seeded volumes

Description

This updates allows us to pre-seed a volume with data. This allows things like ML models to be attached to a deployment.

To get this working this does a few things.

  1. Added in a push command.
  2. Ported over arc-oci into the repo and migrated it to Deno
  3. Added support for volumes to the Kubernetes provider
    Also comes with a bunch of other small bug fixes.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Have been able to do a full deploy on digital ocean.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

src/@providers/kubernetes/modules/deployment.ts Outdated Show resolved Hide resolved
src/@providers/kubernetes/modules/deployment.ts Outdated Show resolved Hide resolved
src/commands/build.ts Show resolved Hide resolved
src/commands/push.ts Outdated Show resolved Hide resolved
src/commands/tag.ts Outdated Show resolved Hide resolved
src/component-store/store.ts Outdated Show resolved Hide resolved
src/component-store/store.ts Show resolved Hide resolved
src/pipeline/pipeline.ts Outdated Show resolved Hide resolved
@mueschm mueschm merged commit 92cbab4 into main Jun 21, 2023
@mueschm mueschm deleted the volumes branch June 21, 2023 14:27
Sign up for free to 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.

2 participants