1. 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
  2. 03 Sep, 2021 1 commit
  3. 31 Aug, 2021 7 commits
  4. 28 Aug, 2021 2 commits
  5. 26 Aug, 2021 2 commits
  6. 25 Aug, 2021 4 commits
  7. 24 Aug, 2021 2 commits
  8. 21 Aug, 2021 4 commits
  9. 18 Aug, 2021 2 commits
  10. 16 Aug, 2021 1 commit
  11. 14 Aug, 2021 2 commits
  12. 12 Aug, 2021 2 commits
  13. 10 Aug, 2021 7 commits
  14. 09 Aug, 2021 3 commits