cluster-template-examples icon indicating copy to clipboard operation
cluster-template-examples copied to clipboard

Results 23 cluster-template-examples issues
Sort by recently updated
recently updated
newest added

It seems this repo is not under active development. However, there is a [cluster-templates chart that is maintained by rancherfederal](https://github.com/rancherfederal/rancher-cluster-templates) that seems to be more active. If there is not...

common in Amazonec2Config doesn't exist Maybe the same for all others provider but I didn't test so I only removed from the Amazonec2Config. Adding the taints and labels into the...

The clusterroletemplatebinding need the management cluster name which is generated in the source code of Rancher. The lookup will directly fetch the management cluster name. The if condition is to...

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...

### Problem Working with Harvester templates specifically I noticed that despite choosing harvester in the `cloudprovider` field, that the cloud provider itself was not provisioned in the cluster. ### Expected...

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: ![nodepools.0 is added](https://github.com/rancher/cluster-template-examples/assets/7773090/aa6c580a-727e-4dd0-a50d-0fcfad8298e7) 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...

How am I supposed to read this comment and know what to do?? https://github.com/rancher/cluster-template-examples/blob/dc5c201c5415c430cdf4bcb6af975f9e516e970b/charts/values-vsphere.yaml#L26-L54 Please use nested comments, so it's _clear_ which parts are _comments_ and what is _commented out...