1. 23 3月, 2021 1 次提交
  2. 01 3月, 2021 1 次提交
  3. 30 9月, 2020 1 次提交
  4. 22 7月, 2020 1 次提交
    • S
      Automated GCP Credentials Addon Prototype (#8682) · 1b6eee67
      Sharif Elgamal 提交于
      * metadata addon works
      
      * Add code for metadata server image and makefile rules
      
      * remove log message
      
      * update to work with v1.13.11
      
      * update readme
      
      * fix metadata addon stuff for newer codebase
      
      * buncha changes
      
      * just so many changes
      
      * ch-ch-ch-ch-changes
      
      * addon works
      
      * update readme
      
      * boilerplate
      
      * revert unrelated change
      
      * move server code to another repo
      
      * switch addon name to gcp-auth
      
      * metadata -> gcp-auth
      
      * missed one
      
      * automate finding of credentials
      
      * remove unnecessary comment
      
      * address comments
      
      * Update README.md
      
      * Update README.md
      
      * use mustload everywhere
      
      * swap selector condition
      
      * upgrade kube-webhook-certgen to 1.3
      
      * move paths to constants
      
      * add notice to user on addon enable
      
      * adding addon documentation
      
      * move addons documentation inside handbook
      
      * remove old addons docs location
      Co-authored-by: NPriya Wadhwa <priyawadhwa@google.com>
      1b6eee67
  5. 27 6月, 2020 1 次提交
  6. 26 6月, 2020 1 次提交
  7. 08 5月, 2020 1 次提交
  8. 13 9月, 2019 1 次提交
  9. 12 9月, 2019 1 次提交
  10. 29 8月, 2019 1 次提交
  11. 21 8月, 2019 1 次提交
  12. 20 8月, 2019 1 次提交
  13. 18 8月, 2019 3 次提交
  14. 14 8月, 2019 1 次提交
  15. 03 8月, 2019 1 次提交
  16. 31 7月, 2019 2 次提交
  17. 25 7月, 2019 1 次提交
  18. 05 7月, 2019 1 次提交
  19. 15 6月, 2019 1 次提交
  20. 16 5月, 2019 2 次提交
  21. 15 5月, 2019 2 次提交
  22. 14 5月, 2019 2 次提交
  23. 16 3月, 2019 1 次提交
  24. 02 3月, 2019 1 次提交
  25. 01 3月, 2019 2 次提交
  26. 14 2月, 2019 1 次提交
  27. 08 12月, 2018 1 次提交
    • P
      Enable gvisor addon in minikube (#3399) · 8f128a7d
      priyawadhwa 提交于
      This PR adds the code for enabling gvisor in minikube. It adds the pod
      that will run when the addon is enabled, and the code for the image
      which will run when this happens.
      
      When gvisor is enabled, the pod will download runsc and the
      gvisor-containerd-shim. It will replace the containerd config.toml and
      restart containerd.
      
      When gvisor is disabled, the pod will be deleted by the addon manager.
      This will trigger a pre-stop hook which will revert the config.toml to
      it's original state and restart containerd.
      8f128a7d
  28. 14 11月, 2018 1 次提交
  29. 29 9月, 2018 1 次提交
    • T
      Replace %s format directives with %v for errors. · 055c8002
      Thomas Stromberg 提交于
      Previously we were mixed between the two forms. This commit picks %v,
      which is consistent with the Kubernetes code base. They both effectively
      do the same thing in this case, though %v works with any object, and %s
      only with string objects.
      055c8002
  30. 10 2月, 2018 1 次提交
  31. 10 1月, 2018 1 次提交
  32. 14 10月, 2017 2 次提交