Skip to content

Commit f1e17be

Browse files
authored
Merge pull request #47116 from wilfriedwoivre/patch-1
Remove Github Action beta reference
2 parents f3fc91e + 6f4c44f commit f1e17be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/aks/kubernetes-action.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ ms.author: atulmal
1414

1515
[GitHub Actions](https://help.github.com/en/articles/about-github-actions) gives you the flexibility to build an automated software development lifecycle workflow. The Kubernetes action [azure/aks-set-context@v1](https://github.com/Azure/aks-set-context) facilitate deployments to Azure Kubernetes Service clusters. The action sets the target AKS cluster context, which could be used by other actions like [azure/k8s-deploy](https://github.com/Azure/k8s-deploy/tree/master), [azure/k8s-create-secret](https://github.com/Azure/k8s-create-secret/tree/master) etc. or run any kubectl commands.
1616

17-
> [!IMPORTANT]
18-
> GitHub Actions is currently in beta. You must first [sign-up to join the preview](https://github.com/features/actions) using your GitHub account.
19-
>
20-
2117
A workflow is defined by a YAML (.yml) file in the `/.github/workflows/` path in your repository. This definition contains the various steps and parameters that make up the workflow.
2218

2319
For a workflow targeting AKS, the file has three sections:

0 commit comments

Comments
 (0)