pulumi-kubernetesx icon indicating copy to clipboard operation
pulumi-kubernetesx copied to clipboard

Kubernetes for Everyone

Results 30 pulumi-kubernetesx issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to add labels to my kubernetes service, but I don't see this available in `kx.Deployment.createService` I tried to work around it with the code below but it...

kind/enhancement

Fixes #68 Parse image name and include hyphens.

## Problem `createService` method on Deployment class uses deployment name with randomised suffix by default and has no means of defining custom name or namespace for a service. Of course,...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@pulumi/[email protected]` for the project I'm working on. Here is the diff that solved...

help-wanted
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

## Steps to reproduce 1. create a pvc like in the examples 2. create a podbuilder with 2 init containers and 1 normal container 3. all these containers will interact...

help-wanted
kind/bug
good-first-issue

The `createService` verb on Deployment, etc should have the ability to set metadata on the created Service.

kind/enhancement

``` const pb = new kx.PodBuilder({ containers: [ { image: 'bitnami/mongodb:4.4.3-debian-10-r0', command: ['/bin/bash', '-c'], args: [ `mongo admin -u root -p 'xxx' --eval "db.getSiblingDB('${namespace.name}').createUser({user: '${namespace.name}', pwd: '${namespace.password}', roles: [{role: 'readWrite',...

kind/bug

Please modify the PodBuilder to allow specifying customized metadata in a pod template. I need to be able to specify annotations (for Prometheus discovery) and labels (for compliance) on my...

kind/enhancement