steep-portugal-37539
12/08/2021, 11:17 PMimportant-vegetable-39003
12/10/2021, 4:52 PMfull-dress-10026
12/11/2021, 12:39 AMmagnificent-tent-53010
12/13/2021, 2:51 AMimportant-vegetable-39003
12/13/2021, 11:40 AMkube2pulumi
?:
unable to run program: Error: Missing item separator
on pcl-546459028.pp line 80:
75: envFrom = [
76: {
77: configMapRef = {
78: name = "global-configmap"
79: },
80: }
81: {
Expected a comma to mark the beginning of the next item.
Seems to be a bug with kube2pulumi?victorious-exabyte-70545
12/14/2021, 9:27 PMfreezing-architect-84290
12/16/2021, 6:02 PMclever-wall-4616
12/18/2021, 1:31 AMall
and apply
but that doesn't stop Pulumi from running it.
I've considered moving the Helm chart creation out of the custom resource and making the custom resource depend on it. While that would probably work, I would prefer to bundle that into the custom resource if possible.
Is there anything you'd suggest to get around this? Thanks in advance.sparse-butcher-73713
12/22/2021, 7:39 AMsparse-butcher-73713
12/23/2021, 7:30 AMsparse-butcher-73713
12/23/2021, 7:30 AMkubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> (nginx):
warning: Helm release "nginx-z31ydwbs" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then retry. Reason: failed pre-install: timed out waiting for the condition
error: failed pre-install: timed out waiting for the condition
sparse-butcher-73713
12/23/2021, 7:30 AMsparse-butcher-73713
12/23/2021, 9:04 AMsparse-butcher-73713
12/23/2021, 9:04 AMsparse-butcher-73713
12/23/2021, 10:00 AMmammoth-honey-6147
12/23/2021, 1:52 PMsparse-butcher-73713
12/23/2021, 5:46 PMsparse-butcher-73713
12/23/2021, 5:47 PMbland-lamp-16797
12/27/2021, 3:48 PMmost-lighter-95902
01/01/2022, 5:19 PMeks
package and having issues.most-lighter-95902
01/01/2022, 5:20 PMnew eks.ManagedNodeGroup(defaultNodeGroupName, {
cluster: {
...cluster.core,
nodeGroupOptions: {
keyName: 'key_name'
}
},
...
}
most-lighter-95902
01/01/2022, 5:20 PMmost-lighter-95902
01/01/2022, 5:21 PMhundreds-article-77945
01/03/2022, 8:36 PMbusy-island-31180
01/04/2022, 1:49 AMtall-photographer-1935
01/06/2022, 2:34 AMdef add_ingress_ip_address(obj, opts):
if obj['kind'] == 'Ingress':
try:
t = obj['metadata']['annotations']['<http://kubernetes.io/ingress.global-static-ip-name|kubernetes.io/ingress.global-static-ip-name>'] = **DYNAMIC BASED ON CREATED IP ADDRESS NAME**
Is that possible?freezing-umbrella-80278
01/06/2022, 1:33 PMbored-table-20691
01/06/2022, 11:46 PMpulumi-eks
eks.Cluster
type, how do I get the name of that cluster (e.g. if I need to pass it to an annotation or an IAM role or some such)? Specifically in Go, I’ve seen several examples in TS (specifically, cluster.eksCluster.name
).hundreds-article-77945
01/11/2022, 2:13 PMmodern-boots-64313
01/12/2022, 1:58 AMpulumi up
, checked pulumi log file it did shows the resources still in the state. Any idea why ?modern-boots-64313
01/12/2022, 1:58 AMpulumi up
, checked pulumi log file it did shows the resources still in the state. Any idea why ?quiet-wolf-18467
01/12/2022, 12:14 PM--refresh
with pulumi up
it's currently unaware of that out of band change.modern-boots-64313
01/13/2022, 12:27 AM--refresh
for deployment ?