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

Commit

Permalink
Link to discussion about servicebroker and operator difference
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Jan 16, 2019
1 parent a519d69 commit 8e1e444
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.adoc
Expand Up @@ -90,3 +90,8 @@ If you would like to tear everything down - run the following commands.
kubectl delete ecr example-repository-name
kubectl get crd | grep ".operator.aws" | awk '{print $1}' | xargs kubectl delete crd
kubectl delete -f configs/aws-service-operator.yaml

= FAQ

What is the difference between aws-service-operator (this project) and link:https://github.com/awslabs/aws-servicebroker[aws-servicebroker]?::
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 comments on commit 8e1e444

Please sign in to comment.