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

## 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
area/yaml
mro2

I would like to be able to exec some code on-demand. This is especially relevant for use-cases where I want to use pulumi to build kubernetes operators. # Proposed APIs...

kind/enhancement

- 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 design, scheduling,...

area/providers
kind/enhancement
language/java

## 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
language/python
impact/panic

The k8s provider does not use state inputs to look up existing resources (lookups are strictly by ID). The code generators are currently generating content for `State` structs, and the...

kind/enhancement
language/go
emergent

### What happened? In a Helm Chart, it's possible to delete a default key (as provided by the chart defaults) using the `null` value. On the command line, this looks...

kind/bug
area/helm
mro2

I've tried to apply the Elastic Cloud on Kubernetes (ECK) YAML using ConfigFile and got `TypeError: unexpected keyword argument 'status'`. ```python pulumi_kubernetes.yaml.ConfigFile( name='eck', file_id='https://download.elastic.co/downloads/eck/0.9.0/all-in-one.yaml', opts=pulumi.ResourceOptions( provider=k8s_provider, ), ) ``` Trackback:...

In the AWS provider, we have `allowedAccountIds` which will check the current account id and prevent an `up` if the current account doesn't match the setting. This is incredibly useful...

kind/enhancement

### Problem We use lots of helm charts. It is important for us to have predictable deployments, so we specify the chart's `version` field. We want to have the latest...

kind/enhancement
area/helm
mro2

See here: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/#ConfigFileOpts-transformations It should be an array of functions that return void vs a function that returns `void[]`

kind/bug