Skip to content
Snippets Groups Projects
Select Git revision
  • c005c9074662788cd8da49c16fbc3f2d298f81d9
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

kubespray

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Kenichi Omichi authored and GitHub committed
    TASK [Generate a list of information about the images on a node]
    registers list of container images to docker_images.
    Then the next TASK [Set pull_required if the desired image is not
    yet loaded] does based on expecting images are registered.
    However sometimes the first TASK was failed as [1] but the failure
    is ignored due to failed_when:false and it makes another issue.
    This removes this unnecessary failed_when to detect the failure
    at the point.
    In addition, this removes no_log:true also because the output doesn't
    contain any sensitive data and now it just makes debugging difficult.
    
    [1]: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/934714534#L2953
    c005c907
    History
    Name Last commit Last update