Azure / k8s-actions

Enable GitHub developers to deploy to Kubernetes service using GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT NOTICE:

Actions hosted in this repo are now moved to new GitHub repositories. Please update your existing workflows with the new actions as these old actions will be ARCHIVED and will not receive any updates. Refer to https://github.com/Azure/actions for updated action repo details.
For example, the action azure/k8s-actions/k8s-deploy@master should be replaced with Azure/k8s-deploy@v1 in your workflows.

Old Action New Action
Kubernetes deploy azure/k8s-actions/k8s-deploy@master Azure/k8s-deploy@v1
AKS set context azure/k8s-actions/aks-set-context@master azure/aks-set-context@v1
Kubernetes set context azure/k8s-actions/k8s-set-context@master azure/k8s-set-context@v1
Kubernetes create secret azure/k8s-actions/k8s-create-secret@master azure/k8s-create-secret@v1
Kubectl tool installer azure/k8s-actions/setup-kubectl@master azure/setup-kubectl@v1

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Enable GitHub developers to deploy to Kubernetes service using GitHub Actions

License:MIT License


Languages

Language:JavaScript 55.1%Language:TypeScript 44.9%