some-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 objectbusy-soccer-65968
11/19/2020, 11:04 PMhelm.v3.Chart
and wondering if i'm missing something. i'm using latest`2.7.2` kubernetes npm package. This is typescript project.
The problem is around the values
property.
Essentially when I deploy the helm chart from scratch. All customized values
work as expected. However, when I change any of those values AFTER the initial deploy pulumi doesn't seem to notice any difference. What I've done in the past is simply comment out the helm chart, run pulumi update (to delete it), and redeploy with new values. However, I cannot do this because it is our ingress controller.
Other properties namespace, version, transformations
all seem to pick up differences. The issue seems to be strictly related to the values
property.
Is there anyway to have pulumi recognize the change in values
without having to manually delete/replace the helm chart? Let me know if I can make this any more clear 🙏 .~white-orange-65913
11/20/2020, 12:17 PMadamant-translator-31969
11/20/2020, 3:12 PMbitter-application-91815
11/23/2020, 6:52 PMbitter-application-91815
11/23/2020, 6:53 PMsparse-gold-89283
11/24/2020, 4:55 PMbreezy-cricket-40277
11/26/2020, 2:29 PMkubernetes
provider to fetch a secret
from a kubernetes cluster provider, if the secret itself is not created by pulumi?adamant-translator-31969
11/28/2020, 7:08 PMrich-library-94587
11/30/2020, 1:19 PMcolossal-australia-65039
12/01/2020, 1:27 AMup
. For example, I move an ingress
to a different namespace but get an error because it has the same host as the "existing" one. How can I handle these to ensure there is no conflict when I run up
?big-potato-91793
12/03/2020, 1:34 PM