kubectl-action
ActionsTags
(2)This action allows you to deploy to a kubernetes cluster.
Alternatives:
Base64 encoded .kube/config
file, to generate use:
cat .kube/config | base64
- name: Kustomize
uses: danielr1996/[email protected]
with:
args: kustomize deployment/overlays/replace > template.yaml
- uses: danielr1996/[email protected]
name: Deploy
with:
kubeconfig: ${{ secrets.KUBE_CONFIG }}
args: apply -f deployment.yaml
kubectl-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.