In some situations, the Smartfacts server has no access to the internet. In this case, it is not possible to download the needed software and images. This article describes which options we have to install Smartfacts in such scenarios.
...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Provide container images with a proxy container registryPlease contact your administrators to add the Smartfacts registry https://repo.mid.de to the proxy registry. Add login data to the proxy registryTo connect to your proxy registry you must insert the login information of the proxy registry in your values.yaml file. To do so, replace the placeholder in the following text and insert it into a file “registrylogin.txt” on the Smartfacts server.
|
...
Code Block |
---|
sudo helm upgrade --install --timeout 15m0s smartfacts ./smartfacts -f values.yaml -n smartfacts --create-namespace |
Watch Deployment events (in a new Session)
Open a second session on the server and enter the following command:
Code Block |
---|
sudo watch kubectl get alldeployments -n smartfacts |
...
After all deployments are availabe, you can enter the camp page to set up users.
Enter the following command to show the Smartfacts URLsURLs (please make sure to prefix it with “https://” in your browser):
Code Block |
---|
sudo kubectl get ingress -n smartfacts |
Troubleshooting
Display events
If the deployments don`t get healthy, you can display the event messages of the installation:
Code Block |
---|
sudo kubectl get events -n smartfacts |
These events show some common error conditions (e.g. Images are not found; insufficient ressources)