Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 0afe49c

Browse files
author
Christopher Hein
authored
Merge pull request #154 from schlomo/patch-1
Link to discussion about servicebroker and operator difference
2 parents a519d69 + 8e1e444 commit 0afe49c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ If you would like to tear everything down - run the following commands.
9090
kubectl delete ecr example-repository-name
9191
kubectl get crd | grep ".operator.aws" | awk '{print $1}' | xargs kubectl delete crd
9292
kubectl delete -f configs/aws-service-operator.yaml
93+
94+
= FAQ
95+
96+
What is the difference between aws-service-operator (this project) and link:https://github.com/awslabs/aws-servicebroker[aws-servicebroker]?::
97+
The operator approach is based on an active component that can react to changes and eventually will also support day 2 operations. See link:https://github.com/awslabs/aws-service-operator/issues/137[Issue #137] for more details, pull requests are most welcome.

0 commit comments

Comments
 (0)