Andreas Lindhé
Andreas Lindhé
In the [declarative application management](https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#declarative-application-management) section of the glossary, there is a link to an external document. That link is broken. > Kustomize aspires to support [Declarative Application Management](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/declarative-application-management.md), a...
### Windows Terminal version 1.19.10573.0 ### Windows build number 10.0.22631.0 ### Other Software ```console > wsl --version WSL version: 2.1.5.0 Kernel version: 5.15.146.1-2 WSLg version: 1.0.60 MSRDC version: 1.2.5105 Direct3D...
I don't know if I've missed some configuration step, but I have horrendous screen tearing issues. Especially noticable when in fullscreen on youtube. Running a UHD display at 60 Hz...
### What happened? When having multiple `Namespace` resources, setting `namespace` in `kustomization.yaml` causes resource collision. ### What did you expect to happen? According to [the documentation](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/namespace/), the `namespace` field "Will...
Since there is no documentation available on Rancher's website regarding RKE2 cluster templates, I think this repo should do a better job of documenting the special features. I'm mainly thinking...
The field is named `localClusterAuthEndpoint`, but the comments talk about "local access endpoint". Is an _access endpoint_ the same thing as an _auth endpoint_? This should be clarified (e.g. by...
Having a `charts/` directory is a common practice (e.g., see ([rancher/charts](https://github.com/rancher/charts/tree/b4b4ec834f1eba835a8d0d9af67d1189f6e24018/charts)), but one is not supposed to have that be _the chart's_ directory. The chart's directory name should be the...
Using this repo as source, if I go and create a new repo, choose "cluster-template" and click "Compare Changes", the diff looks like this:  As we can...
The chart fails to render when using `values-vsphere.yaml`: ```console $ helm template charts --values charts/values-vsphere.yaml Error: template: cluster-template/templates/nodeconfig-vsphere.yaml:22:34: executing "cluster-template/templates/nodeconfig-vsphere.yaml" at : invalid value; expected string Use --debug flag to...