high-postman-55219
05/07/2020, 10:45 PMhigh-postman-55219
05/07/2020, 10:45 PMhigh-postman-55219
05/07/2020, 10:47 PMbillowy-army-68599
05/07/2020, 10:48 PMabundant-painting-88182
05/08/2020, 11:32 AMquiet-wolf-18467
05/08/2020, 3:44 PMquiet-wolf-18467
05/08/2020, 3:44 PMquiet-wolf-18467
05/08/2020, 3:50 PMbcrypt
creates a different hash on every pulumi up
which means my Kubernetes secret is deleted and replace on every runquiet-wolf-18467
05/08/2020, 3:50 PMimportant-appointment-55126
05/08/2020, 5:25 PMhundreds-lizard-14182
05/08/2020, 5:48 PMUnsupportedAvailabilityZoneException: Cannot create cluster 'my-cluster-eksCluster-7388979' because us-east-1e, the targeted availabilitydoes not currently have sufficient capacity to support the cluster
. This happens in AWS, I was just curious if there is a quick way to specify AZs on cluster provisioning (I can specify subnets, but i don’t want to provision them separately).quiet-wolf-18467
05/08/2020, 7:17 PMquiet-wolf-18467
05/08/2020, 7:20 PMfierce-father-77362
05/08/2020, 7:33 PMacmecorp/app/env
but my stacks cannot be named with a /
I am using pulumi without the service, just at a s3 location. how can i structure my stacks in a good way>billowy-army-68599
05/08/2020, 7:59 PMquiet-wolf-18467
05/08/2020, 8:02 PMhundreds-lizard-14182
05/08/2020, 8:35 PMDeleting urn:pulumi:aws-eks-validationm::aws-eks-validation::eks:index:Cluster$aws:ec2/securityGroupRule:SecurityGroupRule::my-cluster-eksClusterInternetEgressRule: No security group with ID "sg-0a887d22a0e34ccc4"
What are my options from here?hundreds-lizard-14182
05/08/2020, 8:54 PMPreview failed: refreshing urn:pulumi:aws-eks-validationm::aws-eks-validation::aws:s3/bucket:Bucket::my-bucket: error reading S3 Bucket (my-bucket-50e001c): BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint ''
How do I recover from this?chilly-hairdresser-56259
05/08/2020, 9:12 PMcolossal-room-15708
05/09/2020, 1:04 AMerror: could not load plugin for azure provider 'urn:pulumi:incidentdev::azure-incidents::pulumi:providers:azure::default_2_5_0_alpha_1586239871': no resource plugin 'azure-v2.5.0-alpha.1586239871' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v2.5.0-alpha.1586239871`
Just before that however it is installing the correct azure plugin based on our package.json
Logged into 5a66626ce332 as root (***)
> @pulumi/azure@3.4.0 install /github/workspace/node_modules/@pulumi/azure
> node scripts/install-pulumi-plugin.js resource azure v3.4.0
[resource plugin azure-3.4.0] installing
Downloading plugin: 0 B / 47.81 MiB 0.00%
Downloading plugin: 86.06 KiB / 47.81 MiB 0.18% 1m53s
Downloading plugin: 854.06 KiB / 47.81 MiB 1.74% 22s
Downloading plugin: 3.44 MiB / 47.81 MiB 7.19% 7s
Downloading plugin: 12.08 MiB / 47.81 MiB 25.27% 2s
Downloading plugin: 18.15 MiB / 47.81 MiB 37.95% 1s
Downloading plugin: 25.56 MiB / 47.81 MiB 53.46% 1s
Downloading plugin: 32.87 MiB / 47.81 MiB 68.74%
Downloading plugin: 40.58 MiB / 47.81 MiB 84.88%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00%
Downloading plugin: 47.81 MiB / 47.81 MiB 100.00% 2s
Moving plugin... done.
Locally we've updated to the latest pulumi version already.fierce-father-77362
05/09/2020, 9:19 AMwitty-spring-28765
05/09/2020, 8:13 PMsilly-hairdresser-21136
05/10/2020, 9:49 AMpulumi up
results in an error:
[09:32:47] pulumi:providers:random (default_2_2_0):
[09:32:47] error: no resource plugin 'random-v2.2.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource random v2.2.0`
it doesn't seem like upgrading @pulumi/aws should change the random plugin version, and running the install command from the error message results in:
[resource plugin random-2.2.0] installing
error: [resource plugin random-2.2.0] downloading from <https://api.pulumi.com/releases/plugins>: 404 HTTP error fetching plugin from <https://api.pulumi.com/releases/plugins/pulumi-resource-random-v2.2.0-darwin-amd64.tar.gz>
anyone else seen this problem?gifted-ocean-95126
05/10/2020, 2:22 PM-o StrictHostKeyChecking=no
). One way to achieve this is to generate the Droplet host keys locally on my PC then apply them to the Droplets using the user_data
droplet property. I could then add the host public keys to the Pulumi stack output and configure Ansible to check the hosts against those public keys when connecting.
But, running pulumi stack export
shows that the original #cloud-config
file, including the private keys, is being stored in the stack state. Although I understand that the data is encrypted, storing these files is unnecessary and so I would prefer not to store them.
Can I tell Pulumi to store the hashes and not the original contents of resource properties? Thank you.fierce-father-77362
05/10/2020, 3:57 PMproud-optician-56680
05/10/2020, 5:59 PMproud-optician-56680
05/10/2020, 6:03 PMbitter-toddler-22112
05/11/2020, 1:09 PMhundreds-lizard-14182
05/11/2020, 3:44 PMeksctl create cluster --managed
?gray-tailor-20387
05/11/2020, 3:46 PMgray-tailor-20387
05/11/2020, 3:46 PMbillowy-army-68599
05/11/2020, 3:54 PMgray-tailor-20387
05/11/2020, 3:59 PMcolossal-room-15708
05/11/2020, 9:23 PMgray-tailor-20387
05/12/2020, 9:18 AM