1. 28 7月, 2017 1 次提交
  2. 26 7月, 2017 1 次提交
  3. 25 7月, 2017 1 次提交
  4. 16 5月, 2017 2 次提交
  5. 15 5月, 2017 1 次提交
  6. 11 5月, 2017 1 次提交
  7. 19 4月, 2017 1 次提交
    • J
      Updated deployment files for 1.6 (#1856) · 09567782
      Janos Lenart 提交于
      * Added deployment file for 1.6
      
      - Added a ServiceAccount for kubernetes-dashboard and created a
        ClusterRoleBinding to cluster-admin (#1803)
      - Updated the toleration to node-role.kubernetes.io/master
      - Moved the toleration from the annotations into spec
      
      * Clarified the reason for the new deployment file
      
      - Renamed to kubernetes-dashboard-with-rbac.yaml
      - Added comment in the yaml
      - Added app labels for ServiceAccount and ClusterRoleBinding
      
      * Added instructions for kubernetes-dashboard-with-rbac.yaml
      
      * Fixed typo in README.md
      
      * Updated/added -head deployments
      
      * Fixed typos in -head deployments
      
      * Saved current deployment files to -no-rbac
      
      * Updated main deployment files with the RBAC versions
      
      * Updated docs with legacy deployment files
      
      * Fixed typo in README.md
      09567782
  8. 15 3月, 2017 1 次提交
  9. 21 2月, 2017 1 次提交
  10. 10 1月, 2017 1 次提交
  11. 23 12月, 2016 1 次提交
  12. 30 11月, 2016 1 次提交
  13. 22 11月, 2016 1 次提交
  14. 07 11月, 2016 1 次提交
  15. 31 10月, 2016 1 次提交
  16. 14 9月, 2016 1 次提交
  17. 02 9月, 2016 1 次提交
  18. 26 8月, 2016 1 次提交
  19. 09 8月, 2016 1 次提交
  20. 27 6月, 2016 1 次提交
    • P
      moving from rc to deployment (#951) · dd3149f5
      Puja 提交于
      As deployments (and replica sets) are replacing the rc primitive, I thought of moving this manifest to deployments, too.
      
      The `kind: list` thingy doesn't work here, as it has problems with using `extensions/v1beta1` so I used `---` to make a valid YAML list.
      
      Other than that nothing has changed. The selector had to be slightly modified to include `matchLabels:`.
      
      I've tested this already, and it works for me.
      dd3149f5
  21. 22 6月, 2016 1 次提交
  22. 10 6月, 2016 1 次提交
  23. 03 6月, 2016 1 次提交
  24. 27 5月, 2016 1 次提交
  25. 20 5月, 2016 1 次提交
  26. 31 3月, 2016 1 次提交
  27. 25 3月, 2016 1 次提交
  28. 24 3月, 2016 1 次提交
  29. 22 3月, 2016 1 次提交
  30. 03 3月, 2016 1 次提交
  31. 29 2月, 2016 1 次提交
  32. 23 2月, 2016 1 次提交
  33. 22 2月, 2016 1 次提交
    • B
      Fix canary YAML descriptor file · d9d1ac01
      bryk 提交于
      Previously it didn't include amd64 suffix and was named improperly. Now
      it is suffixed with -canary.
      d9d1ac01