diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -12,19 +12,14 @@ dnf install tsg-diagnose ### Docker
If you have installed TSG Diagnose with Docker support, you can use the following command to build the TSG Diagnose runtime environment.
```bash
-docker load < /opt/tsg/tsg-diagnose/images/tsg_diagnose_server_web.tar
-docker load < /opt/tsg/tsg-diagnose/images/tsg_diagnose_server_dns.tar
-docker load < /opt/tsg/tsg-diagnose/images/tsg_diagnose_client.tar
+docker load < /opt/tsg/tsg-diagnose/images/tsg-diagnose-images.tar
docker-compose down --remove-orphans; docker-compose up -d --remove-orphans
```
### k3s
If you have installed TSG Diagnose with k3s support, you can use the following command to build the TSG Diagnose runtime environment.
```bash
-k3s ctr image import /opt/tsg/tsg-diagnose/images/tsg_diagnose_server_web.tar
-k3s ctr image import /opt/tsg/tsg-diagnose/images/tsg_diagnose_server_dns.tar
-k3s ctr image import /opt/tsg/tsg-diagnose/images/tsg_diagnose_client.tar
-kubectl apply -f /opt/tsg/tsg-diagnose/k8s-resource/tsg-diagnose-client.yaml
-kubectl apply -f /opt/tsg/tsg-diagnose/k8s-resource/tsg-diagnose-server.yaml
+k3s ctr image import /opt/tsg/tsg-diagnose/images/tsg-diagnose-images.tar
+kubectl apply -f /opt/tsg/tsg-diagnose/k8s-resource/tsg-diagnose.yaml
```
## Usage
There are two commands available to run TSG Diagnose:
|
