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

Rebase replace-with-etcd onto upstream latest main #1693

Merged
merged 14 commits into from
Jul 30, 2024

Commits on Jul 26, 2024

  1. Deduplicate code for checking k8scluster enablement

    Sooyoung Kim committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1081fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d89c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde0700 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ab28b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add etcd auth

    * Add `setup-auth.sh` and `.env`, which is used by Docker Compose
    * Set up or apply auth on etcd server through `etcd-setup-auth` (an ephemeral container)
    * Improve configuration for connecting to `etcd` and `kvstore`
      - Add environment variables of `etcd`
      - Read envs and set to the configs (including auth info)
      - Retry several times until you connect to the `etcd` server
    * Update examples for `etcd` test
    yunkon-kim committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1c20f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce10210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471844f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3980fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39989e5 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    yunkon-kim committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e7a0670 View commit details
    Browse the repository at this point in the history
  7. Add and update docker-compose configuration to customize or set envs

    * Add `.env` and set variables with interpolation in the compose file
    * Specify environment variables for Docker-Compose
    * Match the specified environment variables with the environment variables of each service
    * Set default values ​​for each service environment variable
    yunkon-kim committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cb23136 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc500b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6279ae7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57c71f0 View commit details
    Browse the repository at this point in the history