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

Refactor of the Developer Environment setup script #43

Merged
merged 5 commits into from
May 13, 2024

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    0af3fbe View commit details
    Browse the repository at this point in the history
  2. Dev Env setup script: major refactor

    - script made idempotent (you can rerun it without any cleanup)
    - script exits on error
    - the following values are turned into a parameter: name of kind cluster, name of git repo, Gitea external IP
    - Gitea install package is manipulated by KRM functions instead of sed
    kispaljr committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0e93369 View commit details
    Browse the repository at this point in the history
  3. Dev Env setup script: ensure that Gitea's nodePort matches with the p…

    …ort that is forwarded to the host in the kind cluster's config
    kispaljr committed May 8, 2024
    Configuration menu
    Copy the full SHA
    21061e4 View commit details
    Browse the repository at this point in the history
  4. Dev Env setup script: wait for Deployment availability instead of Pod…

    … readiness
    
    (the later fails if the pod hasn't been created yet)
    kispaljr committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3000799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7688c9c View commit details
    Browse the repository at this point in the history