Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-0-configure-self-managed-cert-based-kube-feature-flag.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4b8b422dd9a3aa861816d0e4ce2003d1afae705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- name: "Self-managed certificate-based integration with Kubernetes feature flagged"
  announcement_milestone: "14.5"
  announcement_date: "2021-11-15"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  reporter: nagyv-gitlab
  stage: Configure
  issue_url: https://gitlab.com/groups/gitlab-org/configure/-/epics/8
  body: |  # (required) Do not modify this line, instead modify the lines below.
    In 15.0 the certificate-based integration with Kubernetes will be disabled by default.

    After 15.0, you should use the [agent for Kubernetes](https://docs.gitlab.com/ee/user/clusters/agent/) to connect Kubernetes clusters with GitLab. The agent for Kubernetes is a more robust, secure, and reliable integration with Kubernetes. [How do I migrate to the agent?](https://docs.gitlab.com/ee/user/infrastructure/clusters/migrate_to_gitlab_agent.html)

    If you need more time to migrate, you can enable the `certificate_based_clusters` [feature flag](https://docs.gitlab.com/ee/administration/feature_flags.html), which re-enables the certificate-based integration.

    In GitLab 16.0, we will [remove the feature, its related code, and the feature flag](https://about.gitlab.com/blog/2021/11/15/deprecating-the-cert-based-kubernetes-integration/). GitLab will continue to fix any security or critical issues until 16.0.

    For updates and details, follow [this epic](https://gitlab.com/groups/gitlab-org/configure/-/epics/8).
#
# OPTIONAL FIELDS
#
  tiers: [Core, Premium, Ultimate]
  documentation_url: 'https://docs.gitlab.com/ee/user/infrastructure/clusters/#certificate-based-kubernetes-integration-deprecated'