Add a note for waiting for storage to provision

This commit is contained in:
Joshua Lambert 2017-05-22 22:44:25 -04:00
parent ad47f2094b
commit 0a49e24a9e
3 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# GitLab Helm Chart
> Officially supported cloud providers are Google Container Service and Azure Container Service.
> Officially supported schedulers are Kubernetes and Terraform.
The `gitlab` Helm chart deploys GitLab into your Kubernetes cluster.
@ -387,6 +390,7 @@ ingress:
```
## Installing GitLab using the Helm Chart
> You may see a temporary error message `SchedulerPredicates failed due to PersistentVolumeClaim is not bound` while storage provisions. Once the storage provisions, the pods will automatically restart. This may take a couple minutes depending on your cloud provider.
Once you [have configured](#configuration) GitLab in your `values.yml` file,
run the following:

View File

@ -1,4 +1,7 @@
# GitLab Runner Helm Chart
> Officially supported cloud providers are Google Container Service and Azure Container Service.
> Officially supported schedulers are Kubernetes and Terraform.
The `gitlab-runner` Helm chart deploys a GitLab Runner instance into your
Kubernetes cluster.

View File

@ -1,5 +1,6 @@
# Installing GitLab in Kubernetes
# Installing GitLab on Kubernetes
> Officially supported cloud providers are Google Container Service and Azure Container Service.
> Officially supported schedulers are Kubernetes and Terraform.
The easiest method to deploy GitLab in [Kubernetes](https://kubernetes.io/) is