- 22 Feb, 2021 1 commit
-
-
Amy Qualls authored
Bring over all the latest changes to the spelling dictionary.
-
- 12 Feb, 2021 1 commit
-
-
Graeme Gillies authored
Closes #2516 This adds support for specifying a nodeSelector on the kas deployment.
-
- 11 Feb, 2021 1 commit
-
-
João Alexandre Cunha authored
-
- 29 Jan, 2021 1 commit
-
-
John Skarbek authored
Introduces an option that helps apply a set of labels spread across all objects associated with the GitLab Kubernetes Agent (`kas`) chart. Given the following: ```yaml global: common: labels: baz: "bat" gitlab: kas: common: labels: foo: "bar" ``` The label set `baz=bat` is applied to all objects created by the GitLab KAS Chart (
⚠ this is to expand to encompass all objects in the future, but this MR is already large⚠ ). The label set `foo=bar` is applied to all objects for _**only**_ the GitLab KAS Chart. There are additional methods we can apply labels to various objects. ```yaml global: common: labels: common: label pod: labels: common_pod: label service: labels: common_service: label gitlab: kas: podLabels: extra_pod: label serviceLabels: extra_service: label ``` We expect to see all labels appropriately applied to the necessary objects. We `merge` items for the chart that we are operating on into the common labels to help avoid creating duplicate labels. Example, labels added specifically to the GitLab KAS chart are merged into the labels that are provided to the `global.common.labels` section. We attempt to manage precedence as best possible leveraging the `merge` function. Helm performs the following when building the template: * `gitlab.kas.podLabels` > `gitlab.kas.common.labels` > `global.pod.labels` > `global.common.labels` => Applies to the Deployment object for the GitLab KAS * `gitlab.kas.serviceLabels` > `gitlab.kas.common.labels` > `global.service.labels` > `global.common.labels` => Applies to the Service object for the GitLab KAS * `gitlab.kas.common.labels` > `global.common.labels` => Applies to essentially all other objects other than the above. Note that we do not interfere with the standard set of labels that we generate in the `_application.tpl`. Users will still have the chance of creating labels that may interfere with each other, but the possibility should be low as the items generated us in `gitlab.standardLabels` are very minimal, would interfere with label selectors, and very common in the helm ecosystem. Should labels be repetitive, Helm will NOT bail, Kubernetes will NOT throw a warning, instead Kubernetes will take in the last key value pair in the label hash. It is considered invalid YAML and will mark the appropriate keys as duplicates, and as such this will fail any YAML linting.
-
- 28 Jan, 2021 2 commits
-
-
João Alexandre Cunha authored
Revise the ordered and unordered lists to bring them closer to GitLab tone and style.
-
Marshall Cottrell authored
Related to gitlab-org/cluster-integration/gitlab-agent#87
-
- 09 Dec, 2020 1 commit
-
-
Mikhail Mazurskiy authored
-
- 04 Dec, 2020 1 commit
-
-
João Alexandre Cunha authored
-
- 30 Nov, 2020 1 commit
-
-
Thong Kuah authored
This is so that: - The GitLab bundled prometheus can scrape the metrics - Other prometheus can also scrape the metrics with the standard annotations
-
- 19 Nov, 2020 1 commit
-
-
Hordur Freyr Yngvason authored
-
- 04 Nov, 2020 1 commit
-
-
João Alexandre Cunha authored
-
- 03 Nov, 2020 1 commit
-
-
João Alexandre Cunha authored
- Foster Helm v3 - Remove suggestion of inexistent helm property --name
-
- 21 Oct, 2020 1 commit
-
-
Thong Kuah authored
To be consistent with Omnibus. gitlab-org/cluster-integration/gitlab-agent#30
-
- 19 Oct, 2020 1 commit
-
-
Matt Kasa authored
Relates to gitlab-org/gitlab#223060
-
- 14 Oct, 2020 1 commit
-
-
João Alexandre Cunha authored
-
- 23 Sep, 2020 1 commit
-
-
Thong Kuah authored
-
- 11 Sep, 2020 1 commit
-
-
Matt Kasa authored
- Makes it default and required when kas deployment exists - Fixes its naming - Unmounts it from the deployment for better security
-