...
Note | ||
---|---|---|
| ||
We need to check what is sent from ESR to registery URL. Currently the K8s Plugin uses a kubeconfig file to access different k8s clusters. We will either need to generate a kubeconfig file (does ESR send enough info to do this? If not we might need to extend ESR) or access the cluster using another form of authentication (check k8s code and see if this is possible - auth token perhaps?
|
The registrationHandler will then query the k8s cluster under registration to get a list of nodes and the labels for each node.
...