summaryrefslogtreecommitdiff
path: root/lib/gitlab/kubernetes
Commit message (Collapse)AuthorAgeFilesLines
* Add alpine mirrors while operating on k8s clusterAlessio Caiazza2018-04-301-0/+3
|
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-151-1/+1
|
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-016-66/+142
|
* Enable Prometheus metrics for deployed IngressesJoshua Lambert2018-02-051-2/+6
|
* Resolve "Managed Prometheus deployment installs a lot of extra stuff"Mayra Cabrera2018-01-152-10/+35
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* Fix namespace ambiguity with Kubernetes Pod definitionssh-fix-helm-api-specStan Hu2017-12-241-1/+1
| | | | | | | | This was causing a spec failure between Gitlab::Kubernetes::Helm::Pod and Gitlab::Kubernetes::Helm::Api::Pod if one spec loaded the former definition first. Closes #41458
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-224-89/+165
|
* Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` ↵Rémy Coutable2017-12-011-1/+1
| | | | | | and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Review Gitlab::Kubernetes::NamespaceAlessio Caiazza2017-11-071-1/+1
|
* Add Helm InstallCommandAlessio Caiazza2017-11-071-35/+42
|
* Add k8s namespace implementation and testsAlessio Caiazza2017-11-072-25/+35
|
* Fix typoAlessio Caiazza2017-11-031-1/+1
|
* Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza2017-11-031-0/+12
|
* General cleanupAlessio Caiazza2017-11-021-0/+108