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
Copy file name to clipboardExpand all lines: doc/usage/tutorial.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Refer to [deployment instructions](../deploy/deployment.md) on how to deploy the
18
18
After successfully deploying the __Multi-Cluster Application Dispatcher__ Controller, create an AppWrapper custom resource in a file named `aw-01.yaml` with the following content:
19
19
20
20
```
21
-
apiVersion: mcad.ibm.com/v1alpha1
21
+
apiVersion: mcad.ibm.com/v1beta1
22
22
kind: AppWrapper
23
23
metadata:
24
24
name: stateful-set-2-replicas
@@ -81,7 +81,7 @@ Name: stateful-set-2-replicas
81
81
Namespace: default
82
82
Labels: <none>
83
83
Annotations: <none>
84
-
API Version: mcad.ibm.com/v1alpha1
84
+
API Version: mcad.ibm.com/v1beta1
85
85
Kind: AppWrapper
86
86
. . .
87
87
Status:
@@ -188,7 +188,7 @@ The next step is to create a second `AppWrapper` job that has resource demands t
188
188
Create an `AppWrapper` job in a file named `aw-02.yaml` with the following content:
0 commit comments