Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 760 Bytes

install.md

File metadata and controls

27 lines (18 loc) · 760 Bytes

Installation Guide

Install

kubectl create ns captain-system
kubectl create clusterrolebinding captain --serviceaccount=captain-system:default --clusterrole=cluster-admin
kubectl apply -n captain-system -f https://raw.githubusercontent.com/alauda/captain/master/artifacts/all/deploy.yaml

Use master build image

Captain use github action to auto build image for master branch. If you want to use the latest image, please update the yaml file, and replace captain image to

alaudapublic/captain:latest

Uninstall

kubectl delete -n  captain-system -f https://raw.githubusercontent.com/alauda/captain/master/artifacts/all/deploy.yaml
kubectl delete clusterrolebinding captain
kubectl delete ns captain-system