adamant-waiter-67103
08/10/2022, 7:45 PMvictorious-dusk-75271
08/10/2022, 10:07 PMvictorious-dusk-75271
08/10/2022, 11:26 PMnew aws.ec2.Route(`${name}-route-private-sn-to-nat-${index + 1}`, {
routeTableId: this.privateRouteTables[index].id,
destinationCidrBlock: '0.0.0.0/0',
natGatewayId: this.natGateways[index].id,
}, { provider: opts.provider, parent: routeTable, dependsOn: routeTable })
some-jelly-76933
08/11/2022, 12:08 AMagreeable-scooter-87411
08/11/2022, 3:54 AMpulumi-resources-awsx
:
I got this msg below when pulumi up
(in golang with awsx resources)
the download url is not correct, right?
Diagnostics:
pulumi😛roviders:awsx (default):
error: no resource plugin ‘pulumi-resource-awsx’ found in the workspace at version v1.0.0-testplsignore.0 or on your $PATH, install the plugin usingpulumi plugin install resource awsx v1.0.0-testplsignore.0
microscopic-cpu-38113
08/11/2022, 5:51 AMfuture-refrigerator-88869
08/11/2022, 12:32 PMawsx.ecr.buildAndPushImage
when i try to create a new image ?hundreds-traffic-617
08/11/2022, 6:45 PMmagnificent-smartphone-40853
08/11/2022, 7:33 PM"AccessDeniedException: The ciphertext refers to a customer master key that does not exist"My AWS credentials include Administrator access. What could be the cause?
salmon-musician-20405
08/11/2022, 7:48 PMfew-yacht-11623
08/11/2022, 7:52 PMconst myresource = new MyComponentResource('foo');
export const myResourceOutput = myresource.someOutput;
do I need to expose those outputs as a property, or is there a way to pull them from the `registeredOutput`(s)?steep-portugal-37539
08/11/2022, 8:44 PMvictorious-dusk-75271
08/12/2022, 12:31 AMsteep-toddler-94095
08/12/2022, 2:50 AMCommand
knows only to run when the EKS cluster is being deleted. Is it because environment
depends on cluster
? I.e. if the KUBECONFIG
was a hardcoded string then this Command
would just never run under any circumstances? https://www.pulumi.com/registry/packages/command/#graceful-cleanup-of-workloads-in-a-kubernetes-cluster
What if this Command depends on multiple pulumi resources? Would it run if just one of the resources is being deleted?future-window-78560
08/12/2022, 4:57 AMabundant-megabyte-13431
08/12/2022, 8:04 AMrough-jordan-15935
08/12/2022, 9:36 AMdry-judge-83479
08/12/2022, 10:28 AMerror: constructing secrets manager of type "cloud": secrets (code=InvalidArgument): keyvault.BaseClient#Decrypt: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="BadParameter" Message="The parameter is incorrect.\r\n
modern-quill-17695
08/12/2022, 1:17 PMRandomPassword.Get("my-resource", {id});
but I can't figure out what to use for the id. I tried the urn displayed in the Pulumi Portal, but when I did that the Result string was the same as urn. Is there somewhere else I should look for the id of the RandomPassword?lively-helmet-97905
08/12/2022, 3:51 PMancient-rose-25146
08/12/2022, 8:09 PMdry-beach-58138
08/13/2022, 5:56 AMType Name Plan Info
pulumi:pulumi:Stack kms-dev 1 error
├─ aws:ec2:Vpc vpn_vpc [diff: +enableDnsSupport,instanceTenancy~__defaults]
+ │ └─ aws:ec2:Subnet vpc-jp-subnet1 create
- └─ aws:ec2:Subnet vpc-jp-subnet1 delete 1 error
glamorous-telephone-24915
08/13/2022, 7:21 PMstocky-wire-60053
08/14/2022, 2:44 PMClientException: When networkMode=awsvpc, the host ports and container ports in port mappings must match
. (I'll post code in the reply as to not clutter here.)careful-petabyte-65672
08/14/2022, 5:16 PMk8s.yaml.ConfigFile
and k8s.yaml.ConfigGroup
for a few months with no issues, I'm currently seeing an issue when previewing a new stack with these elements.
this is a stuck trace.
error: Traceback (most recent call last):
File "/nix/store/4a6xm29r8fpn80ipkqyqhn31mhh7pai6-pulumi-3.32.1/bin/pulumi-language-python-exec", line 107, in <module>
loop.run_until_complete(coro)
File "/nix/store/328bxidfhv01x138sjynkzswiskrk1yd-python3-3.9.12/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/nix/store/s6zf9dbdk4b9cajc6plcw72gg8mgvybq-python3-3.9.12-env/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 126, in run_in_stack
await run_pulumi_func(lambda: Stack(func))
File "/nix/store/s6zf9dbdk4b9cajc6plcw72gg8mgvybq-python3-3.9.12-env/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 49, in run_pulumi_func
func()
File "/nix/store/s6zf9dbdk4b9cajc6plcw72gg8mgvybq-python3-3.9.12-env/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 126, in <lambda>
await run_pulumi_func(lambda: Stack(func))
File "/nix/store/s6zf9dbdk4b9cajc6plcw72gg8mgvybq-python3-3.9.12-env/lib/python3.9/site-packages/pulumi/runtime/stack.py", line 149, in __init__
func()
File "/nix/store/4a6xm29r8fpn80ipkqyqhn31mhh7pai6-pulumi-3.32.1/bin/pulumi-language-python-exec", line 106, in <lambda>
coro = pulumi.runtime.run_in_stack(lambda: runpy.run_path(args.PROGRAM, run_name='__main__'))
File "/nix/store/328bxidfhv01x138sjynkzswiskrk1yd-python3-3.9.12/lib/python3.9/runpy.py", line 285, in run_path
return _run_code(code, mod_globals, init_globals,
File "/nix/store/328bxidfhv01x138sjynkzswiskrk1yd-python3-3.9.12/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/uritwig/workspace/arnac/infra/pulumi/./__main__.py", line 19, in <module>
managed_infra.deploy()
File "/Users/uritwig/workspace/arnac/infra/pulumi/stacks/managed_infra.py", line 224, in deploy
create_cluster(network)
File "/Users/uritwig/workspace/arnac/infra/pulumi/stacks/managed_infra.py", line 195, in create_cluster
cluster = Cluster(cluster_args)
File "/Users/uritwig/workspace/arnac/infra/pulumi/components/cluster/cluster.py", line 112, in __init__
self._create_enclave_smarter_device()
File "/Users/uritwig/workspace/arnac/infra/pulumi/components/cluster/cluster.py", line 208, in _create_enclave_smarter_device
self.smarter_device = k8s.yaml.ConfigFile(
File "/nix/store/s6zf9dbdk4b9cajc6plcw72gg8mgvybq-python3-3.9.12-env/lib/python3.9/site-packages/pulumi_kubernetes/yaml/yaml.py", line 348, in __init__
__ret__ = pulumi.runtime.invoke('kubernetes:yaml:decode', {'text': text}, invoke_opts).value['result']
TypeError: 'NoneType' object is not subscriptable
error: an unhandled error occurred: Program exited with non-zero exit code: 1
removing these elements removes the issue.I'm using pulumi 3.32.1 with
this is the k8s pluging when running pulumi plugin ls
kubernetes resource 3.20.3 78 MB 2 hours ago 2 hours ago
kubernetes resource 3.20.2 78 MB 2 hours ago 2 hours ago
kubernetes resource 3.19.0 79 MB 2 hours ago 2 hours ago
What can I do to fix this?victorious-dusk-75271
08/15/2022, 7:15 AMmagnificent-lifeguard-15082
08/15/2022, 10:38 AMmammoth-country-64756
08/15/2022, 3:41 PMcreamy-window-21036
08/15/2022, 3:42 PM# stack1
def program1():
pulumi.export("ec2_role_arn", ec2_role.arn)
# stack2
def program2():
ref = pulumi.StackReference("stack1")
ec2_role = ref.require_output("ec2_role_arn")
# do something with ec2 role arn
future-window-78560
08/15/2022, 5:05 PMfuture-window-78560
08/15/2022, 5:05 PM