diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-01-03 17:59:23 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-01-03 17:59:25 -0600 |
commit | 127cedd0203a7ad16808391b6b768a52e8cb89f8 (patch) | |
tree | c5ba880dc7c9a99e6f490ce2afcd50b3a9d56440 /doc/api | |
parent | fb583c4b1839af16c50e27105a300695aa50bcad (diff) | |
download | gitlab-ce-127cedd0203a7ad16808391b6b768a52e8cb89f8.tar.gz |
Update Kubernetes service documentationdocs-update-kubernetes-documentation
States this service was deprecated on 10.3 and his behavior depends on
the kubernetes service status. Also includes a link for the release post
for more information.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/services.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 7e2afc71f9a..2928ab6cc75 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -562,6 +562,9 @@ DELETE /projects/:id/services/jira Kubernetes / Openshift integration +CAUTION: **Warning:** +Kubernetes service integration has been deprecated in GitLab 10.3. API service endpoints will continue to work as long as the Kubernetes service is active, however if the service is inactive API endpoints will automatically return a `400 Bad Request`. Read [GitLab 10.3 release post](https://about.gitlab.com/2017/12/22/gitlab-10-3-released/#kubernetes-integration-service) for more information. + ### Create/Edit Kubernetes service Set Kubernetes service for a project. |