Skip to content

Commit 1dd2b68

Browse files
authored
Update README.md
1 parent e5433de commit 1dd2b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Why is this useful? Note the **`dependsOn`** and **`readyPostCondition`** featur
122122
that resources are reconciled in a certain order after some conditions are met. To understand this better, see use cases like [this](https://github.com/kubernetes/kubernetes/issues/106802) in
123123
Kubernetes, are typically meant to be solved by `Glue`.
124124

125-
Let's take a look at another example, that will show also additional features (available both for `Glue` and `GlueOperator`). Typically Kubernetes does not require ordering regarding how
126-
resources are applied, however, there are certain cases when this is needed also for Kubernetes, but especially useful when external resources are managed by Kubernetes controllers.
125+
Let's look at another example, that will show the mentioned features (available both for `Glue` and `GlueOperator`). Again, Kubernetes does not require ordering regarding how
126+
resources are applied, however, there are certain cases when this is needed also for Kubernetes, but especially useful when Kubernetes controllers manage external resources.
127127

128128
The following example shows how to deploy a [dynamic admission controller](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/) that mutates
129129
all the `Pods`, adding annotation on them. Note that this is a tricky situation since the endpoint for the `MutatingWebhookConfiguration` is also a `Pod`, thus 'Pods' should be

0 commit comments

Comments
 (0)