Skip to content

Commit fff12a8

Browse files
docs: replace make deploy-demo command with a link to the cloud-native-demo repo (#476)
Signed-off-by: James Milligan <[email protected]>
1 parent 013761a commit fff12a8

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

docs/getting_started.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,8 @@ Once you [understand the basic concepts](./concepts.md) and [install the operato
66

77
### Deploy the demo app
88

9-
To get started with the operator you can deploy our e2e example using the [playground app](https://github.com/open-feature/playground)
10-
To deploy the example, run the following command:
11-
```sh
12-
make deploy-demo
13-
```
14-
This command deploys the demo app to the `open-feature-demo` namespace, and once it enters a `Ready` state, will start port-forwarding to the deployed `service/open-feature-demo-service`. Once the log line `Forwarding from 127.0.0.1:30000 -> 30000` is printed, the application is available at [`127.0.0.1:30000`](127.0.0.1:30000).
15-
16-
To update the flag configurations first request the deployed yaml from the cluster, writing it to a file:
17-
```
18-
kubectl get featureflagconfigurations.core.openfeature.dev end-to-end -o yaml > my-flag-configuration.yaml
19-
```
20-
This file can then be edited and re-applied to the cluster, resulting in the changes being reflected by the demo application. As an example, change the `defaultVariant` for the `hex-color` flag from `"blue"` to `"green"`.
21-
Run `kubectl apply -f my-flag-configuration.yaml` to apply these changes to the cluster, this will result in the background color of the demo app changing to green when the `flagd` provider is selected.
22-
23-
### Uninstall the demo app
24-
25-
To uninstall the demo app from your cluster, run the following command:
26-
```
27-
make delete-demo-deployment
28-
```
9+
To get started with the operator you can deploy our e2e example using the [cloud-native-demo](https://github.com/open-feature/cloud-native-demo), showcasing an integration with ArgoCD to control feature flags in a GitOps environment.
10+
Alternatively, you can deploy your own application following the guide below.
2911

3012
## Deploy your own application
3113

0 commit comments

Comments
 (0)