在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):helm/kind-action开源软件地址(OpenSource Url):https://github.com/helm/kind-action开源编程语言(OpenSource Language):Shell 84.8%开源软件介绍(OpenSource Introduction):Kind ActionA GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes using kubernetes-sigs/kind. UsagePre-requisitesCreate a workflow YAML file in your InputsFor more information on inputs, see the API Documentation
Example WorkflowCreate a workflow (eg: name: Create Cluster
on: pull_request
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- name: Create k8s Kind Cluster
uses: helm/[email protected] This uses @helm/kind-action GitHub Action to spin up a kind Kubernetes cluster on every Pull Request. See @helm/chart-testing-action for a more practical example. Code of conductParticipation in the Helm community is governed by the Code of Conduct. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论