Zum Inhalt

Developer Operator

Improves the developer experience for applications running in Kubernetes.

VS Code

PDF Download

Installation

Helm chart installation

The installation step needs to be done only once per cluster. You may skip this step if you have a cluster already enabled.

Install stable:

helm upgrade --install developer-crd oci://registry.gitlab.com/xrow-public/repository/charts/developer-crd --version 2.0.3 -n kube-system
helm upgrade --install developer oci://registry.gitlab.com/xrow-public/repository/charts/developer-operator --version 2.0.3 -n kube-system

Install latest:

helm upgrade --install developer-crd oci://registry.gitlab.com/xrow-public/repository/charts/developer-crd --version 0.0.0+1a86d5f -n kube-system
helm upgrade --install developer oci://registry.gitlab.com/xrow-public/repository/charts/developer-operator --version 0.0.0+1a86d5f -n kube-system
The latest unstable build is version 0.0.0+1a86d5f from 2024-10-29 10:41:52+01:00 by Andy Caiger

Helm chart uninstall

kubectl delete developer --all-namespaces --all
helm uninstall developer -n kube-system
helm uninstall developer-crd -n kube-system

Kubernetes Server Setup

Skip these steps if you have done it already

  • Edit /etc/sysctl.conf and add the line fs.inotify.max_user_watches=524288
  • run sudo sysctl -p