Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Return sync errors in ListServices #1410

Merged
merged 3 commits into from
Oct 26, 2018

Commits on Oct 25, 2018

  1. Record apply errors during Sync()

    When applying the Kubernetes YAML fails we now record this and make it
    available within the daemon.
    rndstr committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    ed0d947 View commit details
    Browse the repository at this point in the history
  2. Skip multi sync if previously failed

    `fluxsync.Sync()` applies everything as a multidoc by default. If any
    apply fails, the next `Sync()` will apply the failed ones one by one
    while the rest is still applied as a multidoc.
    rndstr committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    936d121 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Move sync error tracking to Cluster

    The cluster delivers information about controllers and also performs the
    sync action. It is standing to reason that it should also fill in the
    blanks for sync errors.
    rndstr committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    39e2da1 View commit details
    Browse the repository at this point in the history