2017-10-05 15:33:29 -04:00
|
|
|
- breadcrumb_title "Cluster"
|
2017-11-03 08:57:10 -04:00
|
|
|
- page_title _("Cluster")
|
2017-10-05 15:33:29 -04:00
|
|
|
|
2017-09-29 14:56:03 -04:00
|
|
|
.row.prepend-top-default
|
2017-10-04 18:47:03 -04:00
|
|
|
.col-sm-4
|
|
|
|
= render 'sidebar'
|
|
|
|
.col-sm-8
|
2017-12-05 07:00:02 -05:00
|
|
|
%h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up cluster integration')
|
2017-10-27 11:48:02 -04:00
|
|
|
|
2017-11-26 11:08:08 -05:00
|
|
|
%p= s_('ClusterIntegration|Create a new cluster on Google Kubernetes Engine right from GitLab')
|
2017-12-05 07:00:02 -05:00
|
|
|
= link_to s_('ClusterIntegration|Create on GKE'), 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 cluster'), user_new_namespace_project_clusters_path(@project.namespace, @project), class: 'btn append-bottom-20'
|