green-morning-1318
03/18/2020, 9:46 PMboundless-insurance-52858
03/18/2020, 10:42 PMgreen-morning-1318
03/19/2020, 2:17 AMDeleteBeforeReplace
, when set to true, ensures that this resource is deleted prior to replacement. It looks like it doesn’t do the same for a “_Create_”. In my case, I’m using an API Gateway on AWS and when I make changes to resources they should be deleted before creating them (otherwise you get an error). Is there a way to do that in Pulumi?bitter-dentist-28132
03/19/2020, 1:48 PMbitter-dentist-28132
03/19/2020, 1:49 PMrapid-lamp-57703
03/19/2020, 3:17 PMcool-egg-852
03/19/2020, 3:50 PM<p>The requested URL <code>/v1beta1/us-east1/linio/general-6133f72?alt=json&prettyPrint=false</code> was not found on this server. <ins>That's all we know.</ins>
when trying to apply an update to their node pool in GKE?few-processor-86645
03/19/2020, 4:04 PMsome-doctor-62800
03/19/2020, 4:25 PMhandsome-actor-1155
03/19/2020, 4:29 PMbig-potato-91793
03/19/2020, 5:45 PMastonishing-quill-88807
03/19/2020, 5:55 PMfast-dinner-32080
03/19/2020, 6:52 PMbig-potato-91793
03/19/2020, 9:36 PMpulumi new
we could our template base on the one that pulumi is offering.. like adding eslint or other thingsgreen-morning-1318
03/19/2020, 11:08 PMpulumi update --stack retgits/dev --cwd ~/project/pulumi --skip-preview
Updating (dev):
@ Updating....
Permalink: <https://app.pulumi.com/retgits/acmeserverless-payment/dev/updates/5>
error: failed to discover plugin requirements: failed to execute program cmd: exit status 1
Exited with code exit status 255
It runs fine on my Mac, so would anyone have thoughts on how to debug this?calm-quill-21760
03/20/2020, 12:14 AMThis XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>2607D7593AFB741F</RequestId>
<HostId>
lYM2+bELcS/KWDuxMZaB3gDjhVVyuimL2ga/rNwJYjkrXbtmkcAh5xiFnO322owuOBrazv+4LqA=
</HostId>
</Error>
adorable-action-51248
03/20/2020, 10:16 AMadorable-action-51248
03/20/2020, 11:34 AMadorable-action-51248
03/20/2020, 4:39 PMbreezy-hamburger-69619
03/20/2020, 5:46 PMgreen-morning-1318
03/20/2020, 6:06 PMbreezy-hamburger-69619
03/20/2020, 7:01 PMcolossal-room-15708
03/21/2020, 3:53 AMpulumi.asset.FileArchive
ignore folders with .
? It looks like it's not packaging up my .python_packages
folder.bland-guitar-34582
03/21/2020, 6:10 AM// <https://github.com/pulumi/kubernetes-guides/blob/master/azure/03-cluster-configuration/index.ts>
const aksProvider = new k8s.Provider("aksProvider", {
kubeconfig: aksCluster.kubeAdminConfigRaw
});
const aksRoleBinding = new k8s.rbac.v1.RoleBinding(`${config.prefix}-aad-integration`, ..., { provider: aksProvider })
polite-motherboard-78438
03/21/2020, 3:51 PMtest("It creates the correct configMap", done => {
fluentBitChart
.getResource("v1/ConfigMap", "fluent-bit-config")
.apply(cm => {
// TODO check if the data has correct value
console.log(cm.urn);
done();
});
});
Note that fluentBitChart is an instance of "k8s.helm.v3.Chart".
Baically I want to write a test to validate the Helm resource received the correct values, some of them are reading from config etcacoustic-leather-88378
03/21/2020, 9:17 PMCustomResource
, for example:
...
new CustomResource("test-cluster", {
apiVersion: "<http://acid.zalan.do/v1|acid.zalan.do/v1>",
kind: "postgresql",
metadata: {
name: "test-cluster"
},
spec: {
...
}
}
...
and that custom resource results in other new resources being created by an operator. For example a StatefuleSet
, multiple `Secret`'s etc.
If, in the same Pulumi program, after creating the CustomResource
I want to import and use those new resources (created by the operator, when the new CustomResource
above was created), how would I import them?
Currently pulumi up
will fail on the preview with a "resource ... does not exist" error, since the resource that would be created once run, isn't there yet. Is there an elegant/any way to handle this?green-morning-1318
03/21/2020, 11:18 PMgreen-morning-1318
03/21/2020, 11:19 PMfamous-kite-69533
03/22/2020, 5:53 PMbrainy-table-30266
03/22/2020, 6:50 PMbrainy-table-30266
03/22/2020, 6:50 PM