Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit e66037d

Browse files
changes requested in the review
1 parent a5ce7d0 commit e66037d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ $ kubectl logs memcached-operator-7d76948766-nrcp7
274274

275275
The following error will occur if your cluster was unable to pull the image:
276276

277-
**NOTE:** Just for tests purposes make the image public and setting up the cluster to allow use insecure registry. ( E.g `--insecure-registry 172.30.0.0/16` )
278-
279277
```sh
280278
$ kubectl get pod
281279
NAME READY STATUS RESTARTS AGE
@@ -289,6 +287,8 @@ $ kubectl logs memcached-operator-6b5dc697fb-t62cv
289287
Error from server (BadRequest): container "memcached-operator" in pod "memcached-operator-6b5dc697fb-t62cv" is waiting to start: image can't be pulled
290288
```
291289

290+
**NOTE:** Just for tests purposes make the image public and setting up the cluster to allow use insecure registry. ( E.g `--insecure-registry 172.30.0.0/16` )
291+
292292
### 2. Run locally outside the cluster
293293

294294
This method is preferred during development cycle to deploy and test faster.

0 commit comments

Comments
 (0)