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

Example of deploying "hello world" with Shipyard #1318

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Add Shipyard support for deploying clusters

    This allows to quickly and easily deploy clusters (kind, ocp, acm) for
    testing.
    The kind clusters run locally and can be used for development, quick testing
    and CI.
    
    Signed-off-by: Mike Kolesnik <[email protected]>
    mkolesnik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    029c867 View commit details
    Browse the repository at this point in the history
  2. Example of deploying "hello world" with Shipyard

    This exemplifies how the deployment on top of shipyard would work.
    This would probably be best put in the example repo itself, but I
    drafted it to make it clear how using Shipyard looks like.
    
    Signed-off-by: Mike Kolesnik <[email protected]>
    mkolesnik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    82cb059 View commit details
    Browse the repository at this point in the history