Enable GitHub developers to deploy to Kubernetes service using GitHub Actions
Перейти к файлу
UshaN 7a93ceb73d Update action.yml with deprecation message (#34)
* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
2019-12-04 16:24:40 +05:30
.github Update staleissues.yml 2019-08-26 14:05:08 +05:30
action-modules Installing all the dependent packages (#1) 2019-07-29 13:27:09 +05:30
aks-set-context Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
docker-login Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
docker-logout Adding deprecation warning (#21) 2019-08-14 12:47:50 +05:30
k8s-create-secret Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
k8s-deploy Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
k8s-set-context Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
node_modules Installing all the dependent packages (#1) 2019-07-29 13:27:09 +05:30
setup-kubectl Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
.gitignore Installing all the dependent packages (#1) 2019-07-29 13:27:09 +05:30
CODE_OF_CONDUCT.md Initial commit 2019-07-26 11:28:46 -07:00
LICENSE Initial commit 2019-07-26 11:28:47 -07:00
README.md Update README.md 2019-11-01 15:16:33 +05:30
package-lock.json Installing all the dependent packages (#1) 2019-07-29 13:27:09 +05:30
package.json Installing all the dependent packages (#1) 2019-07-29 13:27:09 +05:30

README.md

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.