Skip to content

Commit

Permalink
Create install-boskos.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cheld authored Jun 10, 2022
1 parent 0ced909 commit 7e76064
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/hello/install-boskos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

kind-0.10 create cluster

# rbac and crds
kubectl create namespace boskos
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/deployments/base/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/deployments/base/crd.yaml

# service
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/deployments/base/service.yaml

# deployment
wget https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/deployments/overlays/example/boskos-resources.yaml
kubectl create configmap -n boskos boskos-resources --from-file=boskos-resources.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/deployments/base/deployment.yaml

# test
kubectl run curl --image=radial/busyboxplus:curl -i --tty
curl -X POST 'http://boskos.boskos.svc.cluster.local/acquire?type=numeric-project&state=dirtys&dest=busy&owner=user'

0 comments on commit 7e76064

Please sign in to comment.