Update README.md

This commit is contained in:
Benjamin Baron 2019-05-23 11:18:40 +02:00 committed by GitHub
parent 2febb7e513
commit ea6b828749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ If you want to see the effect of a PDB, you will need a multi-node Kubernetes. A
Use the [configuration file](kind.yml) provided to create your cluster:
```sh
kind create cluster --config kind.yml
kind create cluster --config 14-pdb/kind.yml
```
Review and apply the manifests in [01-pdb.yml](01-pdb.yml). Why did we specify a soft anti-affinity?