orange-tailor-85423
08/07/2019, 12:35 AMorange-tailor-85423
08/07/2019, 12:35 AMerror deleting Autoscaling Launch Configuration (monitoring-nodeLaunchConfiguration-1dc3c51): ResourceInUse: Cannot delete launch configuration monitoring-nodeLaunchConfiguration-1dc3c51 because it is attached to AutoScalingGroup monitoring-475ed714-NodeGroup-JKFQB8KKR78N
orange-tailor-85423
08/07/2019, 12:36 AMglamorous-waitress-51149
08/07/2019, 9:20 AMdamp-room-71337
08/07/2019, 10:40 AMterraform.state.RemoteStateReference
? I’m just trying it out for the first time, but get a version mismatch:
terraform:state:RemoteStateReference (synchronicity):
error: Preview failed: error refreshing Terraform state: state snapshot was created by Terraform v0.12.6, which is newer than current v0.12.0; upgrade to Terraform v0.12.6 or greater to work with this state
My installed version of terraform is 0.12.6, so I assume Pulumi is bundling 0.12.0?stocky-nail-30268
08/07/2019, 10:49 AMpolicy
on the RestApi
object when using the awsx/apigateway.API
approach? I can't see a way of configuring the details beyond what is available on the API object, am I gonna have to use the aws/apigateway
bits to build this up manually?salmon-morning-96600
08/07/2019, 11:46 AMexport const clusterStackName = config.require("clusterStackName");
const clusterStack = new pulumi.StackReference(clusterStackName);
The stack name uses <organisation>/<project>/<stack> so: ianbarry/infrastructure/ci as an example.
I reference this stack like follows in both service and deployment CustomResourceOptions object:
provider : new k8s.Provider(clusterStackName,{
kubeconfig: clusterStack.getOutput("kubeconfig")
})
glamorous-waitress-51149
08/07/2019, 12:01 PMwide-cat-87818
08/07/2019, 2:13 PMfuture-hydrogen-91224
08/07/2019, 2:20 PMfuture-hydrogen-91224
08/07/2019, 2:21 PMfuture-hydrogen-91224
08/07/2019, 2:23 PMfuture-hydrogen-91224
08/07/2019, 2:23 PMcool-egg-852
08/07/2019, 4:01 PMbetter-rainbow-14549
08/07/2019, 4:06 PMthankful-optician-22583
08/07/2019, 5:08 PMhigh-translator-22614
08/07/2019, 5:11 PMdocker:dind
image?high-translator-22614
08/07/2019, 5:12 PMbest-xylophone-83824
08/07/2019, 7:07 PMpulumi preview/up
just exits with code 255 and no error, not preview what do I do wrong?
index.ts:
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const config = new pulumi.Config("gcp-bootstrap");
// Create a GCP resource (Storage Bucket)
const gke = new gcp.organisations.Project("gke01", {
orgId: config.require("organisation")
});
// Export the DNS name of the bucket
export const gkeId = gke.id;
tail of pulumi preview
Logging in using access token from PULUMI_ACCESS_TOKEN
Previewing update ($CORP/prod):
Permalink: <https://app.pulumi.com/$CORP/gcp-bootstrap/prod/previews/242b9dd0-b832-4f99-94fd-de87398528ca>
billowy-television-23506
08/07/2019, 11:05 PMpulumi preview
, froze the console, broke out and this started to happen. A reboot didn't fix it.millions-judge-24978
08/08/2019, 1:06 AMconst deployment = new k8s.apps.v1.Deployment(...)
and have it create it right then and there.cool-egg-852
08/08/2019, 3:06 AMbest-xylophone-83824
08/08/2019, 10:34 AMbest-xylophone-83824
08/08/2019, 11:58 AMdamp-room-71337
08/08/2019, 12:53 PMgetResourceProperty()
method? All the examples I’ve seen look like this:
guestbook.getResourceProperty("v1/Service", "frontend", "status")
but I get an exception unless I prefix the resource name with the namespace:
mysql.getResourceProperty("v1/Service", "idm-mysql", "spec")
...
TypeError: Cannot read property 'spec' of undefined
whereas this works: mysql.getResourceProperty("v1/Service", "pulimi-test/idm-mysql", "spec")
what am I missing?better-rainbow-14549
08/08/2019, 12:55 PMbetter-rainbow-14549
08/08/2019, 12:55 PMdamp-room-71337
08/08/2019, 12:55 PMdefault
ns? https://github.com/pulumi/kubernetes-the-prod-way/blob/master/services/wordpress/index.tsbetter-rainbow-14549
08/08/2019, 12:56 PMdamp-room-71337
08/08/2019, 12:57 PMpulumi config set k8s-namespace pulumi-test
, then pepper config.require()
throughout my resource definitions?damp-room-71337
08/08/2019, 12:57 PMpulumi config set k8s-namespace pulumi-test
, then pepper config.require()
throughout my resource definitions?