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 kind clusters #275

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

add support for kind clusters #275

wants to merge 4 commits into from

Conversation

jrobsonchase
Copy link
Contributor

What

  • Sets KUBECONFIG to a direnv-managed file.

  • Adds a couple of scripts to make developement with kind easier:

    • scripts/kind-up.sh
      Start a kind cluster with a local registry

    • scripts/kind-down.sh
      Delete the kind cluster and its registry

  • Exposes the REGISTRY as an option to the Makefile and defaults it
    to localhost:5001, which is the one used by the kind cluster.

  • The make deploy job now has a dependency on docker-push to get the
    image into the kind registry.

  • Sets the image pull policy to "Always" when deploying to ensure that
    kind pulls the latest image.

Breaking Changes

Might break some non-kind workflows with the "push" requirement and
defaulting to localhost:5001 for the registry.

@jrobsonchase jrobsonchase requested a review from a team as a code owner July 3, 2023 20:38
@jrobsonchase
Copy link
Contributor Author

jrobsonchase commented Jul 3, 2023

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @jrobsonchase and the rest of your teammates on Graphite Graphite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant