Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
replace --plugins=go/v4-alpha with --plugins=go/v4 to reflect "Move go/v4 plugin from alpha to stable " in v1.33 https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.33.0/
  • Loading branch information
akgerber committed Apr 22, 2024
1 parent d8afce4 commit 0bae435
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This guide walks through an example of building a simple memcached-operator usin
operator-sdk init --domain example.com --repo github.com/example/memcached-operator
```

**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4-alpha`
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4-alpha`
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4`
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4`

1. Create a simple Memcached API:

Expand Down

0 comments on commit 0bae435

Please sign in to comment.