kubestellar / kubeflex

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

`kflex ctx $cpname` is unnecessarily impatient #258

Closed MikeSpreitzer closed 5 months ago

MikeSpreitzer commented 5 months ago

If a ControlPlane object named $foo has been created but the corresponding Secret has not yet been created, kflex ctx $foo will fail. It would be better to wait instead.