Skip to content

Commit

Permalink
Suggest changing bucket name in simple-internal example
Browse files Browse the repository at this point in the history
closes #101

Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jul 28, 2022
1 parent 7872115 commit 4c00ae4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/simple-internal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ $ /usr/local/bin/kubectl create namespace simple-internal
namespace/simple-internal created
```

- Create bucket for logs
- Create bucket for logs. Be sure to change bucket name (they are unique per region).
```
$ aws s3 mb s3://ccm-examples --endpoint https://osu.eu-west-2.outscale.com
make_bucket: ccm-examples
```

- Deploy the application ,which a simple server that responds with the http headers it received, along with the Loadbalancer
- Adapt `service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name` annotation in [specs/svc.yaml](specs/svc.yaml) with your bucket name.

- Deploy the application, which a simple server that responds with the http headers it received, along with the Loadbalancer

```
$ /usr/local/bin/kubectl apply -f examples/simple-internal/specs/
Expand Down

0 comments on commit 4c00ae4

Please sign in to comment.