Viktor Farcic
Viktor Farcic
I don't think I ever used both in k3d (in "real" clusters yes). When working locally, and when I do need Istio, I tend to redirect all the traffic through...
I think that the chart is in https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx (please double-check). If that is correct, you need to change https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L32
I'm not sure I understood the question. Are you referring to one of the Gists that accompany this repo? If you can provide a bit more info I'll do my...
Kustomize normally organizes manifests by using `base` directory and then `overlays/ENV` dir for each environment. If, for example, you'd like to add a PVC into production, you would add it...
Can you paste your kustomize.yaml files (from both dirs)?
Assuming that add-pvc.yaml contains the definition of `wp-pv-claim2`, the problem is that you are trying to patch a resource that does not exist. If you're trying to add a new...
Both of those are having the same `name` and are in the same `namespace` so one is overwriting the other.
I'm not sure what you're trying to do. If you want `maven-app1` to run in both `rancher` and `baremetal` clusters, than you should have two entries in the `spec.generators.list` entry....
I do not think you posted the kustomize.yaml file. There's the one from January 3 but I'm guessing that's not the one used with the `ApplicationSet`.