sparse-intern-71089
02/22/2023, 5:06 PMsteep-toddler-94095
02/22/2023, 5:37 PMdepends_on=[b_controller_chart.ready]
?
https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/chart/#depend-on-a-chart-resourcebrief-church-51632
02/22/2023, 5:54 PMbrief-church-51632
02/22/2023, 7:08 PMpulumi up
seems to work, but it isn't deploying everything in the helm chart. In particular it misses a secret that the controller needs. Then, when I try to run pulumi up
again I get:
pulumi:pulumi:Stack (sindri-devel):
error: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/opt/homebrew/bin/pulumi-language-python-exec", line 192, in <module>
loop.run_until_complete(coro)
File "/opt/homebrew/Cellar/python@3.11/3.11.2_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 136, in run_in_stack
await run_pulumi_func(lambda: Stack(func))
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
await wait_for_rpcs()
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 120, in wait_for_rpcs
raise exception
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/rpc_manager.py", line 71, in rpc_wrapper
result = await rpc
^^^^^^^^^
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/resource.py", line 811, in do_register
resolver = await prepare_resource(res, ty, custom, remote, props, opts, typ)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/resource.py", line 161, in prepare_resource
explicit_urn_dependencies = await _resolve_depends_on_urns(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/rohan/responsive/sindri/venv/lib/python3.11/site-packages/pulumi/runtime/resource.py", line 1171, in _resolve_depends_on_urns
all_deps.add(direct_dep)
TypeError: unhashable type: 'list'
steep-toddler-94095
02/22/2023, 7:24 PMdepends_on=b_controller_chart.resources.apply(lambda resources: list(resources.values())),
https://github.com/pulumi/pulumi-kubernetes/issues/861#issuecomment-901862700brief-church-51632
02/22/2023, 7:26 PMdepends_on=[lb_controller_chart.get_resource(
"apps/v1/Deployment", "kube-system/albctl-aws-load-balancer-controller")]
brief-church-51632
02/22/2023, 7:26 PMbrief-church-51632
02/22/2023, 9:12 PMgorgeous-minister-41131
02/24/2023, 12:29 AMsteep-toddler-94095
02/24/2023, 12:54 AMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by