File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ type: string
87
87
directive : setting
88
88
optional : true
89
89
default : <resource_name>+"-svc" and <resource_name>+"-svc-external"
90
+ pre : |
91
+
92
+ .. admonition:: ``spec.service`` is Deprecated
93
+ :class: important
94
+
95
+ Use :setting:`spec.statefulSet.spec.serviceName` instead.
90
96
description : |
91
97
Name of |k8s| service to be created or used for a
92
98
|k8s-statefulset|. If the service with this name already exists, the
Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ Release Notes for |k8s-op-full|
17
17
|k8s-op-full| 1.16 Series
18
18
-------------------------
19
19
20
+ .. _ent_op-1.16.1:
21
+
22
+ |k8s-op-full| 1.16.1
23
+ ~~~~~~~~~~~~~~~~~~~~
24
+
25
+ *Released 2022-05-24*
26
+
27
+ MongoDB Resource
28
+ ````````````````
29
+
30
+ - Deprecates the :setting:`spec.service` parameter. Use
31
+ :setting:`spec.statefulSet.spec.serviceName` to provide a custom service name.
32
+
20
33
.. _ent_op-1.16.0:
21
34
22
35
|k8s-op-full| 1.16.0
You can’t perform that action at this time.
0 commit comments