Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
quote-server/README.md: update according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hairongchen committed Jul 17, 2023
1 parent 2455986 commit 8f6fc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/quote-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ ctr -n=k8s.io image import ccnp-quote-server.tar
```

### Deploy as DaemonSet in Kubernetes
please edit file `service/quote-server/deployment/quote_server-daemonset.yaml` with the container image to use and run:
please check file `service/quote-server/deployment/quote_server-daemonset.yaml` to comfirm the container image to use and run:

Check warning on line 59 in service/quote-server/README.md

View workflow job for this annotation

GitHub Actions / scan_doc

Unknown word (comfirm)
```
kubectl apply -f service/quote-server/deployment/quote_server-daemonset.yaml
```

## Testing
One can play with service on host from the source code following the steps below:
You can play with service on host by following the steps below:

1. Start the quote service
```
Expand Down

0 comments on commit 8f6fc7e

Please sign in to comment.