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

chore: upgrade CSI driver image versions in linux vhd #3994

Merged

Conversation

andyzhangx
Copy link
Collaborator

@andyzhangx andyzhangx commented Jan 24, 2024

What type of PR is this?
/kind feature

What this PR does / why we need it:
chore: upgrade CSI driver image versions in linux vhd

proceed with #3982 (windows image upgrade)

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@coveralls
Copy link

coveralls commented Jan 24, 2024

Pull Request Test Coverage Report for Build 7735991128

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.313%

Totals Coverage Status
Change from base Build 7732112624: 0.0%
Covered Lines: 2285
Relevant Lines: 2881

💛 - Coveralls

@andyzhangx
Copy link
Collaborator Author

current failure:


==> azure-arm: + wait_sleep=5
==> azure-arm: + tarball=/opt/kubernetes/downloads/kubernetes-node-linux-amd64.tar.gz
==> azure-arm: + url=https://acs-mirror.azureedge.net/kubernetes/v1.28.5/binaries/kubernetes-node-linux-amd64.tar.gz
==> azure-arm: + echo '120 retries'
==> azure-arm: ++ seq 1 120
==> azure-arm: + for i in $(seq 1 $tar_retries)
==> azure-arm: + tar -tzf /opt/kubernetes/downloads/kubernetes-node-linux-amd64.tar.gz
==> azure-arm: tar (child): /opt/kubernetes/downloads/kubernetes-node-linux-amd64.tar.gz: Cannot open: No such file or directory
==> azure-arm: tar (child): Error is not recoverable: exiting now
==> azure-arm: tar: Child returned status 2
==> azure-arm: tar: Error is not recoverable: exiting now
==> azure-arm: + '[' 1 -eq 120 ']'
==> azure-arm: + timeout 60 curl -fsSLv https://acs-mirror.azureedge.net/kubernetes/v1.28.5/binaries/kubernetes-node-linux-amd64.tar.gz -o /opt/kubernetes/downloads/kubernetes-node-linux-amd64.tar.gz
==> azure-arm: + [[ 23 != 0 ]]
==> azure-arm: + cat /tmp/curl_verbose.out
    azure-arm: *   Trying 72.21.81.200...
    azure-arm: * TCP_NODELAY set
    azure-arm: * Connected to acs-mirror.azureedge.net (72.21.81.200) port 443 (#0)
    azure-arm: * ALPN, offering h2
    azure-arm: * ALPN, offering http/1.1
    azure-arm: * successfully set certificate verify locations:

@andyzhangx andyzhangx force-pushed the andyzhangx/upgrade-csi-driver-image-versions-linux branch from b17eddf to 5150ca4 Compare January 31, 2024 11:17
@andyzhangx andyzhangx added the VHD your change will be included in the following VHDs label Feb 1, 2024
Copy link
Member

@AbelHu AbelHu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the PR.

@andyzhangx andyzhangx merged commit b88130c into master Feb 1, 2024
18 checks passed
@andyzhangx andyzhangx deleted the andyzhangx/upgrade-csi-driver-image-versions-linux branch February 1, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VHD your change will be included in the following VHDs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants