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/sdk

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

Server-side diff has been available [since 1.16](https://kubernetes.io/docs/reference/using-api/server-side-apply/) (September 2019), so it should be pretty widely supported on deployed clusters by now. Most of the implementation work is done already, so...

kind/enhancement
size/L
area/server-side-apply

### What happened? I am trying to deploy 2 different applications on AWS eks using pulumi. If I am applying ingress for the first time, there is no problem, but...

kind/bug
awaiting-feedback

### What happened? ***tl;dr***: my pulumi kubernetes deployment in combination with [loft-sh/kiosk](https://github.com/loft-sh/kiosk) or [HNS](https://github.com/kubernetes-sigs/hierarchical-namespaces) from a GitLab Agent prints several errors about failing watches, but without affecting the success of...

area/providers
kind/bug

### What happened? ```go // DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. ServiceAccount pulumi.StringPtrInput `pulumi:"serviceAccount"` ``` Should be: ```go // Deprecated: ServiceAccount is a depreciated alias...

kind/bug
awaiting-upstream

### What happened? While deploying helm Release to EKS cluster created with pulumi classic package, deployment fails with error: ``` getting credentials: exec plugin is configured to use API version...

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

impact/usability
impact/reliability
kind/bug
area/helm
mro2

### Proposed changes GKE dropped support for v1.19, so update the pinned version of the CI cluster and fix all references to v1beta1 CRDs ### Related issues (optional)

impact/no-changelog-required

If I do `pulumi new kubernetes-javascript` then edit `index.js` so that it creates a vanilla provider and uses it to create the (example code) deployment: ```javascript "use strict"; const k8s...

kind/bug