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

feat: add kube-vip static Pod in a Nutanix handler #558

Merged
merged 11 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. refactor: remove kube-vip template from Nutanix's KCP

    This will be moved into the handler so that it can be reused.
    dkoshkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    936211f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e1f8d View commit details
    Browse the repository at this point in the history
  3. refactor: better handle nil virtualIPProvider

    Currently a virtualIPProvider will always be passed in to the handler,
    but refactoring to use a builder pattern makes the code more flexible.
    dkoshkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b52fa65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    891b4a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba7f694 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7ef1fd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    8f86f92 View commit details
    Browse the repository at this point in the history
  2. fix: use KubeVIP capitalization more consistently

    The kube-vip repo uses this format
    dkoshkin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    98ff981 View commit details
    Browse the repository at this point in the history
  3. fix: copy and paste

    Co-authored-by: Shalin Patel <shalin.patel@nutanix.com>
    dkoshkin and supershal committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e569797 View commit details
    Browse the repository at this point in the history
  4. fixup! fixup! fix linter

    dkoshkin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    48e7f72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd290d View commit details
    Browse the repository at this point in the history