Skip to content
#

fury

Here are 27 public repositories matching this topic...

probably
propensive
propensive commented Nov 27, 2020

The report shows the timings of each test without any units, and these should be shown. The same units should be used for every test in the report (or at least in the same suite). Test times are currently measured in milliseconds (using System.currentTimeMillis though, it would make sense to display them in either ms or s. However, it may also be worthwhile recording System.nanoTime *as we

fury-distribution
ralgozino
ralgozino commented Jun 16, 2022

AWS EKS supports changing the container runtime from dockershim to containerd by passing an extra boot flag --container-runtime containerd to test containerd before it is the default.

The installer currently does not support setting this flag. See:
https://github.com/sighupio/fury-eks-installer/blob/474bdd23edf31cfe883f30157329ea96a1ed5e61/modules/eks/eks.tf#L23

References:
https://a

enhancement good first issue
nikever
nikever commented Jan 27, 2022

To further improve the module documentation:

  • Add changelogs of previous releases
  • Add documentation on how to perform day-2 operations (cluster updates, node-pool updates, etc...)
  • Explain better the module usage
documentation good first issue help wanted

Improve this page

Add a description, image, and links to the fury topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fury topic, visit your repo's landing page and select "manage topics."

Learn more