new.html.haml 793 字节
Newer Older
1 2
- breadcrumb_title 'Kubernetes'
- page_title _("Kubernetes Cluster")
3

4
.row.prepend-top-default
F
Filipa Lacerda 已提交
5 6 7
  .col-sm-4
    = render 'sidebar'
  .col-sm-8
8
    %h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up Kubernetes cluster integration')
F
Filipa Lacerda 已提交
9

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