Szymon Piotr Krasuski

Results 9 comments of Szymon Piotr Krasuski

I have the same use case with token to SDM tahat I want to pass from env var exported.

Yes, it's classic module. However, for getting token aws-iam-authenticator should be enough. All in all this is what gathered token

Not sure as I'm using automation API ``` const pulumiProgram = async () => { return await createResource(); } const args: InlineProgramArgs = { stackName: "stack", projectName: "project", program: pulumiProgram,...

@pierskarsenbarg I've created a feature request regarding kubeconfig that we've been talking about yesterday :)

I have the same problem with `aws.cloudwatch.LogGroup`. Figured out temporary fix which is probably better than importing * from aws package: ``` import { cloudwatch } from "@pulumi/aws"; new cloudwatch.LogGroup(...)...

I think that manifest would better option as it may be easier to read and understand manifest file for DevOps instead of going through pipeline commands. :)

Yeah, I agree that it may be ignored for some commands as it makes no sense e.g. listing tags of all images in repository. :)

I'm not sure whether there's some tutorial for that, but it seems like a so called 'Nested Deployment': https://github.com/Juniper/contrail-kubernetes-docs/blob/master/install/kubernetes/nested-kubernetes.md Maybe that'll help you :)

I'm not sure whether this will work. @apasyniuk was working on this today and I think that mounting /proc/pid does not work properly. Have you tested it? Consider maybe usage...