wooden-potato-1327
09/04/2024, 10:59 AMkubernetes:elbv2.k8s.aws/v1beta1:IngressClassParams (kube-system/alb):
error: resource kube-system/alb was not successfully created by the Kubernetes API server : ingressclassparams.elbv2.k8s.aws "alb" already exists
hallowed-photographer-31251
09/04/2024, 4:16 PMwooden-potato-1327
09/04/2024, 4:26 PMk8s.helm.v3.Chart()
.
Seems it was resolved for some by switching k8s.helm.v3.Chart() to k8s.helm.v3.Release()
but unsure if I can do that on an existing setup? Can I just change the Pulumi code? Any other options?hallowed-photographer-31251
09/04/2024, 4:35 PMwooden-potato-1327
09/04/2024, 4:59 PMIf you're trying to apply DeleteBeforeReplace to the entire Helm chart, that is currently not directly supported by Pulumi's Helm integration.
Downtime would be OK so can try that route. Do DeleteBeforeReplace really work on the entire chart or how do you mean?hallowed-photographer-31251
09/04/2024, 5:00 PMwooden-potato-1327
09/04/2024, 5:06 PMhallowed-photographer-31251
09/04/2024, 5:07 PMwooden-potato-1327
09/04/2024, 5:19 PMhallowed-photographer-31251
09/04/2024, 5:23 PMhallowed-photographer-31251
09/04/2024, 5:24 PMwooden-potato-1327
09/04/2024, 6:43 PMwooden-potato-1327
09/05/2024, 8:42 AMhallowed-photographer-31251
09/05/2024, 5:00 PM