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
In order to verify that the all the components of the Admission Controller are installed correctly, we will try to apply an invalid resource that should force the admission controller to reject it. If it applies succesfully, it means the admission controller has not been hooked up correctly.
291
325
292
326
```shell script
293
-
$ kubectl apply -f - << EOF
327
+
$ oc apply -f - << EOF
294
328
apiVersion: app.redislabs.com/v1alpha1
295
329
kind: RedisEnterpriseDatabase
296
330
metadata:
@@ -322,7 +356,7 @@ Other custom configurations are referenced in this repository.
0 commit comments