Change builder in a new attempt to make it run

This commit is contained in:
Ricardo Katz 2021-09-04 01:06:51 -03:00
parent 39f087c012
commit dd3b0c9fc2
2 changed files with 10 additions and 14 deletions

View file

@ -21,8 +21,3 @@ _Using docker_
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro k8s.gcr.io/ingress-nginx/nginx:v20210809-g98288bc3c@sha256:f9363669cf26514c9548c1fe4f8f4e2f58dfb76616bcd638a0ff7f0ec3457c17
```
_Creating a replication controller_
```console
kubectl create -f ./rc.yaml
```