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

Move servicelb into cloudprovider #6181

Merged
merged 6 commits into from
Sep 30, 2022
Merged

Commits on Sep 29, 2022

  1. Implement InstancesV2 instead of Instances

    ... and drop legacy ClusterID support.
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    67a8d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337d93e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Move servicelb into cloudprovider LoadBalancer interface

    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3eb7d6c View commit details
    Browse the repository at this point in the history
  2. Disable cloud-node and cloud-node-lifecycle if CCM is disabled

    If CCM and ServiceLB are both disabled, don't run the cloud-controller-manager at all;
    this should provide the same CLI flag behavior as previous releases, and not create
    problems when users disable the CCM but still want ServiceLB.
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c156861 View commit details
    Browse the repository at this point in the history
  3. Add ADR for ServiceLB move to CCM

    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    57e4560 View commit details
    Browse the repository at this point in the history
  4. Dump info on coredns when deployment rollout fails

    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3bcd985 View commit details
    Browse the repository at this point in the history