Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
  2. Sep 19, 2018
  3. Sep 18, 2018
  4. Sep 17, 2018
    • Alex Ellis (VMware)'s avatar
      Alter graceful shutdown sequence · e67811c9
      Alex Ellis (VMware) authored
      
      - the shutdown sequence meant that the kubelet was still passing
      work to the watchdog after the HTTP socket was closed. This change
      means that the kubelet has a chance to run its check before we
      finally stop accepting new connections. It will require some
      basic co-ordination between the kubelet's checking period and the
      "write_timeout" value in the container.
      
      Tested with Kubernetes on GKE - before the change some Pods were
      giving a connection refused error due to them being not detected
      as unhealthy. Now I receive 0% error rate even with 20 qps.
      
      Issue was shown by scaling to 20 replicas, starting a test with
      hey and then scaling to 1 replica while tailing the logs from the
      gateway. Before I saw some 502, now I see just 200s.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      e67811c9
  5. Sep 16, 2018
  6. Sep 15, 2018
  7. Sep 14, 2018
  8. Sep 12, 2018
  9. Sep 10, 2018
  10. Sep 08, 2018
  11. Sep 06, 2018
  12. Sep 05, 2018
    • Alex Ellis (VMware)'s avatar
      Refactor #843 · ffd81afd
      Alex Ellis (VMware) authored
      
      Code-review/refactoring for #843. Closes #843.
      
      FaaSHandlers has had info and query handlers added to its list
      of types for consistency.
      
      Secrets added to queue-worker component ready for next PR.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      ffd81afd
    • Burton Rheutan's avatar
      Pass basic auth to all system calls · fa076fb2
      Burton Rheutan authored
      
      This changeset enables passing the basic auth credentials
      to all /system/ calls to allow upstream providers to
      perform authorization checks independent of the gateway.
      
      This is essential for some providers, like Swarm, where
      the system is accessible on the same network, and not
      protected via the gateway
      
      Signed-off-by: default avatarBurton Rheutan <rheutan7@gmail.com>
      fa076fb2
  13. Sep 03, 2018
  14. Sep 02, 2018
  15. Aug 31, 2018
  16. Aug 30, 2018
  17. Aug 29, 2018
Loading