Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix tyop
  • Loading branch information
ericpromislow authored Oct 21, 2020
1 parent 5138a31 commit 2e9724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform_operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

## A Word of Caution for Operators Regarding `kubectl`

Operators are welcome to "peek into the system" using `kubectl`. However, direct modification on cluster resources can lead to unexpected consequences. Many controllers have not yet built in any tolerance for direct user interaction with internal components, such as Istio and Fluentd. At the moment, some of our controllers don't actively reconcile: if someone modifies a resource belonging to CloudFoundry using `kubectl`, it could introduce conflicting configurations that CF is not able to handle. For example, if you modify a Route Custom Resource's hostname, the change will not be reflect when using the `cf` CLI.
Operators are welcome to "peek into the system" using `kubectl`. However, direct modification on cluster resources can lead to unexpected consequences. Many controllers have not yet built in any tolerance for direct user interaction with internal components, such as Istio and Fluentd. At the moment, some of our controllers don't actively reconcile: if someone modifies a resource belonging to CloudFoundry using `kubectl`, it could introduce conflicting configurations that CF is not able to handle. For example, if you modify a Route Custom Resource's hostname, the change will not be reflected when using the `cf` CLI.

0 comments on commit 2e9724a

Please sign in to comment.