Authenticate with Linode kubernetes clusters.
It takes a LINODE_CLI
token as an input. Create an API token on Linode here.
Without a cluster name (requires that you only have one cluster in your Linode account)
- name: get linode kubernetes config
uses: mavieth/linode-authenticator@master
with:
LINODE_TOKEN: ${{ secrets.LINODE_TOKEN }}
With a cluster name
- name: get linode kubernetes config
uses: mavieth/linode-authenticator@master
with:
LINODE_TOKEN: ${{ secrets.LINODE_TOKEN }}
CLUSTER_NAME: linode1234
The following environment variables:
KUBE_CONFIG
- the path to the kubernetes config
MIT © 2020 mavieth