Skip to content

Commit 4706cc8

Browse files
committed
only do remove, not publish
1 parent 202fc68 commit 4706cc8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/containers/tutorial-kubernetes-tools.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -161,28 +161,6 @@ To do this, you first need to double-check that you've installed everything as d
161161

162162
::: moniker-end
163163

164-
::: moniker range=">=vs-2019"
165-
166-
## Publish to Azure Kubernetes Service (AKS)
167-
168-
1. In the **Startup Projects** dropdown, choose the project that contains *azds.yaml*, and in the dropdown next to the green arrow, choose **Container in Kubernetes**.
169-
170-
You'll be asked to specify or create an AKS cluster.
171-
172-
![Screenshot of cluster connection dialog](media/tutorial-kubernetes-tools/vs-2019/k8s-tools-configure-cluster.png)
173-
174-
Choose the subscription and cluster that you want to use, and choose **OK**.
175-
176-
If this is the first time you've used Azure Dev Spaces on the cluster, you'll be asked if you want to enable it.
177-
178-
1. The application deploys and launches in the browser.
179-
180-
![Screenshot of running app](media/tutorial-kubernetes-tools/vs-2019/k8s-tools-running-app.png)
181-
182-
The URL is *localhost* with a random port. Port forwarding redirects requests to the Kubernetes cluster in AKS.
183-
184-
::: moniker-end
185-
186164
Congratulations! You can now use the full power of Visual Studio for all your Kubernetes app development.
187165

188166
## Remove Kubernetes support

0 commit comments

Comments
 (0)