Skip to content

Commit

Permalink
docs: remove warning from grpc.md file
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Plotnikov <[email protected]>
  • Loading branch information
Philipp-Plotnikov committed Sep 4, 2024
1 parent 736dd0f commit 48a04de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/features/grpc.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# GRPC routes

!!! warning
We tested grpc support only by looking at resources state as traffic providers didn't support grpc well at the moment of development, but it would be great if you contribute a real example. Due to this, gRPC support is not included in the released builds, but can be tested by building the plugin from the source code.

To use GRPCRoute:

1. Install your traffic provider
Expand All @@ -27,7 +24,7 @@ spec:
- name: argo-rollouts-canary-service # canary service you have created on the 5th step
port: 80
```
7. Create Rollout resource
1. Create Rollout resource
```yaml
apiVersion: argoproj.io/v1alpha1
kind: Rollout
Expand Down

0 comments on commit 48a04de

Please sign in to comment.