Yury Akudovich
Yury Akudovich
I've tried to downgrade to `kubectl` package version `1:459.0.0-0`, but it has the same version of the binary: ``` Client Version: version.Info{Major:"1", Minor:"27+", GitVersion:"v1.27.9-dispatcher", GitCommit:"8b508a33aafcd3ba51641b6b2ef203adbdd9de1e", GitTreeState:"clean", BuildDate:"2023-12-21T23:22:51Z", GoVersion:"go1.20.12", Compiler:"gc", Platform:"linux/amd64"}...
I've tested it with `kubectl` built from https://github.com/kubernetes/kubernetes at 2d4100335e4c4ccc28f96fac78153f378212da4c and I wasn't able to reproduce the problem. Also I wasn't able to find git commit 8b508a33aafcd3ba51641b6b2ef203adbdd9de1e in the repo...
I have the same problem, I need to pass string: ``` key: "0x123456789abcdef" ``` and sops always strips quotes, so it become: ``` key: 0x123456789abcdef ``` and terragrunt fails to...
Correction: it doesn't work only for long values: ``` key: "0x123456789abcdef1" ``` - works fine ``` key: "0x123456789abcdef12" ``` or longer gets stripped.
> Hello @yorik! Thanks for the pull request. My question is the same as for #5486 - What settings would you like to set via these flags? > > From...
This bug makes traefik not usable in not very trivial k8s settings. For example I have a basic function of a pod which available almost always and exposed via one...
> Hi [@yorik](https://github.com/yorik), > > We saw the commit on your fork. Do you plan to open a pull request to address this issue? Hi @rtribotte, I tried to do...
We have several issues related to that: ``` ~ resource "github_branch_protection_v3" "this" { id = "foo:master" ~ require_signed_commits = false -> true # (5 unchanged attributes hidden) ~ required_status_checks {...
This is still very annoying issue: it shows huge diff, while actual change could be small, so it's easy to miss something.
It's very annoying to use curl, jq and so on instead of simple gh to get public data. Passing the token into script where it's not needed sounds completely terrible...