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? https://github.com/pulumi/pulumi-kubernetes/issues/2057#issuecomment-1217858853 ### Steps to reproduce ```typescript new PolicyPack("kubernetes-typescript", { policies: [{ name: "helm-charts-are-up-to-date", description: "Helm charts deployments should use the latest version.", enforcementLevel: "advisory", validateResource: validateResourceOfType(k8s.helm.v3.Chart, async...

kind/bug

### What happened? I have the AWX operator (https://github.com/ansible/awx-operator) running on my k8s cluster. When I try to create a custom resource of kind awx, Pulumi fails complaining `resource awx/my-awx-3a77c8ca...

kind/bug

### Problem description Some charts provide several `values.yaml` files. For instance in the bitnami repository you often see a separate file for production: https://github.com/bitnami/charts/blob/master/bitnami/prometheus-operator/values-production.yaml The default values for charts is...

### What happened? Received an error: ``` kubernetes:elasticsearch.k8s.elastic.co/v1:Elasticsearch (family): error: error reading from server: EOF panic: fatal: An assertion has failed: path: [spec nodeSets 0 podTemplate metadata creationTimestamp] | v:...

kind/bug
area/server-side-apply

### What happened? I was trying to install Cilium's Helm Chart using Pulumi and once I enabled the ServiceMonitor option it failed, even though the cluster I was targeting had...

kind/bug
area/helm

### What happened? I deployed a helm chart for aws alb controller on my eks cluster. Pulumi succeeded at creating resources and deploying the chart. Then I ran `pulumi up`...

kind/bug

### What happened? I tried to deploy a helm chart, setting a config key to an empty array value (i.e. `[]`). The key was omitted entirely. ### Steps to reproduce...

kind/bug

The handwritten node overlays in `provider/pkg/gen` all need changes similar to those made in #2066 and #2133. Sample pulumi program for a test bench: ```typescript import * as k8s from...

kind/bug
mro1

impact/no-changelog-required

### What happened? crash when trying to deploy helm chart to gcp cluster. ### Steps to reproduce deploy kubernetes cluster on gcp, then Chart( "test", LocalChartOpts( path="./a_random_path", ), ResourceOptions(provider=k8s_provider)) ->...

kind/bug
awaiting-feedback