name: Kops
on: push
jobs:
export-kubeconfig:
name: Validate cluster
runs-on: ubuntu-20.04
steps:
- name: Setup Kops
uses: hiberbee/github-action-kops@latest
with:
command: validate cluster
cluster-name: k8s.hiberbee.net
state-store: s3://hiberbee-infrastructure-state
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Kops and perform command as Github Action
License
hiberbee/github-action-kops
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Setup Kops and perform command as Github Action
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published