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

Allow to override the pull policy of the controller in 'kudo init' #1507

Merged
merged 4 commits into from
May 13, 2020

Commits on May 12, 2020

  1. Allow to override the pull policy of the controller in 'kudo init'

    This makes it easier to deploy KUDO in test environments where a KUDO image is available in the cluster but not in any repository.
    
    Signed-off-by: Jan Schlicht <[email protected]>
    Jan Schlicht committed May 12, 2020
    Configuration menu
    Copy the full SHA
    efb96dd View commit details
    Browse the repository at this point in the history
  2. Update pkg/kudoctl/cmd/init.go

    Signed-off-by: Jan Schlicht <[email protected]>
    
    Co-authored-by: Andreas Neumann <[email protected]>
    Jan Schlicht and ANeumann82 authored May 12, 2020
    Configuration menu
    Copy the full SHA
    731c06f View commit details
    Browse the repository at this point in the history
  3. Validate image pull policy values

    Signed-off-by: Jan Schlicht <[email protected]>
    Jan Schlicht committed May 12, 2020
    Configuration menu
    Copy the full SHA
    66fc8a3 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Signed-off-by: Jan Schlicht <[email protected]>
    
    Co-authored-by: Andreas Neumann <[email protected]>
    Jan Schlicht and ANeumann82 authored May 12, 2020
    Configuration menu
    Copy the full SHA
    bb5fe3e View commit details
    Browse the repository at this point in the history