little-answer-72566
03/21/2019, 10:05 PMPulumi.stack.yaml
file? Specifically, my file targets us-west-2
but I’d like to write to an S3 bucket in us-east-1
witty-night-47448
03/21/2019, 10:40 PMbig-potato-91793
03/21/2019, 10:43 PMstage
and prod
?damp-book-35965
03/21/2019, 11:26 PMpulumi preview
it thinks I deleted all the resources ? I did change my tsconfig file to include the new file..Any other pointers ?better-rainbow-14549
03/22/2019, 1:52 PM- "@pulumi/azure": "^0.17.2",
- "@pulumi/kubernetes": "^0.21.0",
- "@pulumi/pulumi": "^0.17.1"
+ "@pulumi/azure": "^0.17.3",
+ "@pulumi/kubernetes": "^0.21.1",
+ "@pulumi/pulumi": "^0.17.2"
better-rainbow-14549
03/22/2019, 1:54 PMimportant-leather-28796
03/22/2019, 3:03 PMThe inferred type of 'clusterName' cannot be named without a reference to '@pulumi/kubernetes/node_modules/@pulumi/pulumi'. This is likely not portable. A type annotation is necessary. ts(2742)
error originates on the last line:
import * as pulumi from '@pulumi/pulumi'
import * as gcp from '@pulumi/gcp'
export const cluster = new gcp.container.Cluster(name, clusterArgs)
export const clusterName = cluster.name
better-rainbow-14549
03/22/2019, 3:37 PMx has a problem: Preview roles are not supported
nightmare - i want to use MSI for azure storagebetter-rainbow-14549
03/22/2019, 3:39 PMbetter-rainbow-14549
03/22/2019, 3:45 PMdamp-book-35965
03/22/2019, 4:51 PMdamp-book-35965
03/22/2019, 4:52 PMorange-tailor-85423
03/22/2019, 7:01 PMmammoth-receptionist-36297
03/22/2019, 9:07 PMpulumi config set
a value as list?mammoth-receptionist-36297
03/22/2019, 9:08 PMbroad-football-5123
03/22/2019, 9:11 PMmammoth-receptionist-36297
03/22/2019, 9:12 PMbroad-football-5123
03/22/2019, 9:14 PMpulumi config set data '{"active": true, "nums": [1,2,3]}'
broad-football-5123
03/22/2019, 9:15 PMdata
is the key and then put the json in single quotesbroad-football-5123
03/22/2019, 9:16 PMgentle-diamond-70147
03/22/2019, 9:36 PMmost-pager-38056
03/23/2019, 7:01 AMpulumi/gcp
. After recreating the cluster, i started to see the following error message regularly:
kubernetes:core:ConfigMap (api-config-map):
warning: The provider for this resource has inputs that are not known during preview.
This preview may not correctly represent the changes that will be applied during an update.
The error is inconsistent and when it happens, a new cluster is created and the previous one is marked to be deleted, what shouldn’t be possible because it has the flag protect
.
The k8s resources from the previous cluster are moved to the new cluster instantly, but they’re not created in the new cluster actually. Also, to make any updates to the stack, the previous cluster needs to be deleted.
I’m not sure what is happening. Any ideas?lemon-greece-30910
03/23/2019, 3:33 PMstraight-jordan-23612
03/23/2019, 3:51 PMwhite-balloon-205
straight-jordan-23612
03/24/2019, 10:09 PMwhite-balloon-205
better-rainbow-14549
03/25/2019, 2:33 PMSP creating error: Plan apply failed: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-03-25T14:22:29","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"6df1d82f-17bb-48da-94d7-8dd03e6a39fa"}}]
better-rainbow-14549
03/25/2019, 2:33 PMbetter-rainbow-14549
03/25/2019, 2:33 PM