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

File: [themes/default/content/registry/packages/kubernetes/how-to-guides/eks-migrate-nodegroups.md](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/eks-migrate-nodegroups/) Hi, It looks like dependencies are not up to date. Regards Ludovic

area/registry

In the documentation, it's not clear that the binaryData payload in Kubernetes configMaps must be base64 encoded, and it might not be obvious to some users.

area/docs
kind/enhancement
area/registry

### What happened? When passing explicit `providers` (plural!) to `ConfigFile`, one gets this error: ``` kubernetes:yaml:ConfigFile (guestbook): error: Error: Do not supply 'providers' option to a CustomResource. Did you mean...

kind/bug

### What happened? A completely healthy deployment gets stuck on "Waiting for app ReplicaSet be marked available" despite all replicas being fully available. ### Steps to reproduce It's not clear...

kind/bug

### What happened? Hi, I would like to use the `postrender` argument for `kubernetes.helm.v3.Release`: ```python kubernetes.helm.v3.Release( "core", name="test", ... postrender="/tmp/z.sh" ) ``` where: ```bash $ cat /tmp/z.sh #!/usr/bin/env bash cat...

kind/bug
area/helm

It would be great if the `renderYamlToDirectory` feature also updated the kubernetes cluster. The use case is that I want to be able to output files for use with http://skaffold.dev...

kind/enhancement
area/yaml

Changing Deployment.spec.strategy.type to Recreate made pulumi hang Stopping it and restarting helped and pulumi managed to successfully finalize the stack. The message was ``` kubernetes:apps:Deployment ($name): error: 2 errors occurred:...

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

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

When attempting to add Azure Key Vault Provider for Secrets Store CSI Driver to my cluster, pulumi failed with an error message stating: "Failed to generate YAML for specified Helm...

kind/bug
area/helm
awaiting-upstream
mro2