Skip to content

michelleN/spinkube-demo-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spinkube-demo-charts

Get up and running with SpinKube quickly with helm charts

Pre-requisites

  1. containerd and containerd-shim-spin installed on each node Your nodes may already have this for example if you are using the k3d image from the quickstart docs or if you are using AKS WASI nodepools. If you are not, check out the runtime class manager project for shim installation guidance.

  2. cert-manager
    If you don't already have cert-manager installed, the following command installs it using Helm (taken from cert-manager docs):

helm install \
  cert-manager jetstack/cert-manager \
  --namespace cert-manager \
  --create-namespace \
  --version v1.14.5 \
  --set installCRDs=true

Install Guide

helm install spinkube-cluster-resources spinkube-cluster-resources
helm install spin-operator spin-operator

You may encounter an webhook related error after installing the spin-operator chart. If so, run:

helm upgrade spin-operator spin-operator

About

Get up and running with SpinKube quickly with helm charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages