Skip to content

Commit 10ec124

Browse files
committed
Addressed more comments
1 parent 63b9f0a commit 10ec124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/concepts/workloads/controllers/deployment.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ It is generally discouraged to make label selector updates and it is suggested t
288288
In any case, if you need to perform a label selector update, exercise great caution and make sure you have grasped
289289
all of the implications.
290290

291-
Note that in API version `apps/v1beta2`, a Deployment's label selector is immutable after it gets created.
291+
**Note:** In API version `apps/v1beta2`, a Deployment's label selector is immutable after it gets created.
292+
{: .note}
292293

293294
* Selector additions require the pod template labels in the Deployment spec to be updated with the new label too,
294295
otherwise a validation error is returned. This change is a non-overlapping one, meaning that the new selector does
@@ -928,7 +929,7 @@ a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/
928929

929930
### Rollback To
930931

931-
Field `.spec.rollbackTo` has been deprecated in API versions `extensions/v1beta1` and `apps/v1beta1`, and removed in API version `apps/v1beta2`. Instead, `kubectl rollout undo` as introduced in [Rolling Back to a Previous Revision](#rolling-back-to-a-previous-revision) should be used.
932+
Field `.spec.rollbackTo` has been deprecated in API versions `extensions/v1beta1` and `apps/v1beta1`, and is no longer supported in API version `apps/v1beta2`. Instead, `kubectl rollout undo` as introduced in [Rolling Back to a Previous Revision](#rolling-back-to-a-previous-revision) should be used.
932933

933934
### Revision History Limit
934935

0 commit comments

Comments
 (0)