kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
47 stars 13 forks source link

🐛 allows incluster access with cm-kubeconfig and admin-kubeconfig #90

Closed pdettori closed 1 year ago

pdettori commented 1 year ago

Summary

Fixes cm-kubeconfig to point to correct DNS name for in-cluster access. It also adds a new kubeconfig with admin authority to admin-kubeconfig secret, with key kubeconfig-incluster

Related issue(s)

Fixes #89