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

new.html.haml « clusters « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 828e2a8475326f03f00be22ce4b320723a26a85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- breadcrumb_title 'Kubernetes'
- page_title _("Kubernetes Cluster")

= render_gcp_signup_offer

.row.prepend-top-default
  .col-sm-4
    = render 'sidebar'
  .col-sm-8
    %h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up Kubernetes cluster integration')

    %p= s_('ClusterIntegration|Create a new Kubernetes cluster on Google Kubernetes Engine right from GitLab')
    = link_to s_('ClusterIntegration|Create on Google Kubernetes Engine'), gcp_new_namespace_project_clusters_path(@project.namespace, @project), class: 'btn append-bottom-20'
    %p= s_('ClusterIntegration|Enter the details for an existing Kubernetes cluster')
    = link_to s_('ClusterIntegration|Add an existing Kubernetes cluster'), user_new_namespace_project_clusters_path(@project.namespace, @project), class: 'btn append-bottom-20'