CE backport, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16506
For the update page,
- Add a cluster with environment set to
example
- Cluster1- Add a cluster with environment set to
not-example
- Cluster2- Open Cluster2 details page
- Attempt to change Cluster2 environment to
example
- Click Save
For the destroy page
How can I get this running
Find the
<<: *base
section ofgitlab.yml
development: <<: *base omniauth: providers: - { name: 'google_oauth2', app_id: '696404988091-ed2t2tm5sbggs799ekn7ujjq6i02qq4t.apps.googleusercontent.com', app_secret: '<see this message for secret https://gitlab.slack.com/archives/C72QLAA30/p1508257673000361>', args: { access_type: 'offline', approval_prompt: '' } }
Note: you can only have 1 cluster at a time
Start creating a cluster (located at
<namespspace>/<project>/clusters/new
)In order to get the "Project ID", visit https://console.cloud.google.com/ and sign in with your GitLab acccount
Click the "Select a project" dropdown
Go to the "All" tab and use the project ID from
gitlab-internal
from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15064
Closes #4378 (closed)