bitter-application-91815
10/08/2020, 11:23 AMclever-byte-21551
10/11/2020, 1:36 PMclever-byte-21551
10/11/2020, 1:37 PMpulumi.ToSecret
and it is still saved to the state as plaintext
@gorgeous-egg-16927rough-tomato-98795
10/12/2020, 9:05 AMworried-city-86458
10/13/2020, 3:42 AMnew ConfigFile($"{prefix}-cert-manager",
new ConfigFileArgs { File = "<https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml>" },
new ComponentResourceOptions { Provider = kubeProvider });
worried-city-86458
10/13/2020, 3:43 AMDiagnostics:
pulumi:pulumi:Stack (aws-alpha):
error: Running program 'D:\Devel\Mps\devops-gemini-pulumi\Aws\bin\Debug\Aws.dll' failed with an unhandled exception:
Grpc.Core.RpcException: Status(StatusCode=Internal, Detail="Failed to deserialize response message.")
at Pulumi.GrpcMonitor.InvokeAsync(InvokeRequest request) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/GrpcMonitor.cs:line 23
at Pulumi.Deployment.InvokeAsync[T](String token, InvokeArgs args, InvokeOptions options, Boolean convertResult) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment_Invoke.cs:line 36
at Pulumi.Output`1.ApplyHelperAsync[U](Task`1 dataTask, Func`2 func) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Core/Output.cs:line 226
at Pulumi.Output`1.ApplyHelperAsync[U](Task`1 dataTask, Func`2 func) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Core/Output.cs:line 226
at Pulumi.Output`1.ApplyHelperAsync[U](Task`1 dataTask, Func`2 func) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Core/Output.cs:line 241
at Pulumi.Output`1.Pulumi.IOutput.GetDataAsync() in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Core/Output.cs:line 142
at Pulumi.Serialization.Serializer.SerializeAsync(String ctx, Object prop) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Serialization/Serializer.cs:line 136
at Pulumi.Deployment.SerializeFilteredPropertiesAsync(String label, IDictionary`2 args, Predicate`1 acceptKey) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment_Serialization.cs:line 54
at Pulumi.Deployment.SerializeAllPropertiesAsync(String label, IDictionary`2 args) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment_Serialization.cs:line 33
at Pulumi.Deployment.RegisterResourceOutputsAsync(Resource resource, Output`1 outputs) in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment_RegisterResourceOutputs.cs:line 32
at Pulumi.Deployment.Runner.<>c__DisplayClass7_0.<<WhileRunningAsync>g__HandleCompletion|0>d.MoveNext() in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment.Runner.cs:line 117
--- End of stack trace from previous location ---
at Pulumi.Deployment.Runner.WhileRunningAsync() in /home/travis/gopath/src/github.com/pulumi/pulumi/sdk/dotnet/Pulumi/Deployment/Deployment.Runner.cs:line 157
dazzling-sundown-39670
10/14/2020, 12:16 PMcompose-lock.json
has changed?icy-jordan-58549
10/14/2020, 4:55 PMexport declare type ResourceTransformation = (args: ResourceTransformationArgs) => ResourceTransformationResult | undefined;
Also, is there a way to omit resources? I found this approach, https://github.com/pulumi/pulumi-kubernetes/issues/486#issuecomment-527958122 any other ways to workaround it? Thanksbitter-application-91815
10/14/2020, 9:27 PMbitter-application-91815
10/14/2020, 9:28 PMgorgeous-animal-95046
10/19/2020, 7:04 PMdeployment
whose replica count is controlled by an HPA. Basically when a deployment
change happens, it will scale the replica set behind the deployment to 1
replica, destroying what the HPA has set. I originally had replicas: 1
in the deployment spec, but I removed that and I still see this behavior. Anyone else experience this and is there a way to fix it?limited-rain-96205
10/22/2020, 1:34 AMminiature-leather-70472
10/22/2020, 8:53 AMbetter-rainbow-14549
10/22/2020, 10:00 AMloud-battery-37784
10/22/2020, 3:02 PMprehistoric-account-60014
10/23/2020, 3:45 PM@pulumi/kubernetes
to the latest version (v2.6) but the state was using v2.2. In CI only the new one is installed (v2.6) and Pulumi fails because it attempts to load v2.2:
error: could not load plugin for kubernetes provider 'urn:pulumi:<snip>::pulumi:providers:kubernetes::default_2_2_2': failed to load plugin /<snip>/.pulumi/plugins/resource-kubernetes-v2.2.2/pulumi-resource-kubernetes: plugin not found
Is there a way to refresh the state so that it expects the latest version of the plugin instead of the older one?some-doctor-15042
10/23/2020, 8:36 PMerror: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "https://********************.<http://sk1.us-west-2.eks.amazonaws.com/openapi/v2?timeout=32s|sk1.us-west-2.eks.amazonaws.com/openapi/v2?timeout=32s>": getting credentials: exec: exit status 2
This is using typescript and the following guide - https://www.pulumi.com/docs/get-started/kubernetes/review-project/
Can pulumi not authenticate with the existing kubeconfig via an iam role?fast-dinner-32080
10/26/2020, 7:16 PMsa_secret = pulumi_kubernetes.core.v1.Secret.get(
resource_name="vault-auth",
id="kube-system/vault-auth-token-fsl4p",
opts=ResourceOptions(
provider=kubernetes_provider
)
)
token = sa_secret.data.apply(lambda x: x['token'])
AttributeError: ‘NoneType’ object has no attribute ‘apply’wet-noon-14291
10/27/2020, 3:12 PMPathType
property, but some reason it seems like the PathType
isn't applied. I'm using pulumi .NET (F#, but that shouldn't matter). Anyone knows what might be up?fast-dinner-32080
10/27/2020, 7:54 PMcert_manager_deployment = cert_manager_chart.get_resource(group_version_kind="apps/v1/Deployment",
name="cert-manager",
namespace="cert-manager")
Trying to use that ends up with this exception Exception: 'depends_on' was passed a value that was not a Resource.
wet-noon-14291
10/28/2020, 7:45 AMwet-soccer-72485
10/28/2020, 6:40 PMminiature-scientist-54855
10/29/2020, 11:36 AMicy-jordan-58549
10/29/2020, 3:39 PMexport const elasticService = k8s.core.v1.Service.get(
'elastic-lb',
pulumi.interpolate`${namespace.metadata.name}/${elastic.metadata.name}-es-http`,
{ parent: namespace, dependsOn: elastic, provider: aks.k8s.provider }
);
elasticService
- I need to wait for this resource to appear, instead of failing instantly on preview step?
Thanks!quaint-electrician-41503
10/29/2020, 5:39 PMhelm upgrade
via pulumi?quaint-electrician-41503
10/29/2020, 5:42 PMChart("some-name,config=LocalChartOpts(path=path/to/helm-chart,ns=...,values=custom_values))
quaint-electrician-41503
10/29/2020, 5:43 PMquaint-electrician-41503
10/29/2020, 5:52 PMfast-dinner-32080
10/30/2020, 8:00 PMwet-noon-14291
11/01/2020, 11:07 PM