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: documentation/2.0/content/release-notes/_index.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,21 +33,24 @@ This may require some changes to existing models in order to be parsed correctly
33
33
34
34
- Object lists in the `kubernetes` section of the model now should be specified in a hyphenated list format,
35
35
similar to how they appear in the domain resource file produced for [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-resource/).
36
-
```yaml
37
-
clusters:
38
-
- clusterName: 'cluster1'
39
-
allowReplicasBelowMinDynClusterSize: true
40
-
- clusterName: 'cluster2'
41
-
allowReplicasBelowMinDynClusterSize: true
42
-
```
43
-
- The "named object list" format is deprecated now, and will cause warning messages to be displayed.
44
-
```yaml
45
-
clusters:
46
-
'cluster1':
47
-
allowReplicasBelowMinDynClusterSize: true
48
-
'cluster2':
49
-
allowReplicasBelowMinDynClusterSize: true
50
-
```
36
+
37
+
```yaml
38
+
clusters:
39
+
- clusterName: 'cluster1'
40
+
allowReplicasBelowMinDynClusterSize: true
41
+
- clusterName: 'cluster2'
42
+
allowReplicasBelowMinDynClusterSize: true
43
+
```
44
+
45
+
- The "named object list" format is deprecated now, and will cause warning messages to be displayed.
46
+
```yaml
47
+
clusters:
48
+
'cluster1':
49
+
allowReplicasBelowMinDynClusterSize: true
50
+
'cluster2':
51
+
allowReplicasBelowMinDynClusterSize: true
52
+
```
53
+
51
54
52
55
- The deprecated argument `-model_sample` has been removed from the Model Help Tool.
53
56
The Model Help Tool has used model sample format by default since release 1.9.2.
0 commit comments