Skip to content

Commit

Permalink
docs: list known AKS bugs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Apr 12, 2024
1 parent 405d05d commit b3ed7d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@ As a result, there are currently certain limitations from which we try to docume
- While workload policies are functional in general, but [not covering all edge cases](https://github.com/microsoft/kata-containers/releases/tag/genpolicy-0.6.2-5)
- Port-forwarding isn't supported by Kata Containers yet
- CLI is only available for Linux (mostly because upstream dependencies aren't available for other platforms)
- Known bugs and limitations on AKS CoCo
* The total amount of container image layers per pod is restricted to 32.
* Container memory limits are wrongly applied. Workaround: only use memory requests.
* Directories with a large number of files may cause applications to hang. Workarounds:
- During image build, try to keep directories under 4096 bytes (~200 files).
- At runtime, `touch` a file in the affected directory to force it into the overlayfs workdir.

## Upcoming Contrast features

Expand Down

0 comments on commit b3ed7d6

Please sign in to comment.