This project is mirrored from https://gitee.com/NQL886/kops.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 Feb, 2022 1 commit
  2. 11 Dec, 2021 1 commit
  3. 31 Oct, 2021 1 commit
  4. 28 Aug, 2021 3 commits
  5. 18 Jul, 2021 1 commit
  6. 03 Jun, 2021 1 commit
  7. 07 May, 2021 1 commit
  8. 14 Apr, 2021 1 commit
  9. 22 Mar, 2021 1 commit
  10. 16 Feb, 2021 1 commit
  11. 09 Feb, 2021 1 commit
  12. 08 Feb, 2021 1 commit
  13. 15 Jan, 2021 1 commit
  14. 20 Dec, 2020 1 commit
  15. 22 Nov, 2020 1 commit
  16. 11 Nov, 2020 1 commit
  17. 15 Oct, 2020 1 commit
  18. 16 Sep, 2020 1 commit
  19. 25 Aug, 2020 1 commit
  20. 23 Aug, 2020 1 commit
  21. 10 Aug, 2020 1 commit
  22. 31 Jul, 2020 1 commit
  23. 05 Jul, 2020 1 commit
  24. 02 Jul, 2020 1 commit
  25. 16 Jun, 2020 1 commit
  26. 14 Jun, 2020 1 commit
  27. 13 Jun, 2020 1 commit
  28. 07 May, 2020 1 commit
    • Justin SB's avatar
      kube-apiserver: healthcheck via sidecar container · 75fd939a
      Justin SB authored
      
      kube-apiserver doesn't expose the healthcheck via a dedicated
      endpoint, instead relying on anonyomous-access being enabled.  That
      has previously forced us to enable the unauthenticated endpoint on
      127.0.0.1:8080.
      
      Instead we now run a small sidecar container, which
      proxies /healthz and /readyz requests (only) adding appropriate
      authentication using a client certificate.
      
      This will also enable better load balancer checks in future, as these
      have previously been hampered by the custom CA certificate.
      Co-authored-by: default avatarJohn Gardiner Myers <jgmyers@proofpoint.com>
      75fd939a