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

[Cherry-Pick] Use calico_pool_blocksize from cluster when existing (#10516) #10771

Commits on Jan 5, 2024

  1. Use calico_pool_blocksize from cluster when existing (kubernetes-sigs…

    …#10516)
    
    The blockSize attribute from Calico IPPool resources cannot be changed
    once set [1]. Consequently, we use the one currently defined when
    configuring the existing IPPool, avoiding upgrade errors by trying to
    change it.
    
    In particular, this can be useful when calico_pool_blocksize default
    changes in kubespray, which would otherwise force users to add an
    explicit setting to their inventories.
    
    [1]: https://docs.tigera.io/calico/latest/reference/resources/ippool#spec
    VannTen authored and cyclinder committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    01051f6 View commit details
    Browse the repository at this point in the history