You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/containers/overview-local-process-kubernetes.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ After you establish a connection to your cluster, you can run and debug code nat
43
43
44
44
In addition, Local Process with Kubernetes provides a way to replicate environment variables and mounted files available to pods in your cluster on your development computer through the `KubernetesLocalProcessConfig.yaml` file. You can also use this file to create new environment variables and volume mounts.
45
45
46
+
> [!NOTE]
47
+
> For the duration of the connection to the cluster (plus an additional 15 minutes), Local Process with Kubernetes runs a process called *EndpointManager* with admin permissions on your local computer.
48
+
46
49
## Additional configuration with KubernetesLocalProcessConfig.yaml
47
50
48
51
The `KubernetesLocalProcessConfig.yaml` file allows you to replicate environment variables and mounted files available to your pods in your cluster. For more information on the additional configuration options, see [Configure Local Process with Kubernetes][using-config-yaml].
@@ -88,7 +91,7 @@ When you disconnect from your cluster, by default, Local Process with Kubernetes
88
91
89
92
## Diagnostics and logging
90
93
91
-
When using Local Process with Kubernetes to connect to your cluster, diagnostic logs from your cluster are logged to your development computer's [temporary directory][azds-tmp-dir].
94
+
When using Local Process with Kubernetes to connect to your cluster, diagnostic logs from your cluster are logged to your development computer's *TEMP* directory in the *Local Process with Kubernetes* folder.
0 commit comments