Read some of the common errors that users experience during the Tanzu Salt installation process and how to fix them.
When you first try to open Tanzu Salt, nothing happens.
These symptoms might be caused if your VMware Aria Automation deployment is using a certificate signed by a non-standard certificate authority.
See Troubleshooting Tanzu Salt environments with VMware Aria Automation that use self-signed certificates for a workaround.
When you first open the Tanzu Salt in your VMware Aria Automation deployment, your web browser displays a security warning next to the URL or in the display page that the certificate cannot be validated.
These symptoms might be caused if your VMware Aria Automation deployment is using a certificate signed by a non-standard certificate authority.
See Troubleshooting Tanzu Salt environments with VMware Aria Automation that use self-signed certificates for a workaround.
For example, when installing Salt as a pre-installation step, yum
might return the following error:
[Error 14] curl#60 – “Peer's Certificate issuer is not recognized.
In this case, it is likely that you are either experiencing DNS issues or you have a transparent TLS/https proxy in your environment.
To resolve DNS issues, ensure that repo.saltproject.io
resolves on your machine or that you can reach that server.
If you have a transparent proxy, add sslverify=0
to the Config yum repo configuration and then retry the installation of the packages. This will workaround the fact that your transparent proxy is interfering with connection certificates and TLS signatures.
Sometimes users experience a problem where minion IDs don’t appear when trying to get the Salt master to accept minion keys.
The minion configuration file may not be correct.
Specify the IP address of the Salt master in each minion’s etc/salt/minion.d/id.conf
file.
Edit this file and change the master
setting to show the Salt master’s IP address. For example, master:127.0.0.0
.
For additional methods of connecting the minion to the Salt master, see Configuring the Salt Minion.
During the initial application of the highstate to the first Salt master, you may see the following error message: Authenticationerroroccurred
.
This error displays because the Salt master has not yet authenticated to the RaaS node.
The Master Plugin installation state will restart the Salt master service and the issue will be resolved automatically.
Note:
Support for Tanzu Salt is available to Tanzu Salt customers with an active license and maintenance agreement. For more information about contacting VMware Support, refer to the Tanzu Salt support page.