Skip to content

Commit 1d263f8

Browse files
authored
Merge pull request #6973 from ghogen/kube4
Local Process with Kubernetes: add security info
2 parents a80fbd7 + 739cd0d commit 1d263f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/containers/local-process-kubernetes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Local Process with Kubernetes can handle routing traffic and replicating environ
141141

142142
## Using logging and diagnostics
143143

144-
You can find the diagnostic logs in `Azure Dev Spaces` directory in your [development computer's *TEMP* directory][azds-tmp-dir].
144+
You can find the diagnostic logs in `Local Process with Kubernetes` directory in your development computer's *TEMP* directory.
145145

146146
## Remove the sample application from your cluster
147147

@@ -159,7 +159,6 @@ Learn how Local Process Kubernetes works.
159159
> [How Local Process with Kubernetes works](overview-local-process-kubernetes.md)
160160
161161
[azds-cli]: /azure/dev-spaces/how-to/install-dev-spaces#install-the-client-side-tools
162-
[azds-tmp-dir]: /azure/dev-spaces/troubleshooting#before-you-begin
163162
[azds-vs-code]: https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds
164163
[azure-cli]: /cli/azure/install-azure-cli?view=azure-cli-lates
165164
[azure-cloud-shell]: /azure/cloud-shell/w.md

docs/containers/overview-local-process-kubernetes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ After you establish a connection to your cluster, you can run and debug code nat
4343

4444
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.
4545

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+
4649
## Additional configuration with KubernetesLocalProcessConfig.yaml
4750

4851
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
8891
8992
## Diagnostics and logging
9093
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.
9295
9396
## Limitations
9497

0 commit comments

Comments
 (0)