Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

k8s-tools-setup

Reusable Github Actions Runner workflow that sets up standard set of tools for interfacing with Kubernetes

Usage

How to use this in your own Github Actions Workflow

name: Deploy to Kubernetes
on:
  push:
    branches:
      - main
jobs:
  setup-tools:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v4
      - name: Set up Kubernetes Tools
        uses: bps-cloudops/k8s-tools-setup@v2

About

Reusable Github Actions Runner workflow that sets up standard set of tools for interfacing with Kubernetes

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors