Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing doc update for 367950e #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -63,10 +63,10 @@ The following parameters are driven via Environment variables.
kubectl create -f k8s/secret.yaml
```

3. Create the replication controller.
3. Create the deployment.

```bash
kubectl create -f k8s/replicationController.yaml
kubectl create -f k8s/deployment.yaml
```

> **NOTE:** If running on premise, no need to provide `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` since that will come from the EC2 instance.
@@ -90,10 +90,10 @@ The value for `application_default_credentials.json` can be obtained with the fo
kubectl create -f k8s/secret.yml
```

4. Create the replication controller:
4. Create the deployment:

```bash
kubectl create -f k8s/replicationController.yaml
kubectl create -f k8s/deployment.yaml
```

## How to setup running in Docker Private Registry
@@ -112,10 +112,10 @@ The value for `application_default_credentials.json` can be obtained with the fo
kubectl create -f k8s/secret.yml
```

4. Create the replication controller:
4. Create the deployment:

```bash
kubectl create -f k8s/replicationController.yaml
kubectl create -f k8s/deployment.yaml
```

## How to set up Azure Container Registry
@@ -136,10 +136,10 @@ The value for `application_default_credentials.json` can be obtained with the fo
kubectl create -f k8s/secret.yml
```

4. Create the replication controller:
4. Create the deployment:

```bash
kubectl create -f k8s/replicationController.yaml
kubectl create -f k8s/deployment.yaml
```

## DockerHub Image