pulumi-kubernetes icon indicating copy to clipboard operation
pulumi-kubernetes copied to clipboard

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters

Results 287 pulumi-kubernetes issues
Sort by recently updated
recently updated
newest added

If you're using explicit providers, and you forget to set a provider on a resource, it can be quite surprising to the user when a resource appears in a different...

kind/enhancement

### Problem description I been trying to create a new chart and also I tried to add the [example chart](https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/chart/#remote-chart) but always I got the same error: `program failed: cannot...

awaiting-feedback

### Problem description Creating a Secret with pulumi is creating the `last-applied-configuration` annotation. This contains the raw values of the secret. _Maintainer note: These values are automatically encrypted in Pulumi...

impact/security
kind/bug

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
area/yaml
mro2

### Problem description I’m trying to use the Kubernetes provider for Pulumi to deploy several resources, and I’m using patterns like `myService.metadata.name` in order to pass information around. I’ve found...

kind/bug
kind/question

### Problem description HashiCorp vault uses the `OnDelete` `UpdateStrategy` (https://github.com/hashicorp/vault-helm/issues/81). This results in having to manually delete the pods. Once the pods are deleted, and the new ones are up,...

kind/bug
size/M

Some helm charts publish schema options for values files: https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=values-schema It would be nice to be able to strongly type those, similar to crd2pulumi

kind/enhancement

### Problem description I noticed while refactoring that if I moved a yaml file so that the files array pointed to a no-longer-existing file, pulumi planned to delete the resources....

Many Pulumi users do not want to use autonaming on their resources for a variety of good reasons. Our current helm implementation only allows this if the chart has a...

kind/enhancement
area/helm
mro2

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
kind/engineering