Skip to content

pefish/k8s-controller-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

快速使用

部署自定义资源

kubectl apply -f ./artifact/crd.yaml

部署一个资源对象

kubectl apply -f ./artifact/stu.yaml

构建controller

./script/gene-codes.sh

go build ./cmd/stu-controller/

运行controller

./stu-controller -kubeconfig ~/.kube/config

Releases

No releases published

Packages

No packages published