Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudstack-kubernetes-provider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: apache/cloudstack-kubernetes-provider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0-rc1
Choose a head ref
  • 15 commits
  • 17 files changed
  • 11 contributors

Commits on Jun 2, 2022

  1. deployment.yaml: add tolerations

    Without it, the ccm itself cannot be started when nodes are tainted.
    xu-cheng committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a765ded View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. GitHub actions 1 (#43)

    * Create github-actions.yml
    
    * Update github-actions.yml
    
    * Delete .travis.yml
    
    * Update github-actions.yml
    
    * Update and rename github-actions.yml to Test-Build.yml
    
    * Update and rename Test-Build.yml to build.yml
    rahulbcn27 authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e7deb8e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    0835702 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    2ff1c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update to Kubernetes 1.24.12 + Use Go 1.19 (#44)

    This PR is a continuation of the work in #32 and contains the following changes:
    
    Use Go 1.19
    Update Kubernetes deps to 1.24.12
    Move the cloudstack-go dep to its new home in the apache org (and update to v2.15.0)
    switch to klog v2
    I can provide a test container image if needed.
    
    Signed-off-by: Hans Rakers <h.rakers@global.leaseweb.com>
    Co-authored-by: DESKTOP-AG9326G\Schlatter <christian@schlatter.pw>
    hrak and Gambler13 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c939508 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fix spelling (#49)

    jbampton authored May 25, 2023
    Configuration menu
    Copy the full SHA
    a0469bc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. NSX: (temp fix) Skip adding firewall rules for CKS Clusters on VPC ti…

    …ers (#56)
    
    Currently CKP does not setup NetworkACLs for CKS clusters on VPC tiers, and fails to add Firewall rules - as Firewall isn't supported on VPCs. This is a partial fix, to skip setting up Firewall rules if the network doesn't support the service.
    Pearl1594 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    98bd3c5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    910f558 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add hostname annotation to set lb ingress hostname (#48)

    This fixes problems with kube-proxy in ipvs mode considering the lb IP as local to the node
    See kubernetes/kubernetes#66607
    This can also be used to access PROXY proto service from the inside
    hrak authored May 28, 2024
    Configuration menu
    Copy the full SHA
    0150bf5 View commit details
    Browse the repository at this point in the history
  2. Strip domain from node.Name before matching with vm names (#47)

    Signed-off-by: Hans Rakers <h.rakers@global.leaseweb.com>
    hrak authored May 28, 2024
    Configuration menu
    Copy the full SHA
    1c5bd9e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add golangci (#62)

    vishesh92 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    77c2688 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #38 from xu-cheng/fix-bootstrap

    deployment.yaml: add tolerations
    vishesh92 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1750d71 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0dc33dd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Upgrade dependencies (#67)

    vishesh92 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    774a144 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    59c3e7b View commit details
    Browse the repository at this point in the history
Loading