Skip to content

Commit c31e01d

Browse files
committed
Flyte on AKS updates
1 parent 76014d1 commit c31e01d

File tree

3 files changed

+1
-83
lines changed

3 files changed

+1
-83
lines changed

articles/aks/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,6 @@
848848
href: ai-toolchain-operator.md
849849
- name: Deploy data and ML pipelines with Flyte
850850
href: use-flyte.md
851-
- name: Run an LLM workflow with Flyte
852-
href: llm-workflow-flyte.md
853851
- name: DevOps
854852
items:
855853
- name: Azure DevOps Project

articles/aks/llm-workflow-flyte.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

articles/aks/use-flyte.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information, see [Introduction to Flyte](https://docs.flyte.org/en/late
1919

2020
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
2121
* If you have multiple subscriptions, make sure you select the correct one using the `az account set --subscription <subscription-id>` command.
22-
* The Azure CLI installed and configured. Check your version using the `az --version` command. If you need to install or upgrade, see [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).
22+
* The Azure CLI installed and configured. Check your version using the `az --version` command. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
2323
* The Helm CLI installed and updated. Check your version using the `helm version` command. If you need to install or upgrade, see [Install Helm](https://helm.sh/docs/intro/install/).
2424
* The `kubectl` CLI installed and updated. Install it locally using the `az aks install-cli` command or using [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
2525
* A local Docker development environment. For more information, see [Get Docker](https://docs.docker.com/get-docker/).
@@ -128,7 +128,6 @@ For more information, see [Introduction to Flyte](https://docs.flyte.org/en/late
128128

129129
In this article, you learned how to deploy a Flyte chart on AKS. To learn more about deployments on AKS, see the following articles:
130130

131-
* [Run an LLM inferencing workflow with Flyte on Azure Kubernetes Service (AKS)](./llm-workflow-flyte.md)
132131
* [Install existing applications with Helm on Azure Kubernetes Service (AKS)](./kubernetes-helm.md)
133132
* [Deploy a containerized application to Azure Kubernetes Service (AKS)](./tutorial-kubernetes-deploy-application.md)
134133

0 commit comments

Comments
 (0)