2022-04-07 09:53:26 -04:00
|
|
|
name: Kubernetes CLI (kubectl)
|
|
|
|
|
description: GitHub Action to manage a K8s cluster using kubectl
|
|
|
|
|
author: Aarnav Tale <aarnav@tale.me>
|
|
|
|
|
branding:
|
|
|
|
|
icon: terminal
|
|
|
|
|
color: blue
|
|
|
|
|
inputs:
|
|
|
|
|
kubectl-version:
|
|
|
|
|
description: Version of the kubectl CLI to use
|
|
|
|
|
required: false
|
2023-01-25 00:33:55 -05:00
|
|
|
default: latest
|
2022-04-07 09:53:26 -04:00
|
|
|
base64-kube-config:
|
|
|
|
|
description: A base64 encoded reference to your authorization file (~/.kube/config)
|
|
|
|
|
required: true
|
|
|
|
|
runs:
|
2023-01-25 00:44:53 -05:00
|
|
|
using: node16
|
|
|
|
|
main: dist/index.js
|
2023-01-25 01:00:12 -05:00
|
|
|
post: dist/index.js
|