Skip to content

Commit 50bbb62

Browse files
authored
Merge pull request #6950 from ghogen/kube3
Kubernetes tutorial: Add steps for removal
2 parents 6dea2da + 6028178 commit 50bbb62

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/containers/tutorial-kubernetes-tools.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The added files are:
119119

120120
- *azds.yaml*. This contains settings for Azure Dev Spaces, which provides a rapid, iterative debugging experience in Azure Kubernetes Service. For more information, see [the Azure Dev Spaces documentation](/azure/dev-spaces/azure-dev-spaces).
121121

122-
::: moniker range="vs-2017"
122+
:::moniker range="vs-2017"
123123

124124
## Publish to Azure Kubernetes Service (AKS)
125125

@@ -163,6 +163,16 @@ To do this, you first need to double-check that you've installed everything as d
163163

164164
Congratulations! You can now use the full power of Visual Studio for all your Kubernetes app development.
165165

166+
## Remove Kubernetes support
167+
168+
1. In **Solution Explorer**, under **Properties**, open *launchSettings.json*.
169+
170+
1. Delete the section **Container in Kubernetes**.
171+
172+
1. If you're switching back to Docker compose, select that project in **Solution Explorer**, right-click and choose **Set as Startup Project**.
173+
174+
1. (Optional) You can also delete other artifacts listed as mentioned earlier in the article, such as the **charts** folder and *azds.yaml*.
175+
166176
## Next steps
167177

168178
Learn more about Kubernetes development on Azure by reading the [AKS documentation](/azure/aks).

0 commit comments

Comments
 (0)