1. 08 Sep, 2021 1 commit
  2. 06 Sep, 2021 1 commit
    • Gavin Chappell's avatar
      add optional resource limits to Machinaris Chart on `test` track (#137) · 9904bceb
      Gavin Chappell authored
      * add optional resource limits to Machinaris Chart on `test` track
      
      * removed question mark
      
      * regex validation of values
      
      * Memory validation comes straight from `k3s-io/k3s` in `vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go`
      * CPU validation is home-grown and allows both the fractional representation as well as the "millicore" representation, but because the minimum precision is `1m`, fractions and millicores cannot be used together ([read more](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu))
        * any string containing a period MUST NOT end with an `m` as this must be a fractional representation
        * otherwise any string containing only digits MAY end with an `m` (to represent a number of millicores) or not (to represent one or more entire cores)
      9904bceb
  3. 03 Sep, 2021 1 commit
  4. 31 Aug, 2021 7 commits
  5. 28 Aug, 2021 2 commits
  6. 26 Aug, 2021 2 commits
  7. 25 Aug, 2021 4 commits
  8. 24 Aug, 2021 2 commits
  9. 21 Aug, 2021 4 commits
  10. 18 Aug, 2021 2 commits
  11. 16 Aug, 2021 1 commit
  12. 14 Aug, 2021 2 commits
  13. 12 Aug, 2021 2 commits
  14. 10 Aug, 2021 7 commits
  15. 09 Aug, 2021 2 commits