Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

pkg/agent: avoid exiting on watch termination #89

Merged
merged 2 commits into from
Jun 22, 2017

Commits on Jun 21, 2017

  1. pkg/agent: avoid exiting on watch termination

    Works around coreos#75. Properly, it would also distinguish between
    "retryable" and "unretryable" errors, but client-go doesn't give us
    great granularity.
    euank committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    572f6e8 View commit details
    Browse the repository at this point in the history
  2. pkg/agent: reboot, even if pod deletion errors out

    In practice I haven't observed this, but a pod that can't be deleted is
    no reason to not update.
    euank committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    f47bb6f View commit details
    Browse the repository at this point in the history