gpgn
gpgn
## Bug description Following https://hubblo-org.github.io/scaphandre-documentation/references/exporter-qemu.html, I first try `stdout` exporter on the host which seems to successfully retrieve rapl metrics: ``` sudo RUST_BACKTRACE=full ./target/debug/scaphandre stdout Scaphandre stdout exporter Sending ⚡...
Introduces new "env_var" and "file" fields to Secret to allow specifying name/mountPath on injection
# TL;DR Introduces new fields to the `Secret` object: - `env_var` - `file` Allowing users to directly specify a name or mountPath for the Secret, without having to specify a...
### Motivation: Why do you think this is important? As adoption of Flyte in our org grows, teams have one or multiple deployments of Flyte (for example, to separate `dev`,...
Adds documentation for the following change: - https://github.com/flyteorg/flytekit/pull/1726 - https://github.com/flyteorg/flytepropeller/pull/589 - https://github.com/flyteorg/flyteidl/pull/423 - https://github.com/flyteorg/flytesnacks/pull/1017
Introduces new "env_var" and "file" fields to Secret to allow specifying name/mountPath on injection
# TL;DR Introduces new fields to the `Secret` object: - `env_var` - `file` Allowing users to directly specify a name or mountPath for the Secret, without having to specify a...
### Describe the bug Task names can be overridden with `.with_overrides(node_name="foo")`. This is useful for dynamic tasks especially, because they get cryptic identifiers such as `d1-n-dn0` by default, making it...