Skip to content

Commit

Permalink
fix the samples
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer authored Sep 6, 2024
1 parent b4cb358 commit e6cd62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nginx-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kubectl apply -f .
## Install HTTP load testing tool

```sh
$ go get -u github.com/tsenart/vegeta
go install github.com/tsenart/vegeta@latest
```

## Validate Nginx service availability during node drain
Expand Down
2 changes: 1 addition & 1 deletion examples/nginx-ha/nginx-pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: nginx
Expand Down

0 comments on commit e6cd62b

Please sign in to comment.