adorable-sugar-92867
01/14/2020, 9:31 AMadorable-sugar-92867
01/14/2020, 10:10 AMadorable-sugar-92867
01/14/2020, 10:11 AMlimited-rainbow-51650
01/14/2020, 10:56 AMadorable-sugar-92867
01/14/2020, 11:16 AMdoctl kubernetes cluster kubeconfig save $CLUSTER_NAME
has been run (manually) instructions such as new kubernetes.yaml.ConfigFile("cert-manager", {file: ...}
seem to fail (error: unable to load Kubernetes client configuration from kubeconfig file: invalid configuration: no configuration has been provided). Is there a recommended way around that?famous-bear-66383
01/14/2020, 2:41 PMwitty-grass-44130
01/14/2020, 4:15 PMbitter-dentist-28132
01/14/2020, 4:27 PMconst certManager = new k8s.yaml.ConfigFile(yamlUrl, {}, {provider});
const dependsOn = certManager.resources.apply((resources: any): any => Object.values(resources));
const CLUSTER_ISSUER_YAML = `...`; // uses http01
const clusterIssuer = new k8s.yaml.ConfigGroup('cluster-issuer', {yaml: CLUSTER_ISSUER_YAML}, {provider, dependsOn});
so that the ClusterIssuer
isn't installed until after everything else is. now i'm also adding a secret so that i can do a dns01
solver using digitalocean. is there a way to add the secret to dependsOn
? basically, to merge two `apply`s? or would i have to create the secret with the first dependsOn
, and then do a pulumi.all
to merge the two `ConfigGroup`s' resources?rhythmic-camera-25993
01/14/2020, 4:53 PMterraform-godaddy
a bit later todayflat-insurance-25294
01/14/2020, 7:18 PMgentle-diamond-70147
01/14/2020, 7:19 PMflat-insurance-25294
01/14/2020, 7:22 PMcreamy-potato-29402
01/14/2020, 7:23 PMflat-insurance-25294
01/14/2020, 7:24 PMflat-insurance-25294
01/14/2020, 7:24 PMcreamy-potato-29402
01/14/2020, 7:26 PMcreamy-potato-29402
01/14/2020, 7:26 PMService
and Ingress
creamy-potato-29402
01/14/2020, 7:26 PMflat-insurance-25294
01/14/2020, 7:27 PMcreamy-potato-29402
01/14/2020, 7:28 PMService
. If Pulumi interceded on your behalf it would almost certainly break something.creamy-potato-29402
01/14/2020, 7:28 PMcreamy-potato-29402
01/14/2020, 7:30 PMflat-insurance-25294
01/14/2020, 7:46 PMfresh-summer-65887
01/14/2020, 8:11 PMcreamy-potato-29402
01/14/2020, 10:17 PMcreamy-potato-29402
01/14/2020, 10:17 PMcreamy-potato-29402
01/14/2020, 10:18 PMflat-insurance-25294
01/14/2020, 10:22 PMflat-insurance-25294
01/14/2020, 10:22 PMflat-insurance-25294
01/15/2020, 12:09 AM