green-vegetable-15659
10/25/2024, 11:16 AMhas a problem: marshaling properties: awaiting input property "resources": failed to determine if the following GVK is namespaced
question - what is pulumi trying to do here precisely? I saw a bunch of comments about webhook but I thought this has more to do about crd registration, which does not require webhooks (i think) ?green-vegetable-15659
10/25/2024, 11:17 AMgreen-vegetable-15659
10/25/2024, 3:08 PM<http://pulumi.com/waitFor|pulumi.com/waitFor>
annotation works for a resource managed by a Release
? is the engine checking this annotation on every templated resources? i'm guessing not 😞hallowed-photographer-31251
10/25/2024, 4:27 PMgreen-vegetable-15659
10/28/2024, 10:09 AMRelease
• manual kubectl apply
, works fine
• time.Sleep
60
• ConfigFile
marshaling issuegreen-vegetable-15659
10/28/2024, 1:35 PMConfigFile
to CustomResource
and that worked like a charm, no need to wait for anything - i did not dig enough but i m pretty sure the provider/client has an issue around here, like the cache never gets refreshedgreen-vegetable-15659
10/28/2024, 1:42 PMgreen-vegetable-15659
10/29/2024, 8:15 AMerror: kubernetes:yaml/v2:ConfigFile resource 'karpenter-nodepools' has a problem: marshaling properties: awaiting input property "resources": failed to determine if the following GVK is namespaced: <http://karpenter.sh/v1|karpenter.sh/v1>, Kind=NodePool
hallowed-photographer-31251
10/29/2024, 4:08 PMgreen-vegetable-15659
10/30/2024, 10:14 AMgreen-vegetable-15659
10/30/2024, 10:19 AMgreen-vegetable-15659
10/30/2024, 1:59 PMhallowed-photographer-31251
10/30/2024, 4:52 PMgreen-vegetable-15659
10/31/2024, 7:34 AMRelease
is unaware of the underlying resources? interesting anyway, thanks!
it's not always possible to use this trick, it depends on the packaging and some operators sometimes register their own CRDs, I think Karpenter does that if you don't install the CRDs explicitlygreen-vegetable-15659
10/31/2024, 7:50 AM