Troubleshooting
Issue: An Incorrect port number is provided in the apiserver file during Spektra installation.
Description: If an incorrect port number is specified in the apiserver file, no data/stats are displayed on the user interface. For example, the tenant cluster stats are not displayed, or data is not displayed for an application, or the application does not start.
Solution:
Login to each node of the domain cluster.
Provide the correct port number in the /etc/kubernetes/apiserver file
Restart the apiserv.service.
Run the following command:
kubectl -n spektra-system set env deploy spektrasvc PORT=<CLUSTER_SPEKTRA_PORT>
For example,
kubectl -n spektra-system set env deploy spektrasvc PORT=30010
Reattach all the tenant clusters again and check if spektrasvc pod is up and running.