You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run a nameserver in k8s to manage disk names of cfs.
I have two thoughts about how to make it:
highly integrate with k8s, providing flags --kubernetes-api and --kubernetes-label to continuously update disk names
expose port to receives cfs endpoints, and update names using these endpoints in runtime. This method is more general, but it needs additional shell script to make it work in k8s.
Any preferences?
The text was updated successfully, but these errors were encountered:
I would like to run a nameserver in k8s to manage disk names of cfs.
I have two thoughts about how to make it:
--kubernetes-api
and--kubernetes-label
to continuously update disk namesAny preferences?
The text was updated successfully, but these errors were encountered: