Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_how_to_setup_runner_automatically.html.haml « runner « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 343abf6099e764e823b31564aa94344942882ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.gl-mb-3
  %h4= _('Set up a %{type} Runner automatically') % { type: type }

%p
  - link_to_help_page = link_to(_('Learn more about Kubernetes'),
                                help_page_path('user/project/clusters/index'),
                                target: '_blank',
                                rel: 'noopener noreferrer')

  = _('You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}').html_safe % { link_to_help_page: link_to_help_page }

%ol
  %li
    = _('Click the button below to begin the install process by navigating to the Kubernetes page')
  %li
    = _('Select an existing Kubernetes cluster or create a new one')
  %li
    = _('From the Kubernetes cluster details view, install Runner from the applications list')

= link_to _('Install Runner on Kubernetes'),
  clusters_path,
  class: 'gl-button btn btn-info'