You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> In the absence of InstructLab CLI, UI won't be able to support the synthetic data generation and fine tuning, but skill and knowledge contribution should work as expected.
43
+
44
+
If you are deploying the UI stack on a remote machine, please provide the auth url in the input
Please use `--help` to see more options supported by the installer.
51
+
52
+
## Deploy manually
53
+
54
+
If you would like to install the UI stack manually, it's a two step process
55
+
56
+
- Generate the secret file with the required input
57
+
- Deploy the UI stack manifest file using podman.
7
58
8
59
A secret is required to provide required input to the UI stack in a secure way.
9
60
10
-
Two options exist to generate the secret, either using `kubectl` or filling in values in the `secret.yaml` provided.
61
+
There are two options to generate the secret's file, either using `kubectl` or filling in values in the `secret.yaml` provided.
11
62
12
63
### Generate secrets using kubectl
13
64
@@ -46,17 +97,17 @@ echo "password" | base64
46
97
47
98
Using the above to fill in all the required input fields.
48
99
49
-
## Deploy the secret
100
+
###Deploy the secret
50
101
51
102
Now that the `secret.yaml` has been generated, use `podman kube play` to load the secret.
52
103
53
104
```bash
54
105
podman kube play secret.yaml
55
106
```
56
107
57
-
##Deploying the InstructLab UI Stack
108
+
### Deploy the InstructLab UI Stack
58
109
59
-
One last step before you launch the InstructLab UI. A file named [instructlab-ui.yaml](instructlab-ui.yaml) present in the [native](../native/) directory. Search for <TAXONOMY_REPO_ROOT_DIR> in the yaml file and replace it with the same value that is used while creating the secret.yaml file. Now with the secret in place and deployment yaml updated, use `podman kube play` to launch the containers. UI will look for the taxonomy repo in this directory to submit the skill and knowledge contributions.
110
+
One last step before you launch the InstructLab UI. A file named [instructlab-ui.yaml](instructlab-ui.yaml) present in the [native](../native/) directory. Search for <TAXONOMY_ROOT_DIR> in the yaml file and replace it with the same value that is used while creating the secret.yaml file. Now with the secret in place and deployment yaml updated, use `podman kube play` to launch the containers. UI will look for the taxonomy repo in this directory to submit the skill and knowledge contributions.
0 commit comments