TraceMachina/nativelink

K8s CAS config should support compression out of the box

開放

#861 建立於 2024年4月17日

 (1 則留言) (0 個反應) (0 位負責人)Rust (222 個分叉)auto 404
bugenhancementgood first issue

倉庫指標

星標
 (1,557 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南