File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,14 @@ This section describes the steps required to deploy the Hopsworks stack using He
214
214
215
215
- Configure Repo
216
216
217
+ To obtain access to the Hopsworks helm chart repository, please obtain
218
+ an evaluation/startup licence [ here] ( https://www.hopsworks.ai/try ) .
219
+
220
+ Once you have the helm chart repository URL, replace the environment
221
+ variable $HOPSWORKS_REPO in the following command with this URL.
222
+
217
223
``` bash
218
- helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username NEXUS_USER --password NEXUS_PASS
224
+ helm repo add hopsworks $HOPSWORKS_REPO
219
225
helm repo update hopsworks
220
226
```
221
227
Original file line number Diff line number Diff line change @@ -97,8 +97,14 @@ kubectl config current-context
97
97
98
98
### Step 3.1: Add the Hopsworks Helm repository
99
99
100
+ To obtain access to the Hopsworks helm chart repository, please obtain
101
+ an evaluation/startup licence [ here] ( https://www.hopsworks.ai/try ) .
102
+
103
+ Once you have the helm chart repository URL, replace the environment
104
+ variable $HOPSWORKS_REPO in the following command with this URL.
105
+
100
106
``` bash
101
- helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username $NEXUS_USER --password $NEXUS_PASS
107
+ helm repo add hopsworks $HOPSWORKS_REPO
102
108
helm repo update hopsworks
103
109
```
104
110
Original file line number Diff line number Diff line change @@ -123,10 +123,14 @@ kubectl get pods
123
123
124
124
### Step 3.1: Add the Hopsworks Helm repository
125
125
126
- Add the Hopsworks Helm repository
126
+ To obtain access to the Hopsworks helm chart repository, please obtain
127
+ an evaluation/startup licence [ here] ( https://www.hopsworks.ai/try ) .
128
+
129
+ Once you have the helm chart repository URL, replace the environment
130
+ variable $HOPSWORKS_REPO in the following command with this URL.
127
131
128
132
``` bash
129
- helm repo add hopsworks https://nexus.hops.works/repository/hopsworks-helm-dev --username $NEXUS_USER --password $NEXUS_PASS
133
+ helm repo add hopsworks $HOPSWORKS_REPO
130
134
helm repo update hopsworks
131
135
```
132
136
You can’t perform that action at this time.
0 commit comments