1. 18 Jun, 2019 4 commits
    • Tiger's avatar
      Enable project-level JIT resource creation · 74702f0e
      Tiger authored
      Previously this behaviour was only available to group
      and instance-level clusters, as some project clusters
      relied on Kubernetes credentials being passed through
      to the runner instead of having their resources managed
      by GitLab (which is not available when using JIT). These
      clusters have been migrated to unmanaged, so resources
      can be created on demand for the remaining managed clusters.
      74702f0e
    • Thong Kuah's avatar
      Merge branch '60617-allow-switching-from-gitlab-managed-to-unmanaged-clusters' into 'master' · db9ef692
      Thong Kuah authored
      Allow switching clusters between managed/unmanaged
      
      Closes #60617
      
      See merge request gitlab-org/gitlab-ce!29322
      db9ef692
    • Thong Kuah's avatar
      Merge branch 'readonly_k8s_integration' into 'master' · 1276ff85
      Thong Kuah authored
      Make Kubernetes service templates readonly
      
      See merge request gitlab-org/gitlab-ce!29044
      1276ff85
    • James Fargher's avatar
      Make KubernetesService readonly · 6b9157d5
      James Fargher authored
      We are deprecating this service in favor of instance wide clusters.
      Therefore we removed some code that is not anymore needed for a
      readonly cluster and also we added some flags to allow for this
      deprecation. These flags are to be removed in the next release when
      we finally completelly remove KubernetesService.
      6b9157d5
  2. 17 Jun, 2019 36 commits