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

Update to Kubernetes 1.27.3 #1609

Merged
merged 31 commits into from
Jun 22, 2023

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    38bbd2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a64d660 View commit details
    Browse the repository at this point in the history
  3. kubeadm: Make etcd member removal idempotent

    If the etcd member is not found, then it has already been removed, and
    kubeadm reset should immediately complete the 'remove-etcd-member'
    phase. Previously, the phase would complete only once the
    exponential-backoff retry expired, up to 3 minutes duration.
    
    This commit also fixes a semantic error in etcd.GetMemberID. Previously,
    the function returned 0 if no member was found, but 0 is not a valid
    member ID.
    dlipovetsky committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0d5eb41 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. kubeadm: fix a bug where the static pod changes detection logic is in…

    …consistent with kubelet
    SataQiu committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1ae728f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bff4e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9107eee View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge pull request kubernetes#118111 from liggitt/automated-cherry-pi…

    …ck-of-#118104-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118104: Fix waiting for CRD sync at server start
    k8s-ci-robot committed May 19, 2023
    Configuration menu
    Copy the full SHA
    af024b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#118105 from SataQiu/automated-cherry-pi…

    …ck-of-#118069-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118069: kubeadm: fix a bug where the static pod changes detection
    k8s-ci-robot committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4025005 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    e407c2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#118178 from HirazawaUi/automated-cherry…

    …-pick-of-#118156-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118156: update webhook test to go 1.21
    k8s-ci-robot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    916bc55 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. e2e: apply timeout for CSI Storage Capacity test only to node

    Applying it to the entire spec included cleaning up, which makes predicting the
    acceptable duration harder because it includes code not owned by the test
    itself. It's better to specify a timeout only for the test code itself.
    pohly authored and aojea committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f41a169 View commit details
    Browse the repository at this point in the history
  2. e2e framework retry on Service unavailable errors

    the e2e framwork use active loops to wait for certain async operations,
    these loops need to retry on some operations and fail in others.
    
    For the functions that depend on some operations to happen, the
    apiserver may return 503 errors until that specific service is
    available, so we should retry on those too.
    
    Change-Id: Ib3d194184f6385b9d3d151c7055f27c97c21c3ff
    aojea committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7888798 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0

    Signed-off-by: guangli.bao <guangli.bao@daocloud.io>
    tukwila authored and SataQiu committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c345ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge pull request kubernetes#118279 from aojea/automated-cherry-pick…

    …-of-#118200-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118200: e2e: apply timeout for CSI Storage Capacity test only to node
    k8s-ci-robot committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c48bdec View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#118219 from mimowo/automated-cherry-pic…

    …k-of-#117586-upstream-release-1.27
    
    Automated cherry pick of kubernetes#117586: Add DisruptionTarget condition when preempting for critical
    k8s-ci-robot committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d71d96a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add ephemeralcontainer to imagepolicy securityaccount admission plugin

    Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
    ritazh committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d59b91d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Merge pull request kubernetes#118281 from aojea/automated-cherry-pick…

    …-of-#118256-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118256: e2e framework retry on Service unavailable errors
    k8s-ci-robot committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    76f1449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#117948 from dlipovetsky/automated-cherr…

    …y-pick-of-#117792-kubernetes#117724-upstream-release-1.27
    
    Automated cherry pick of kubernetes#117792: kubeadm: Use internal etcd client through an interface
    kubernetes#117724: kubeadm: Make etcd member removal idempotent
    k8s-ci-robot committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5e00018 View commit details
    Browse the repository at this point in the history
  3. kube-proxy avoid race condition using LocalModeNodeCIDR

    Since kube-proxy in LocalModeNodeCIDR needs to obtain the PodCIDR
    assigned to the node it watches for the Node object.
    
    However, kube-proxy startup process requires to have these watches in
    different places, that opens the possibility of having a race condition
    if the same node is recreated and a different PodCIDR is assigned.
    
    Initializing the second watch with the value obtained in the first one
    allows us to detect this situation.
    
    Change-Id: I6adeedb6914ad2afd3e0694dcab619c2a66135f8
    Signed-off-by: Antonio Ojea <aojea@google.com>
    aojea committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b30e94b View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#118471 from ritazh/automated-cherry-pic…

    …k-of-#118356-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118356: Add ephemeralcontainer to imagepolicy securityaccount
    k8s-ci-robot committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3a77d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge pull request kubernetes#118515 from aojea/automated-cherry-pick…

    …-of-#118499-upstream-release-1.27
    
    Automated cherry pick of kubernetes#118499: kube-proxy avoid race condition using LocalModeNodeCIDR
    k8s-ci-robot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e2cc1a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. releng/go: Update images, dependencies and version to Go 1.20.5

    Bump go version in release-1.27
    
    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    82b2c5a View commit details
    Browse the repository at this point in the history
  2. update-vendor: update vendored go.sums

    Ran hack/update-vendor.sh
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e0a2a6e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge pull request kubernetes#118307 from SataQiu/automated-cherry-pi…

    …ck-of-#117169-upstream-release-1.27
    
    Automated cherry pick of kubernetes#117169: supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0
    k8s-ci-robot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e13e591 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Merge pull request kubernetes#118553 from puerco/bump-1.27-go1.20.5

    [release-1.27] releng/go: Update images, deps and ver to Go 1.20.5
    k8s-ci-robot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    aae883e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 19, 2023

  1. Merge tag 'v1.27.3' into bump-1.27.3

    Kubernetes official release v1.27.3
    bertinatto committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b9f4073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72ca3b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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