You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: go/kubebuilder/memcached-operator/README.md
+36-5Lines changed: 36 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,44 @@ Run the following command
33
33
```
34
34
$ go mod tidy
35
35
```
36
+
***NOTE*** As this example showcases validation webhook creation, please follow [this][certmanager] guide to install cert-mamager into cluster prior to deployment.
36
37
37
38
### Building the operator
38
39
39
40
Build the Memcached operator image and push it to a public registry, such as quay.io:
The following command attempts to increase the CR's `spec.size` to an even number. It should throw an error like that shown below, as the validating webhook does not allow an even `spec.size`.
0 commit comments