hundreds-airport-37168
09/23/2021, 6:09 PMkubernetes:core/v1:Namespace testtest creating error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: the server has asked for the client to provide credentials
However running it locally it works fine.
I use a google service account both locally and on gitlab ci by exporting GOOGLE_CREDENTIALS
env variablehundreds-airport-37168
09/23/2021, 9:02 PMcrooked-pillow-11944
09/24/2021, 1:49 AMhundreds-airport-37168
09/24/2021, 6:44 AMgentle-postman-94199
09/24/2021, 9:20 AMbetter-noon-15962
09/24/2021, 11:58 AM[OutputTypeAttribute]
and [OutputConstructorAttribute]
(c#) ?
I'm looking to output stuff in hierarchy. Ex:
{
logging: {
AppInsights: {
InstrumentationKey: "...",
},
...<other logging stuff>
},
... <other stuff>
}
Using ImmutableDictionnary seem to display secrets when executing `pulumi output`😞
Thanks!sticky-jelly-69198
09/24/2021, 6:41 PMsomeString
and would like to register it with custom name, so that it can be reused on the next run.lively-glass-9728
09/26/2021, 4:38 AMhundreds-airport-37168
09/26/2021, 8:08 PMbillions-ambulance-7516
09/28/2021, 5:36 AMorange-vr-54756
09/28/2021, 10:42 AMpulumi new gcp-python
it creates a sample example for gcs bucket, but i dont want that. Is there any different way or this is how pulumi works ??fierce-electrician-78107
09/28/2021, 6:34 PMblue-psychiatrist-96955
09/29/2021, 4:54 PMsquare-energy-17741
09/29/2021, 5:19 PMfrom pulumi_aws import eks
and second one is
import pulumi_eks as eks
Which will you recommend?better-noon-15962
09/29/2021, 6:44 PMpulumi cli
from a pipeline.
From what I understand with pulumi cli
(https://www.pulumi.com/docs/intro/concepts/secrets/#azure-key-vault), the secret provider authentication is based on azure environment variables:
ARM_SUBSCRIPTION_ID
ARM_CLIENT_ID
ARM_CLIENT_SECRET
ARM_TENANT_ID
is there a un-documented way of having 2 sets of Azure auth ENV. One for secret-provider and second for AzureProvider and deploying the stack?
Currently it seem that the azurekeyvault
have to be in the same subscription of where the stack is deployed.
Thanksrapid-raincoat-36492
09/30/2021, 1:45 PMgit rev-parse --abbrev-ref HEAD
or a webpack command in a pulumi file? Is there a way to run arbitrary shell commands synchronously?able-doctor-68496
09/30/2021, 5:46 PMfuture-window-78560
10/01/2021, 3:09 PMimportant-twilight-35510
10/01/2021, 3:21 PMimportant-twilight-35510
10/01/2021, 3:21 PMimportant-twilight-35510
10/01/2021, 3:23 PMimportant-twilight-35510
10/01/2021, 3:24 PMimportant-twilight-35510
10/01/2021, 4:19 PMcalm-kitchen-4682
10/01/2021, 10:57 PMdamp-ram-18047
10/03/2021, 9:32 AMpulumi config set k8s-gke-apps-svcs:clusterStackRef myUser/k8s-gke-cluster/dev-1573601751
, and this stack k8s-gke-cluster
comes from another repo: 03-cluster-configuration, will I need create a cluster configuration stack as well? Cuz crosswalk document doesn’t mention this part.
(BTW, the github repo links in crosswalk gcp document link to aws repo 🤣 )most-lighter-95902
10/04/2021, 3:56 PMmost-lighter-95902
10/04/2021, 3:59 PMconst pgContainer = new docker.Container('postgres-container', { ... })
const apiContainer = new docker.Container('api-container', {
...,
envs: [
pulumi.interpolate`DB_HOST=${pgContainer.networkDatas[0].gateway}`,
]
}, { dependsOn: [pgContainer] })
damp-accountant-65956
10/04/2021, 10:51 PMerror: program failed: waiting for RPCs: rpc error: code = Unknown desc = marshaling properties: awaiting input property vpc: cannot marshal an input of type pulumi.StringOutput with element type string as a value of type pulumi.StringOutput
... if I flatten the struct and just return StringOutput
types, i can make it work but if i try and nest a struct, i'm missing something...the standardEnvironment.go
file is in my component resource and main.go
is from the main package where I'm running the CLI
Any help / guidance here is appreciated!!rapid-raincoat-36492
10/05/2021, 1:51 PMfresh-actor-58531
10/06/2021, 7:19 AM[2021-10-06T06:47:38.665Z] error: the current deployment has 1 resource(s) with pending operations:
[2021-10-06T06:47:38.665Z] * urn:pulumi:stack-test::project-test::aws:elasticsearch/domain:Domain::stack-test, interrupted while deleting
While updating the inbound rule for existing pulumi stack