Richard Lavey

Results 12 comments of Richard Lavey

You need to set the `containerPort` on your pod - see #987 ``` ports: - containerPort: 443 name: https ```

Try using `Compress-Archive` / `Expand-Archive` in PowerShell

I'd lean more to the library-in-resource and use `window_feature` approach because it avoids having to keep the wrapper resource in API sync. It also avoids the temptation for people to...

I'd like to add a voice for this. We've just had an issue where we deleted the wrong VM on AWS because the `knife ec2 server delete -N` command uses...

Would giving the k8s secret a dynamic name (e.g. append chart version) be a work-around?. This way each deployment of a new version would result in a new secret, which...

the orphan k8s secrets are the responsibility of the driver not Helm. They have the label `secrets-store.csi.k8s.io/managed=true` on them but I can't see any logic that deletes them

We're getting this error ``` Error: retrieving Storage Account (Subscription: "" Resource Group Name: "" Storage Account Name: "REDACTED"): unexpected status 400 (400 Bad Request) with error: InvalidSubscriptionId: The provided...

So is the breaking change that is #36258 going to be reverted, or will the next version of TF be 2.0?

> > 1. Azure Firewall with AzureKubernetesService FQDN Tag > > If you rely on [Azure Firewall Application rules](https://learn.microsoft.com/en-us/azure/firewall/fqdn-tags) with the AzureKubernetesService FQDN tag, no action is needed. The update...

See #88 The code currently filters on "name", which for packages is the version but for containers is the SHA...so nothing matches the ignore regex and everything is deleted