bumpy-exabyte-11757
03/04/2020, 4:55 PMpulumi config set password
partbumpy-exabyte-11757
03/04/2020, 5:13 PMbumpy-exabyte-11757
03/04/2020, 5:14 PMlimited-rainbow-51650
03/04/2020, 5:29 PMearly-intern-90238
03/04/2020, 6:52 PMhelpful-advantage-49286
03/04/2020, 7:04 PMbig-potato-91793
03/04/2020, 7:24 PMdata
inside the ConfigMap to get all the keys in typescript. Need these to make the volume mounts with keys instead of the hole folder.billions-scientist-31826
03/04/2020, 7:38 PMnumerous-dream-98392
03/04/2020, 9:12 PMpulumi version
will work, but pulumi stack ls
will hang indefinitely. tried increasing verbosity but I'm not getting any extra logs of value - ideas?calm-quill-21760
03/05/2020, 1:14 AMfamous-salesmen-28835
03/05/2020, 6:22 AMclass pulumi_aws.s3.Bucket(resource_name, opts=None, acceleration_status=None, acl=None, arn=None, bucket=None, bucket_prefix=None, cors_rules=None, force_destroy=None, hosted_zone_id=None, lifecycle_rules=None, loggings=None, object_lock_configuration=None, policy=None, region=None, replication_configuration=None, request_payer=None, server_side_encryption_configuration=None, tags=None, versioning=None, website=None, website_domain=None, website_endpoint=None, __props__=None, __name__=None, __opts__=None)
In this if I pass resource_name as "mybucket" then it create s3 bucket with name "mybucket-677282" is it any way to create bucket with my bucket only. Or any one can suggest me this have policy field so if I pass policy in that "resource" needs the ARN of bucket which is not created with a single call how I can create bucket with attached policy.nutritious-shampoo-16116
03/05/2020, 10:20 AMpulumi.errors.RunError: Missing project name; for test mode, please set PULUMI_NODEJS_PROJECT
I tried to set both PULUMI_NODEJS_PROJECT and PULUMI_PYTHON_PROJECT but it seems the project name is not picked up
anybody knows how can I solve this issue?nutritious-shampoo-16116
03/05/2020, 10:24 AM_set_project
from pulumi.runtime.settingsnutritious-shampoo-16116
03/05/2020, 10:25 AMbumpy-exabyte-11757
03/05/2020, 1:14 PMbumpy-exabyte-11757
03/05/2020, 1:17 PMgreat-accountant-75189
03/05/2020, 4:46 PMpulumi up
programmatically? (i.e.: I have an http rest service to create resources)early-intern-90238
03/05/2020, 8:14 PMgreat-accountant-75189
03/05/2020, 8:15 PMcreamy-traffic-12121
03/05/2020, 8:52 PMnumerous-dream-98392
03/05/2020, 10:25 PMswift-painter-31084
03/06/2020, 12:26 AMglamorous-printer-66548
03/06/2020, 2:10 AMloud-noon-7189
03/06/2020, 10:46 AMglamorous-policeman-63745
03/06/2020, 12:54 PMkind-agency-40925
03/06/2020, 3:56 PMkind-agency-40925
03/06/2020, 3:56 PMcool-egg-852
03/06/2020, 4:15 PMDeployment
, several `CronJob`s, Service
, VirtualService
(istio), HorizontalPodAutoscaler
, PodDisruptionBudget
, a CloudSql database, database users, etc.
Would you recommend:
* app.ts (contains the resources deployed to kubernetes, AKA, the āapplicationā)
* database.ts (contains the resources to create the database and the users
* index.ts (requires the other 2
Or would you recommend:
* app/deployment.ts
* app/virtualService.ts
* app/podDisruptionBudget.ts
* cronJobs/cronJob1.ts
* database/instance.ts
* database/user1.tsloud-noon-7189
03/06/2020, 5:49 PMgreen-morning-1318
03/06/2020, 6:38 PM