diff --git a/src/content/reference/manifest.mdx b/src/content/reference/manifest.mdx index c66d2958a..d1e00137d 100644 --- a/src/content/reference/manifest.mdx +++ b/src/content/reference/manifest.mdx @@ -509,6 +509,14 @@ metadata: custom.label/dev: "true" ``` +#### mode (string, optional) + +Defines how [`okteto up`](/reference/cli/#up) will setup the development container and behave within the cluster. + +Currently two options are available: +- `sync`: (default) Sync & run your code in a remote development container. +- `hybrid`: Run your code on your local computer instead of in a remote development container, while rest of your service components runs in your remote cluster. + #### nodeSelector (map[string]string, optional) List of labels that the node must have to include the development container on it.