TraceMachina/nativelink

K8s CAS config should support compression out of the box

Open

#861 opened on Apr 17, 2024

 (1 comment) (0 reactions) (0 assignees)Rust (222 forks)auto 404
bugenhancementgood first issue

Repository metrics

Stars
 (1,557 stars)
PR merge metrics
 (PR metrics pending)

Description

When you run a build against the K8s example with the --experimental_remote_cache_compression flag, it complains that the remote store doesn't support compression. This could give off a false impression that NativeLink doesn't support compression.

NativeLink does support compression, but the config we currently use in the examples doesn't. We should change the config to a better default to prevent this confusion.

Contributor guide