numerous-plastic-88847
04/28/2020, 9:45 AMchilly-terabyte-21485
04/28/2020, 9:54 AMgreat-postman-59271
04/28/2020, 11:50 AMbetter-actor-92669
04/28/2020, 2:22 PMpulumi-kubernetes
and python
SDK. However, CRDs were not installed.
When I do helm install
manually, all CRDs are created.
There is a warning in the chart description https://github.com/containous/traefik-helm-chart/tree/master/traefik#warning for Helm 2 that states that you will have to install all CRDs manually, however for helm 3 it is not required. I obviously use helm 3, and as far as I understood, pulumi just calls helm via cli. Can someone please help me with this?cool-egg-852
04/28/2020, 2:53 PMvictorious-helmet-11068
04/28/2020, 3:49 PMvictorious-helmet-11068
04/28/2020, 3:49 PMlively-oil-7382
04/28/2020, 6:53 PMlively-oil-7382
04/28/2020, 6:53 PMlively-oil-7382
04/28/2020, 6:56 PMbitter-zebra-93800
04/28/2020, 10:08 PMbrief-vr-80039
04/29/2020, 5:28 AMimport * as k8s as "@pulumi/kubernetes";
const myApp = new k8s.yaml.ConfigFile("app", {
file: "app.yaml"
});
late-printer-99022
04/29/2020, 8:19 AMfamous-translator-53768
04/29/2020, 9:50 AMGet Started with Kubernetes
Pulumi’s Cloud Native SDK makes it easy to target any Kubernetes environment to provision a cluster, configure and deploy applications, and update them as required.
famous-translator-53768
04/29/2020, 9:50 AMfamous-translator-53768
04/29/2020, 9:52 AMbored-river-53178
04/29/2020, 10:18 AMfierce-beach-49649
04/29/2020, 1:52 PMcalm-parrot-72437
04/29/2020, 3:30 PMbrave-angle-33257
04/29/2020, 10:54 PMctrl-c
a running operation, and now can't reimport the state file, but JQ works.. (it's big, 13k lines).. bug ?
root@98a0af2021a4:/data/pulumi/infra/aws/mycompany/environment/mycompany-alarms# pulumi stack import < stage
error: could not deserialize deployment: unexpected end of JSON input
root@98a0af2021a4:/data/pulumi/infra/aws/mycompany/environment/mycompany-alarms# cat stage | jq '.version'
3
gifted-city-99717
04/30/2020, 12:04 AMhelpful-processor-86468
04/30/2020, 9:08 AMclever-crowd-18899
04/30/2020, 2:23 PM+ │ ├─ kubernetes:apps:Deployment istio-system/grafana create
+ │ ├─ kubernetes:apps:Deployment istio-system/kiali create
+ │ ├─ kubernetes:apps:Deployment istio-system/istio-egressgateway create
+ │ ├─ kubernetes:core:Secret istio-system/kiali create
+ │ ├─ kubernetes:apps:Deployment istio-system/istio-ingressgateway create
+ │ ├─ kubernetes:apps:Deployment istio-system/istiod create
+ │ ├─ kubernetes:apps:Deployment istio-system/istio-egressgateway create
+ │ ├─ kubernetes:apps:Deployment istio-system/istio-ingressgateway create
But when I choose yes, It dont schedule the creating of these deployments, and then the services that consume these deployments fails, because they never find these pods.clever-crowd-18899
04/30/2020, 2:25 PMclever-crowd-18899
04/30/2020, 2:27 PMclever-crowd-18899
04/30/2020, 2:27 PMclever-crowd-18899
04/30/2020, 2:31 PMchilly-hairdresser-56259
04/30/2020, 2:53 PMwhite-motorcycle-86077
04/30/2020, 6:01 PMupdating urn:<stack name>::awsx:x:autoscaling:AutoScalingGroup$aws:cloudformation/stack:Stack::<resource name>: timeout while waiting for state to become 'CREATE_COMPLETE, UPDATE_COMPLETE, UPDATE_ROLLBACK_COMPLETE, UPDATE_ROLLBACK_FAILED' (last state: 'UPDATE_IN_PROGRESS', timeout: 20m0s)
I attempted to put { customTimeouts: { create: "45m", update: "45m" } }
in:
awsx.autoscaling.AutoScalingGroup
awsx.autoscaling.AutoScalingLaunchConfiguration
The timeout didn't help. Any idea what I missing?big-potato-91793
04/30/2020, 10:35 PM