code-server works
This commit is contained in:
parent
c9864124e1
commit
225ec58243
3 changed files with 173 additions and 0 deletions
9
code-server/justfile
Normal file
9
code-server/justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
default: convert deploy viz
|
||||
convert:
|
||||
kompose convert -o deployment.yaml -n code-server
|
||||
deploy:
|
||||
kubectl apply -f deployment.yaml
|
||||
viz:
|
||||
k8sviz -n code-server --kubeconfig $KUBECONFIG -t png -o code-server-k8s.png
|
||||
restart:
|
||||
kubectl rollout restart -n code-server deployment/code-server
|
||||
Loading…
Add table
Add a link
Reference in a new issue