summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/new.html.haml
blob: 47b5180ee393c88daa3dabc89105f84c7f6113f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- breadcrumb_title "Cluster"
- page_title _("Cluster")

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

    %p= s_('ClusterIntegration|Create a new cluster on Google Engine right from GitLab')
    = link_to s_('ClusterIntegration|Create on GKE'), new_namespace_project_gcp_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 cluster'), new_namespace_project_user_path(@project.namespace, @project), class: 'btn append-bottom-20'