Bertel Benóný Bertelsson

Results 14 comments of Bertel Benóný Bertelsson

I got the same issue on AKS cluster in version 1.27.3. The `csi-azurefile-node` pods started failing on one of the node pools (1 of 3 node pools). Still looking into...

@awaragi are you absolutely sure that just changing as follows results in 0 rows instead of 2? ```yaml - AND object_name = 'SQLServer:Buffer Manager' + AND object_name LIKE '%:Buffer Manager'...

Also experiencing this. ``` Docker version 26.1.3, build b72abbb ``` Seems that Dockle is no longer able to scan local images. Always tries to pull from DockerHub, even if no...

I managed to solve this by using the `--load` flag when I build the container image. I could not get it to work when using `goodwithtech/[email protected]`. Not sure if that...

> In @BertelBB's case, it's not related to dockle, it's just how docker buildkit works (which was enabled by default since docker 23). Basically when you build with buildkit, the...

I see the image when I do `docker images`, regardless of if I use `--load` flag or not. ```bash $ docker --version Docker version 26.1.4, build 5650f9b $ docker images...

Also facing this issue. My setup: - AKS version 1.24 deployed via Terraform - Automatic Channel Upgrades enabled with `patch` Updating `kubernetes_version` from `1.24 -> 1.25` does upgrade AKS to...

Did some digging and I don't think this is a bug or issue in AKS/Azure's API. AzureRM Terraform provider will always set `orchestratorVersion` to `currentOrchestratorVersion` IF the Terraform variable `orchestrator_version`...

I have the same problem with `env` context. I am setting the environment variables in a previous step

This seems to only happen when `environment` property is dynamic. ![image](https://github.com/github/vscode-github-actions/assets/5678412/5e6bbdc5-9db1-40df-9811-83d621821c51)