• Kubernetes Submit Queue's avatar
    Merge pull request #39257 from euank/makefile-specify-release-flags · 6a65964d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    make: allow overriding quick-release opts
    
    Prior to this change, `make quick-release KUBE_RELEASE_RUN_TESTS=y`
    would still not run the tests. This change makes it so such overriding
    works.
    
    It also specifies the options as variables, which helps some shells with
    tab-completion.
    
    Finally, I plan to add a new "quick-release" option that not everyone will want on in #35249 (`RELEASE_HYPERKUBE_ONLY`), and this sets the needed groundwork to make such an "opt-in for quickness" flag possible.
    
    **Release note**:
    ```release-note
    NONE
    ```
    6a65964d
Makefile 13.1 KB