Skip to content

Commit e8a5d31

Browse files
update "operator-sdk run bundle" usage (#5210)
* update "operator-sdk run bundle" usage Adding "docker registry host" in operator-sdk run bundle argument Signed-off-by: akihikokuroda <[email protected]> * Update quickstart.md Same way as tutorial.md Signed-off-by: akihikokuroda <[email protected]>
1 parent 3b7071a commit e8a5d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/golang/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This guide walks through an example of building a simple memcached-operator usin
5959
has a custom CA, these [configuration steps][image-reg-config] must be complete.
6060

6161
```sh
62-
operator-sdk run bundle example.com/memcached-operator-bundle:v0.0.1
62+
operator-sdk run bundle <some-registry>/memcached-operator-bundle:v0.0.1
6363
```
6464

6565
1. Create a sample Memcached custom resource:

0 commit comments

Comments
 (0)