Skip to content

Commit

Permalink
fix(serverless): remove note about protocol switching not being avail…
Browse files Browse the repository at this point in the history
…able in console (#3618)
  • Loading branch information
cyclimse authored Aug 22, 2024
1 parent 468aa6d commit 1fd7573
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions faq/serverless-containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ There are several ways to deploy containers, [this page](/serverless/containers/

Serverless Containers use the **http1** protocol by default, but some services (e.g., gRPC) only support http2.

Protocol switching is currently not available in the console but can be changed by using:

* [CLI (doc)](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/container.md#update-an-existing-container)
* [API (doc)](https://www.scaleway.com/en/developers/api/serverless-containers/)
Protocol switching is available in the Console under the `Advanced options` section in the `Deployment` tab.

## Why does my gRPC container not respond?

Expand Down

0 comments on commit 1fd7573

Please sign in to comment.