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 PMsome-doctor-15042
11/02/2020, 11:05 PMindex.yaml
so I cant simply place it in
fetchOpts:{
repo:"<https://github.com/istio/istio/tree/master/manifests/charts/gateways/istio-ingress>",
},
Ive been using path but I would prefer to source it remotely each time rather than have the chart local to my git repo.famous-kite-69533
11/03/2020, 10:39 PMproud-spoon-58287
11/09/2020, 11:18 AMproud-spoon-58287
11/09/2020, 11:18 AMproud-spoon-58287
11/09/2020, 11:18 AMproud-spoon-58287
11/09/2020, 11:18 AMproud-spoon-58287
11/09/2020, 11:18 AMValidZones: [
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1f"
]
proud-spoon-58287
11/09/2020, 11:18 AMproud-spoon-58287
11/11/2020, 10:12 AMminiature-leather-70472
11/11/2020, 5:58 PMpolite-rain-7632
11/11/2020, 7:23 PM_, err = k8s.NewNamespace(ctx, "default", &k8s.NamespaceArgs{
Metadata: &meta.ObjectMetaArgs{
Labels: pulumi.StringMap{"foo": pulumi.String("bar")},
},
}, pulumi.Provider(input.K8sProvider))
if err != nil {
return err
}
polite-rain-7632
11/11/2020, 7:30 PMNAME STATUS AGE LABELS
default Active 1d <none>
default-dbgmfhep Active 55m <http://app.kubernetes.io/managed-by=pulumi,foo=bar|app.kubernetes.io/managed-by=pulumi,foo=bar>
sticky-translator-17495
11/13/2020, 8:16 AMfast-dinner-32080
11/13/2020, 4:59 PMsticky-translator-17495
11/13/2020, 10:45 PMconfigured Kubernetes cluster is unreachable: failed to parse kubeconfig data in `kubernetes:config:kubeconfig`- couldn't get version/kind; json parse error: json: cannot unmarshal string into Go value of type struct { APIVersion string "json:\"apiVersion,omitempty\""; Kind string "json:\"kind,omitempty\"" }
wet-soccer-72485
11/14/2020, 6:50 PMContainer
type definition that PodBuilder
uses? It doesn’t appear to be exported from @pulumi/kubernetesx
.happy-soccer-64223
11/15/2020, 9:09 PMdeployment, err := MyCustomGen(name)
err = MyCustomDeploymentPatch(deployment)
I might be missing something bu i don't see how it's feasible with the pulumi-sdk. My question basically is how can we do two-pass modification on any object.mysterious-portugal-46322
11/18/2020, 12:43 PMgifted-beach-2614
11/19/2020, 7:20 PMlabelSelectorForceNewProperties(".spec.selector")
instead, since `matchLabels`/`matchExpressions` are fields inside LabelSelector, not directly inside the PVC spec objectgifted-beach-2614
11/19/2020, 7:20 PMlabelSelectorForceNewProperties(".spec.selector")
instead, since `matchLabels`/`matchExpressions` are fields inside LabelSelector, not directly inside the PVC spec objectgorgeous-egg-16927
11/19/2020, 9:52 PMgifted-beach-2614
11/19/2020, 10:28 PMgorgeous-egg-16927
12/01/2020, 7:54 PMgifted-beach-2614
12/01/2020, 8:11 PMgorgeous-egg-16927
12/03/2020, 11:51 PMgifted-beach-2614
12/04/2020, 3:25 PM