summaryrefslogtreecommitdiff
path: root/doc/install/kubernetes
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-1910-50/+0
|
* Fix most bare URLs in projectEvan Read2019-07-0210-10/+10
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Clean up docs under install/docs/ssot-installation-guidesAchilleas Pipinellis2019-06-031-38/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an initiative to ensure all documentation complies completely with the Documentation Style Guide section "Documentation is the single source of truth (SSOT)" according to this epic https://gitlab.com/groups/gitlab-org/-/epics/1280. In particular, the changes of this commit touch all files under doc/install/. Most notably: - install/redis.md: Redirect to Redis section of install guide. - install/pivotal/index.md: Changed its content to reflect the current status, which is no longer supported (since 2017!). - install/google-protobuf.md: Incorporated inside installation.md under the troubleshooting section. - install/openshift_and_gitlab.md: Clarified that this guide is no longer relevant. We might want to redirect to the Chart docs in the future. - install/structure.md: Incorporated inside installation.md under its own section. - install/kubernetes/index.md: Redirected to https://docs.gitlab.com/charts
* Docs: Convert links in various docs to relativeMarcel Amirault2019-05-311-1/+1
|
* Redirect Kubernetes installation to the charts docsdocs/point-to-new-chart-linksAchilleas Pipinellis2019-03-1910-928/+43
| | | | | With the advent of the new chart docs, we should deprecate the old ones and redirect them to the new ones.
* Fix some 404 links into charts projectEvan Read2019-03-011-1/+1
|
* Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Minor edits to tillerMike Lewis2019-02-221-2/+2
|
* Replace deprecated method to create clusteroledanielgruesso2019-02-221-4/+10
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-0/+1
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Docs: Fix all Kubernetes and Runner related anchorsMarcel Amirault2019-02-187-20/+21
|
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-1/+1
|
* Avoid redirected Geo linksdocs/avoid-redirected-geo-linksEvan Read2019-01-041-1/+1
|
* Alphabetized and added IBM Kubernetes service (IKS)JJ Asghar2018-12-141-1/+2
|
* Ensure everyone reads https://gitlab.com/charts/gitlab/merge_requests/599/diffsSid Sijbrandij2018-12-121-0/+1
|
* Ensure everyone reads https://gitlab.com/charts/gitlab/merge_requests/599/diffsSid Sijbrandij2018-12-121-0/+1
|
* Reword note about familiarity with k8sAchilleas Pipinellis2018-12-032-9/+10
|
* Remove mention of deprecated charts in the docsAchilleas Pipinellis2018-12-031-23/+0
|
* Refactor the GitLab k8s installation methodAchilleas Pipinellis2018-11-292-15/+18
|
* Merge branch 'master' into tatkins-installation-method-docsAchilleas Pipinellis2018-11-292-3/+2
|\
| * Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-1/+1
| |\ | | | | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| | * Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | Correct blocked SMTP ports for GKEMax Winterstein2018-11-211-2/+1
| |/
* | Fix typo and broken link refstatkins-installation-method-docsTom Atkins2018-11-212-2/+2
| |
* | Update doc/install/README.md, doc/install/kubernetes/index.md, ↵Tom Atkins2018-11-202-2/+8
|/ | | | doc/install/kubernetes/gitlab_chart.md files
* Fix link for raising helm chart issuesdocs/fix-helm-chart-issue-linkEvan Read2018-11-121-2/+2
|
* Fix broken linkBrendan O'Leary 🐢2018-11-081-1/+1
|
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-1/+1
|
* Add a bullet that the GitLab chart contains the runnerJoshua Lambert2018-09-131-0/+1
|
* Clean up chart index pageJoshua Lambert2018-09-101-17/+6
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-3/+3
|
* Document that when updating using a Helm chart 'helm repo update' needs to ↵Reb2018-09-051-0/+1
| | | | be run before the 'helm upgrade ...' command.
* Merge branch 'add-additional-ce-images-kube-doc' into 'master'Achilleas Pipinellis2018-09-031-0/+2
|\ | | | | | | | | Add updated ce images to kubernetes install doc See merge request gitlab-org/gitlab-ce!21418
| * Update the gitlab chart kubernetes install documentationDJ Mountney2018-08-291-0/+2
| | | | | | | | | | With an updated list of the images you need to change when switching to the CE version.
* | fixed small typoNikolaus Schlemm2018-08-291-1/+1
| |
* | Use the --purge flag in doc/install/kubernetes/gitlab_omnibus.mdSascha Marcel Schmidt2018-08-291-1/+1
| | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6101. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fixes broken link to values.yaml in Update gitlab_omnibus.mdkyle hunter2018-08-291-1/+1
|/ | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6617. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change large scale to productionJoshua Lambert2018-08-211-1/+1
|
* Update `gitlab` chart docs for GAJoshua Lambert2018-08-217-137/+217
|
* Merge branch 'docs/remove-dupe-link' into 'master'Sean McGivern2018-08-201-1/+1
|\ | | | | | | | | Remove duplicate nip.io link See merge request gitlab-org/gitlab-ce!20457
| * Remove duplicate nip.io linkLandon Abney2018-07-061-1/+1
| | | | | | | | The nip.io service was being linked to twice in the note on cert requests.
* | Merge branch '49025-docs-kubernetes-tiller' into 'master'Marcia Ramos2018-07-251-7/+11
|\ \ | | | | | | | | | | | | | | | | | | doc: Configuring and initializing Helm Tiller Closes #49025 See merge request gitlab-org/gitlab-ce!20515
| * | Update docs of Helm TillerTakuya Noguchi2018-07-131-7/+11
| |/
* | Point to charts docs for beta limitations of the gitlab chart.Marin Jankovski2018-07-181-10/+2
|/
* Updated products links to pricingMarcel Amirault2018-07-031-1/+1
|
* Update gitlab_chart.mdMike Lewis2018-06-221-1/+1
|
* Simplify the decode secret stepjl-helm-polish-docsJoshua Lambert2018-06-221-11/+1
|
* Add a missing periodJoshua Lambert2018-06-221-1/+1
|
* Push CPU requirement to 6Joshua Lambert2018-06-211-1/+1
|
* Add additional commands for Mac OS for retrieving the passwordJoshua Lambert2018-06-211-3/+14
|