=s_('ClusterIntegration|To create a new cluster on Google Container Engine, please sign in with your Google account:')
%ul
%li
-link_to_container_engine=link_to(s_('ClusterIntegration|access to Google Container Engine'))
-link_to_container_engine=link_to(s_('ClusterIntegration|access to Google Container Engine'),'https://console.cloud.google.com',target: '_blank',rel: 'noopener noreferrer')
=s_('ClusterIntegration|Your account must have %{link_to_container_engine}').html_safe%{link_to_container_engine: link_to_container_engine}
%li
-link_to_requirements=link_to(s_('ClusterIntegration|meets the requirements'))
-link_to_requirements=link_to(s_('ClusterIntegration|meets the requirements'),'https://cloud.google.com/container-engine/docs/quickstart',target: '_blank',rel: 'noopener noreferrer')
=s_('ClusterIntegration|Make sure your account %{link_to_requirements} to create clusters').html_safe%{link_to_requirements: link_to_requirements}
=s_('ClusterIntegration|A %{link_to_container_project} must have been created under this account').html_safe%{link_to_container_project: link_to_container_project}
=s_('ClusterIntegration|With cluster integration you can take advantage of Kubernetes auto deployment.')
=s_('ClusterIntegration|With a cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way.')
-# You have not configrued GitLab properly. So we can not proceed authentication. Please check if you have set up omniauth->providers->google_oauth2 in gitlab.yml
=s_('Google authentication is not %{link_to_documentation}. Ask your GitLab administrator if you want to use this service.').html_safe%{link_to_documentation: link}