Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Azure/k8s-actions

Enable GitHub developers to deploy to Kubernetes service using GitHub Actions
https://github.com/Azure/k8s-actions

actions aks docker k8s kubernetes-cluster

Last synced: 3 months ago
JSON representation

Enable GitHub developers to deploy to Kubernetes service using GitHub Actions

Awesome Lists containing this project

README

        

***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](https://github.com/Azure/k8s-deploy) |`azure/k8s-actions/k8s-deploy@master` | **`Azure/k8s-deploy@v1`**|
|[AKS set context](https://github.com/Azure/aks-set-context)|`azure/k8s-actions/aks-set-context@master` | **`azure/aks-set-context@v1`** |
| [Kubernetes set context](https://github.com/Azure/k8s-set-context) |`azure/k8s-actions/k8s-set-context@master` | **`azure/k8s-set-context@v1`**|
| [Kubernetes create secret](https://github.com/Azure/k8s-create-secret) |`azure/k8s-actions/k8s-create-secret@master` | **`azure/k8s-create-secret@v1`**|
|[Kubectl tool installer](https://github.com/Azure/setup-kubectl)|`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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.