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 PMbitter-dentist-28132
03/06/2020, 6:52 PMmillions-judge-24978
03/06/2020, 9:56 PMpulumi preview -t urn:xxx --target-dependents
where xxx
is the parent of some subset of my stack, but Iām getting an error:
Cannot delete parent resource `xxx` without also deleting child `yyy`
I would have thought --target-dependents
would fix that. Am I missing something or is this possibly a bug?worried-flower-67569
03/06/2020, 10:11 PMrepos
pulumi suggests it needs to re-create both repos because their order changed. Clearly, my repos aren't keyed by index but by their names. In terraform I'd use for_each
over a set. How do I achieve the same in pulumi?quick-camera-25111
03/06/2020, 10:15 PMpulumi plugin install
in a shell-script, but this won't do anything. Running the same command in the same directory in the terminal installs the current aws resource plugin.
Any idea on how to make this command work in a script without specifying the exact plugin to install?crooked-solstice-88279
03/06/2020, 11:20 PMpulumi destroy
I get a failure:
Do you want to perform this destroy? yes
Destroying (ng-dev):
Type Name Status Info
pulumi:pulumi:Stack devng-ng-dev **failed** 1 error
- āā aws:apigateway:Deployment normalgaussiandev **deleting failed** 1 error
Diagnostics:
aws:apigateway:Deployment (normalgaussiandev):
error: deleting urn:pulumi:ng-dev::devng::aws:apigateway:x:API$aws:apigateway/deployment:Deployment::normalgaussiandev: error deleting API Gateway Deployment (855quj): BadRequestException: Active stages pointing to this deployment must be moved or deleted
pulumi:pulumi:Stack (devng-ng-dev):
error: update failed
green-morning-1318
03/07/2020, 10:21 PMwet-sunset-4939
03/08/2020, 11:37 AM// Create the API definition and map it to the HTTP Function backend
const api = new azure.apimanagement.Api(name, {
name,
resourceGroupName: apimInfo.group,
apiManagementName: apimInfo.name,
displayName: displayName || name,
import: autoImport
? {
contentFormat: 'swagger-json',
contentValue: fs.readFileSync(`./${env}-api.json`, 'utf8')
}
: undefined,
path: apiSuffix || '',
protocols: ['https'],
revision,
serviceUrl
});
glamorous-policeman-63745
03/08/2020, 4:13 PMbumpy-exabyte-11757
03/08/2020, 4:19 PMbumpy-exabyte-11757
03/08/2020, 4:19 PMbumpy-exabyte-11757
03/08/2020, 4:20 PMPORT
env variable?bumpy-exabyte-11757
03/08/2020, 4:21 PMbrief-alligator-51254
03/08/2020, 6:51 PM@pulumi/docker
requires me to have a proper docker registry running (which I would like to avoid for dummy localhost deployments).
I even started setting up a local docker registry in my machine, but the struggle to setup TLS and authentication on it made me think that there must be an easier path for this šcolossal-room-15708
03/09/2020, 4:03 AMastonishing-tiger-81216
03/09/2020, 1:49 PMbetter-rainbow-14549
03/09/2020, 2:04 PMmelodic-alarm-7397
03/09/2020, 5:24 PMpulumi up
then select details
(pulumi up --details
) ?melodic-alarm-7397
03/09/2020, 5:24 PMpulumi up
then select details
(pulumi up --details
) ?gentle-diamond-70147
03/09/2020, 5:25 PMpulumi preview --diff
melodic-alarm-7397
03/09/2020, 5:26 PM