Skip to content

Commit

Permalink
small format
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 19, 2023
1 parent 12a86a4 commit 1ee63b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/dusknet/cloud-rollup-deployment/4-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Create an access key for your `root` user.

```bash
aws configure

```
```bash
# Fill out interactive fields with your access key
AWS Access Key ID [None]:
AWS Secret Access Key [None]:
Expand Down Expand Up @@ -79,8 +80,9 @@ aws eks update-kubeconfig --region <region-code> --name <my-cluster>
```

```bash
> kubectl get svc

kubectl get svc
```
```bash
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
svc/kubernetes ClusterIP 10.100.0.1 <none> 443/TCP 1m
```
Expand Down

0 comments on commit 1ee63b1

Please sign in to comment.