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

Merge https://github.com/kubernetes/cloud-provider-gcp:master into master #8

Merged

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    09ed840 View commit details
    Browse the repository at this point in the history
  2. Update kubectl with v1.22

    cici37 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    66e2b48 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. copy //cluster

    cici37 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d8d05cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51df62f View commit details
    Browse the repository at this point in the history
  3. Update CCM manifest

    cici37 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3b95042 View commit details
    Browse the repository at this point in the history
  4. Update dependency

    cici37 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5a1dd98 View commit details
    Browse the repository at this point in the history
  5. Update FLUENTD_GCP_CPU_REQUEST

    cici37 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4200e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Address comments

    cici37 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    de08639 View commit details
    Browse the repository at this point in the history
  2. Update vendor

    cici37 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1aceb43 View commit details
    Browse the repository at this point in the history
  3. Remove commented release tar

    cici37 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0ca25fb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    b91f765 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#273 from cici37/fix

    Update with Kubernetes v1.22
    k8s-ci-robot committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    62e51ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#276 from vinayakankugoyal/tpm

    Update go-tpm version to v0.3.2 that supports arm64
    k8s-ci-robot committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d054beb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    928f8fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#280 from jpbetz/fix-master-size

    Reapply change to use minimum n1-standard-2
    k8s-ci-robot committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    58c8786 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

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

Commits on Oct 5, 2021

  1. Merge pull request kubernetes#275 from danielywong/master

    Add Direct-Path delayed GSA removal option
    k8s-ci-robot committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    c69667d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    6bc7cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3580e1b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Oct 16, 2021

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

Commits on Oct 20, 2021

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

Commits on Oct 25, 2021

  1. Merge pull request kubernetes#278 from sugangli/test-code-gen

    add code generator scripts and firewall CRD
    k8s-ci-robot committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    004b7d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Use Alpha Compute API only in case of dual stack

    kubernetes#268 introduced IPv6 support, but it also began to
    require Google Cloud Compute Aplha API access. Unfortunately by default
    projects don't have this access and therefore, when the CCM fails with:
    
    googleapi: Error 403: Required 'Alpha Access' permission for 'Compute API', forbidden
    
    This commit starts using Alpha API only for dual stack deployments,
    where it's really required. For all other cases we will continue to
    use GA API.
    
    Fixes: kubernetes#281
    Fedosin committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2143c59 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Nov 1, 2021

  1. add firewall crd

    sugangli committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    65a42ca View commit details
    Browse the repository at this point in the history
  2. add auto-generated codes

    sugangli committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0b2a892 View commit details
    Browse the repository at this point in the history
  3. remove the old files

    sugangli committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8f50d83 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge pull request kubernetes#284 from sugangli/move-firewall

    Move firewall CRD to a separate directory
    k8s-ci-robot committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9b1b41d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Fix service BasePath

    After recent change in Google Cloud SDK we get malformed URLs
    because they don't have "projects" inside.
    
    This happens because basePath constant there lost "projects/" suffix.
    
    This commit updates created BasePath on our side to fix the issue.
    Fedosin committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    41d6662 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge pull request kubernetes#282 from Fedosin/alpha_api

    Use Alpha Compute API only in case of dual stack
    k8s-ci-robot committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a7da938 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. update the codegen script

    sugangli committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e8dbe2f View commit details
    Browse the repository at this point in the history
  2. update the auto-gen files

    sugangli committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f1eb892 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#288 from sugangli/fix-auto-gen

    fix code-gen by referecing to go module instead of local vendors
    k8s-ci-robot committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9654916 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Add 3-way merge for node taints

    This change adds a 3-way merge logic for node taints to merge taints
    present in the instance metadata with the taints present on the node.
    This is similar to the 3-way merge logic that we have for labels today.
    The reason we are adding this is to have a consistent way to merge user
    provided taints with existing K8s specific node taints similar to what
    we do for labels today.
    achandrasekar committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0959eab View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Merge pull request kubernetes#265 from leiyiz/master

    install pd-csi driver by default at kube-up
    k8s-ci-robot committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    775baf9 View commit details
    Browse the repository at this point in the history
  2. don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE

    Before we write the template.
    mikedanese committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3628331 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#285 from achandrasekar/merge-taints

    Add 3-way merge for node taints
    k8s-ci-robot committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2439b4c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 17, 2021

  1. Merge pull request kubernetes#283 from DangerOnTheRanger/ccm-clean-fe…

    …ature-gates
    
    Prevent CCM from receiving feature gates it doesn't support
    k8s-ci-robot committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    98eac15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#290 from mikedanese/bashfix

    don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE
    k8s-ci-robot committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b3dec42 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge pull request kubernetes#287 from Fedosin/286

    Fix service BasePath
    k8s-ci-robot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    41ff8e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. UPSTREAM: <carry>: Change upstream OWNERS

    This commit changes owners of the project to people from OpenShift.
    Fedosin authored and cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    db4d9aa View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: <carry>: Add a Dockerfile that compatible with OpenShift

    Fedosin authored and cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d8b5008 View commit details
    Browse the repository at this point in the history
  3. UPSTREAM: <carry>: Remove upstream OWNERS files

    Fedosin authored and cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8568cd2 View commit details
    Browse the repository at this point in the history
  4. UPSTREAM: <carry>: Fix GCP CCM Dockerfile

    We need to compile the whole module instead of a single file to
    make GCP CCM work.
    Fedosin authored and cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d10a20b View commit details
    Browse the repository at this point in the history
  5. UPSTREAM: <carry>: Updating and vendoring go modules after an upstrea…

    …m rebase
    
    # Conflicts:
    #	vendor/github.com/google/go-tpm/tpmutil/BUILD
    cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    37dfd66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ebcf64 View commit details
    Browse the repository at this point in the history
  7. UPSTREAM: <carry>: Updating and vendoring go modules after an upstrea…

    …m rebase
    cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b1b748f View commit details
    Browse the repository at this point in the history
  8. UPSTREAM: <carry>: Merge branch dest/master into rebase-bot-master

    cloud-team-rebase-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    90286e9 View commit details
    Browse the repository at this point in the history