Troubleshooting
Common questions and issues related to KuboVisor.
Last updated
Common questions and issues related to KuboVisor.
Last updated
KuboVisor currently supports two different set of permissions to analyze your cluster:
limited write permissions
read-only permissions
With limited write permissions, KuboVisor has read-only access to all deployed resources on your cluster, in all namespaces. Additionally, read-write access to pods in a specific namespace is granted. We wonβt be able to temper with resources outside of this namespace, only see them.
With read-only permissions, KuboVisor has read-only access to all deployed resources on your cluster, in all namespaces. We wonβt be able to temper with resources, only see them.
For extended details on permission levels, refer to the cloud installation manual setup specific instructions.
In order to use KuboVisor with your cluster, we need to be able to reach it. Below are the network restrictions that we currently support:
Restriction | Cloud | Agent | Comment |
---|---|---|---|
If you have the following error:
It indicates that resources that would be created by the Helm chart already exists in the cluster, but are not managed by Helm.
In this case, it indicates that KuboVisor is already configured for cloud mode in this Namespace.
If this is not your installation, contact your cluster administrator. If this is your installation and you wish to use KuboVisor agent instead of cloud mode, you can follow these steps:
Delete the cluster on which you want to install the agent from KuboVisor.
Delete the following resources from the Namespace where you want to install the agent.
Make sure that your current context is set to the right Namespace, or add --namespace myns
to all the following commands, replacing myns
by the Namespace name.
ServiceAccount ksa-kubovisor
:
Role kubovisor-limited
:
RoleBinding kubovisor-limited
:
Once all these resources are deleted, you can install the agent.
If you have the following error:
It indicates that another Helm release of KuboVisor agent is installed on the cluster in this Namespace. You can list installed Helm releases with:
None
You donβt have anything more to do!
Network whitelist
Add the following IP to the list of authorized networks: 34.141.253.143
SSH bastion
Fully private
Only supported with KuboVisor local agent