File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ to others, please don't hesitate to file an issue or submit a PR.
102
102
See the [ guestbook] ( https://github.com/kubernetes/examples/tree/master/guestbook/ ) app
103
103
for examples of this approach.
104
104
105
- A Service can be made to span multiple Deployments by omitting release-specific labels from its
106
- selector. When you need to update a running service without downtime, use a
107
- [ Deployment] ( /docs/concepts/workloads/controllers/deployment/ ) .
105
+ A Service can be made to span multiple Deployments by omitting release-specific labels from its
106
+ selector. When you need to update a running service without downtime, use a
107
+ [ Deployment] ( /docs/concepts/workloads/controllers/deployment/ ) .
108
108
109
- A desired state of an object is described by a Deployment, and if changes to that spec are
110
- _ applied_ , the deployment controller changes the actual state to the desired state at a controlled
111
- rate.
109
+ A desired state of an object is described by a Deployment, and if changes to that spec are
110
+ _ applied_ , the deployment controller changes the actual state to the desired state at a controlled
111
+ rate.
112
112
113
113
- Use the [ Kubernetes common labels] ( /docs/concepts/overview/working-with-objects/common-labels/ )
114
114
for common use cases. These standardized labels enrich the metadata in a way that allows tools,
You can’t perform that action at this time.
0 commit comments