Developing Locally for Kubernetes docs (Minikube)
From https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2639
Documentation for developing locally for Kubernetes with Minikube (cross platform)
Merge request reports
Activity
- Resolved by Jason Plum
- Resolved by Marin Jankovski
- Resolved by Jason Plum
- Resolved by Jason Plum
- Resolved by Jason Plum
assigned to @marin
Assigning to @marin for review as I progress with helm/charts for the registry
@WarheadsSE it is still WIP?
@marin I have removed the WIP, will flesh out Helm in the future.
- Resolved by Marin Jankovski
@WarheadsSE Great to see this started! I'm a little confused on what it actually is though. :) Is this a guide for developing the charts themselves, or a guide for using the chart to develop GitLab? I'd expect the latter to be ... somewhere else. Like GDK, or in the main project repos (gitlab-ce and gitlab-ee). But perhaps this is the former.
@markpundsack
This guide is meant to serve as a cross-plaform resource for setting up a local Kubernetes development environment.
This isn't about developing charts, or a chart to develop GitLab. It is a guide to setting up a local environment of Minikube for development of Kubernetes related items. These could be pure Kubernetes, Helm, or the next technology in the pipe.
@WarheadsSE Why is it in this repo?
This is where I was asked to put it, as it pertains to the tools this repo will be used with. It's documentation for the developers that will be working in this repo, on how to use setup the tools to develop for this repository. Not specifically any more GitLab than ensuring that developers have Git installed.
@markpundsack We are open for other suggestions, this repo for now is our best guess.