Skip to content

Commit

Permalink
Remove kubectl create secret commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rcnnnghm committed Oct 7, 2024
1 parent 3c4dfe9 commit 4f3a5b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
11 changes: 0 additions & 11 deletions docs/setup_installation/aws/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,6 @@ helm repo update hopsworks
kubectl create namespace hopsworks
```

- Create Hopsworks secrets

```bash
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
```

- Update values.aws.yml

```bash
Expand Down
4 changes: 1 addition & 3 deletions docs/setup_installation/azure/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@ helm repo add hopsworks $HOPSWORKS_REPO
helm repo update hopsworks
```

### Step 3.2: Create Hopsworks namespace & secrets
### Step 3.2: Create Hopsworks namespace

```bash
kubectl create namespace hopsworks

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
```

### Step 3.3: Create helm values file
Expand Down
4 changes: 1 addition & 3 deletions docs/setup_installation/gcp/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,10 @@ helm repo add hopsworks $HOPSWORKS_REPO
helm repo update hopsworks
```

### Step 3.2: Create Hopsworks namespace & secrets
### Step 3.2: Create Hopsworks namespace

```bash
kubectl create namespace hopsworks

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
```

### Step 3.3: Create helm values file
Expand Down

0 comments on commit 4f3a5b5

Please sign in to comment.