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

### What happened? I'm trying to modify a Tekton Pipeline via `kubernetes.apiextensions.CustomResource`. If I try changing a step name, I get a panic. ``` pulumi up Previewing update (extended-test): Type...

kind/bug

The Kubernetes provider intentionally treats [ConfigMap](https://github.com/pulumi/pulumi-kubernetes/blob/19794052d49eb5b014ee7f96307bfd952db99b40/provider/pkg/provider/diff.go#L80) and [Secret](https://github.com/pulumi/pulumi-kubernetes/blob/19794052d49eb5b014ee7f96307bfd952db99b40/provider/pkg/provider/diff.go#L154-L158) resources as immutable (requiring a replacement rather than updating in place). This behavior works around a [longstanding upstream issue](https://github.com/kubernetes/kubernetes/issues/22368), but may be...

area/docs
kind/enhancement

## 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

### What happened? When creating a `StatefulSet`, `pulumi up` hangs with "Finding Pods to direct traffic to". If I override the pulumi-generated name of the Headless Service, then everything works....

kind/bug
awaiting-feedback

### What happened? If you define a statefule set exactly as in the [StatefulSet](https://www.pulumi.com/registry/packages/kubernetes/api-docs/apps/v1/statefulset/) documentation, the service never becomes healthy: This is because statefulesets have a required input of `serviceName`...

kind/bug
area/await-logic

The [StatefulSet example](https://www.pulumi.com/registry/packages/kubernetes/api-docs/apps/v1/statefulset/#create-a-statefulset-with-auto-naming) is not working. I found two problems: 1. The resource names may not contain capital letters, because that results in the following error: `resource default/nginxService-8df4f50e was not...

Following https://helm.sh/docs/chart_template_guide/values_files/, values provided to the chart come from multiple sources, in this order: > - The values.yaml file in the chart > - If this is a subchart, the...

area/helm

### Problem description When creating a PriorityClassList the following error happens: ``` resource scheduler-priorities-rqaatzhi was not successfully created by the Kubernetes API server : failed to determine if the following...

Hi! :wave: I use the @pulumi/kubernetes provider to create a Deployment. When migrating it from kubernetes.apps.v1beta1.Deployment to kubernetes.apps.v1.Deployment, I ended up with this diff: ![image](https://user-images.githubusercontent.com/1404650/74738819-030ced80-5258-11ea-84f1-af2559561244.png) `$ pulumi up` shows the...

### What happened? The Pulumi Kubernetes provider is unable to detect that PVCs on GKE clusters usually are created when there are pods that use the PVC actually mentioned by...

kind/bug