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

[v1.13] k8s_install.sh: specify the CNI version #31246

Merged
merged 1 commit into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. k8s_install.sh: specify the CNI version

    [ upstream commit f92b528 ]
    
    The CNI version should be specify so that in case we have to fallback
    the installation of k8s via binaries it doesn't fail with the error:
    
    ```
    10:29:25      k8s1-1.25: gzip: stdin: not in gzip format
    10:29:25      k8s1-1.25: tar: Child returned status 1
    10:29:25      k8s1-1.25: tar: Error is not recoverable: exiting now
    ```
    
    Fixes: ce69afd ("add support for k8s 1.25.0")
    Signed-off-by: André Martins <andre@cilium.io>
    Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
    aanm authored and julianwiedmann committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0903380 View commit details
    Browse the repository at this point in the history