You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm deploying cert-manager helm release + a ClusterIssuer resource
cert-manager helm release creates the ClusterIssuer CRD, but it seems that the pulumi.ConfigGroup that creates the ClusterIssuer resources tries to check some properties of the ClusterIssuer CRD before it's actually created although there is depends_on to the cert-manager.
Exception: marshaling properties: awaiting input property "resources": failed to determine if the following GVK is namespaced: cert-manager.io/v1, Kind=ClusterIssuer
If I rerun pulumi up -y --skip-preview after then the ClusterIssuer will be created fine. That's why I think it's a timing issue between the creation of the ClusterIssuer CRD and the actual ClusterIssuer resource.
pulumi about
CLI
Version 3.129.0
Go Version go1.22.6
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.49.1
resource eks 2.7.8
resource kubernetes 4.17.1
language python unknown
resource random 4.16.3
Host
OS darwin
Version 14.6.1
Arch x86_64
This project is written in python: executable='/Users/xxx/git/pulumi-aws-ecerulm/venv/bin/python' version='3.12.5'
...
Backend
Name xxxxx
URL file://~
User xxxx
Organizations
Token type personal
Dependencies:
NAME VERSION
Jinja2 3.1.4
pip 24.2
pulumi_eks 2.7.8
pulumi_random 4.16.3
setuptools 72.2.0
wheel 0.44.0
Additional context
No response
Contributing
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 you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
I'm deploying cert-manager helm release + a ClusterIssuer resource
cert-manager helm release creates the ClusterIssuer CRD, but it seems that the
pulumi.ConfigGroup
that creates theClusterIssuer
resources tries to check some properties of theClusterIssuer
CRD before it's actually created although there isdepends_on
to the cert-manager.If I rerun
pulumi up -y --skip-preview
after then theClusterIssuer
will be created fine. That's why I think it's a timing issue between the creation of theClusterIssuer
CRD and the actualClusterIssuer
resource.Example
Output of
pulumi about
Additional context
No response
Contributing
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 you've opened one already).
The text was updated successfully, but these errors were encountered: