Karol Poliwka

Results 21 issues of Karol Poliwka

Keycloak with a self-signed certificate and Postgres running on Kubernetes with Nginx server.

area/examples

When I try to add the created earlier component via `opts(dependsOn = ...)` to another resource (in this example, it will be the Namespace resource) the Error shows up about...

area/core

Example based on: https://github.com/pulumi/examples/tree/master/gcp-py-instance-nginx

area/examples

Example based on: https://github.com/pulumi/examples/tree/master/gcp-ts-functions

area/examples

When I try to create a FargateServiceArgs class the Error shows up and tells me that I must add `taskDefinition` or `taskDefinitionArgs`. Even when I add `taskDefinition`, error still shows...

kind/bug
P2
awaiting-release

When I ask pulumi AI "aws eks hello world” I get: https://www.pulumi.com/ai/conversations/6ff221c6-9b0b-49be-8233-1afaf3e7fea7 ```ts import * as aws from "@pulumi/aws"; import * as eks from "@pulumi/eks"; // Create an EKS cluster...

area/api
needs-design

Example based on: https://github.com/pulumi/examples/tree/master/azure-ts-aci

blocked
area/examples

When I try to get ipAddress (`ipAddress = containerGroup.ipAddress.ip`) from azurenative.containerinstance.ContainerGroup the Error shows up about deserializing an option. The error disappears when I comment on the line `ipAddress =...

kind/bug
area/core
has/nullable-field-failing

### What happened? When i use pulumi eks i get below error: ``` Error: Invalid EC2 instance type: Calling [toString] on an [Output] is not supported. To get the value...

impact/usability
kind/bug
resolution/no-repro