k8s
k8s copied to clipboard
Kubernetes API Client for Elixir
Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.5. Release notes Sourced from credo's releases. 1.7.5 Check it out on Hex: https://hex.pm/packages/credo/1.7.5 Fix --read-from-stdin not respecting :files/:included param Credo.Check.Readability.NestedFunctionCalls no longer crashes for...
## Description Encountering an `ArgumentError` when `K8s.Client.Mint.ConnectionRegistry` attempts to establish a TCP connection via the Mint library. This issue leads to the termination of the GenServer managing the connections. ##...
Version: 2.5.0 I am having a problem where one of my apps will often (typically ~300-600 times per day) make warning logs that `K8s.Client.Mint.HTTPAdapter Connection closed for reading and writing...
Guessing that k8s is spawning the `gke-gcloud-auth-plugin` command every time a get request request is issued. I'm running something like this: ``` with_services_added = ingress_list |> Enum.map( fn i ->...
Hey! We want to be able to run tests in `async` mode and passing tuple `{module, name}` will help us a lot.
* use latest version of elixir as provided by nix (currently locked to 1.13.3 / OTP 24) * as an alternative to asdf based devenv * with direnv integration
Adds opentelemetry and spandex tracers as connectors to telemetry. The functionality is beta, though. Closes #95
A lot of the middleware functionality has been developed and stubbed already. Should be straight forward to integrate. See Feature #46 See Issue #42
Provide an additional means of creating a K8s.Conn struct by passing a string to YamlElixir.
Cheaped out and skipped caching for the HTTP Provider. _Importante_