Skip to content

Commit 4f3a5b5

Browse files
committed
Remove kubectl create secret commands
1 parent 3c4dfe9 commit 4f3a5b5

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

Diff for: docs/setup_installation/aws/getting_started.md

-11
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,6 @@ helm repo update hopsworks
231231
kubectl create namespace hopsworks
232232
```
233233

234-
- Create Hopsworks secrets
235-
236-
```bash
237-
kubectl create secret docker-registry regcred \
238-
--namespace=hopsworks \
239-
--docker-server=docker.hops.works \
240-
--docker-username=NEXUS_USER \
241-
--docker-password=NEXUS_PASS \
242-
--docker-email=NEXUS_EMAIL_ADDRESS
243-
```
244-
245234
- Update values.aws.yml
246235

247236
```bash

Diff for: docs/setup_installation/azure/getting_started.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,10 @@ helm repo add hopsworks $HOPSWORKS_REPO
108108
helm repo update hopsworks
109109
```
110110

111-
### Step 3.2: Create Hopsworks namespace & secrets
111+
### Step 3.2: Create Hopsworks namespace
112112

113113
```bash
114114
kubectl create namespace hopsworks
115-
116-
kubectl create secret docker-registry regcred --namespace=hopsworks --docker-server=docker.hops.works --docker-username=$NEXUS_USER --docker-password=$NEXUS_PASS --docker-email=$NEXUS_EMAIL_ADDRESS
117115
```
118116

119117
### Step 3.3: Create helm values file

Diff for: docs/setup_installation/gcp/getting_started.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,10 @@ helm repo add hopsworks $HOPSWORKS_REPO
134134
helm repo update hopsworks
135135
```
136136

137-
### Step 3.2: Create Hopsworks namespace & secrets
137+
### Step 3.2: Create Hopsworks namespace
138138

139139
```bash
140140
kubectl create namespace hopsworks
141-
142-
kubectl create secret docker-registry regcred --namespace=hopsworks --docker-server=docker.hops.works --docker-username=$NEXUS_USER --docker-password=$NEXUS_PASS --docker-email=$NEXUS_EMAIL_ADDRESS
143141
```
144142

145143
### Step 3.3: Create helm values file

0 commit comments

Comments
 (0)