You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Some helper scripts and example images for deploying to Kubernetes. These are still a work in progress and the images do not have CI/CD set up.
4
+
5
+
Note: This is a quick way to get up and running with code-server Helm charts. We recommend managing these workspaces with something other than bash scripts 😂
6
+
7
+
1. Ensure you have kubectl, helm, installed and your kube context is pointed at an active cluster.
8
+
1. Clone this repo and run`init.sh` to clone code-server
9
+
1. Build the images with`build-images.sh`.
10
+
1. Edit the examples in`workspaces/` to use your images
11
+
1. Run`provision-workspaces.sh` and then`get-deployments.sh`