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

Clarify comments for `.Values.rke.localClusterAuthEndpoint`

Open lindhe opened this issue 1 year ago • 1 comments

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 using consistent terminology)!

Also: I assume these values regards the Authorized Cluster Endpoint feature. This should also be made clearer in the comments!

https://github.com/rancher/cluster-template-examples/blob/dc5c201c5415c430cdf4bcb6af975f9e516e970b/charts/values.yaml#L22-L28

lindhe avatar Aug 28 '23 08:08 lindhe

Yes please do.

Also provide an example for the correct syntax for "caCerts"

Using this format, is apparently not supported when the inline yaml configuration gets converted to json. I tried other stuff for the multiline yaml, but none has worked sofar

image

image

Setting this as a base64 sting does work for the conversion. But then in the resulting kubeconfig the cert is double b64-encoded.

Please tell me how to set the caCerts correctly. Thank you.

staedter avatar Feb 01 '24 18:02 staedter