kcp-dev / helm-charts

Helm chart repo for KCP
Apache License 2.0
4 stars 21 forks source link

Add external-logical-cluster-admin #33

Closed hardys closed 1 year ago

hardys commented 1 year ago

Currently the logical cluster admin kubeconfig is used to access both the external front-proxy endpoint, and also the shard directly via the baseURL - this won't work in the case where different CA certs are used for shard and front-proxy such as in the templates maintained in this repo.

Requires https://github.com/kcp-dev/kcp/pull/2882

Fixes: #32

hardys commented 1 year ago

/hold

hold until https://github.com/kcp-dev/kcp/pull/2882 merges

hardys commented 1 year ago

https://github.com/kcp-dev/kcp/pull/2882 now merged, and this has been updated after debugging an issue with the new client cert (thanks @s-urbaniak for the help) - I think this should be ready for review now and it's working fine for me using the latest main KCP image