DEPLOY-276: Updated Readme to address review changes, updated requirements and notes for AWS usage posibility

This commit is contained in:
Sergiu-Alexandru Vidrascu
2017-12-18 10:51:03 +02:00
parent 18cf5977b2
commit fa05e20a6a
8 changed files with 31 additions and 15 deletions

View File

@@ -36,21 +36,21 @@ Build and start Alfresco Content Services Community using docker-compose or Kube
### Kubernetes Instructions:
#### Prerequisite:
* A minikube k8s cluster up and ready
* A minikube/aws k8s cluster up and ready (minimum 5GB memory)
* Access to docker-internal.alfresco.com and quay.io repositories - Platform Services team is working on getting the images in [Docker Hub](https://hub.docker.com/u/alfresco/) registry.
* A kubernetes secret (quay-registry-secret) with the above mentioned credentials created in your cluster.
#### Steps
1. Go to **helm** folder
2. Run ```helm install alfresco-content-services```
3. After deploying the helm chart you will get information for obtaining the URL for alfresco, share and solr.
2. Run ```helm dependency update && helm install alfresco-content-services```
3. After deploying the helm chart you will get information for obtaining the URL for repository, share and solr.
#### Notes:
* The images used in the alfresco-content-services/values.yml are images that are build in the 'docker-alfresco' and 'docker-share' subfolders of the project - see the relevant sections below
* The images used in the alfresco-content-services/values.yml are images that are built in the 'docker-alfresco' and 'docker-share' subfolders of the project - see the relevant sections below.
* If you don't have access to the docker-internal.alfresco.com and quay.io images, or if you want custom data in your docker images, you can use the 'docker-alfresco' and 'docker-share' folders to customize and build your customized docker images that are used in the docker-compose project. Just make sure you build them in the minikube docker environment and update the alfresco-content-services/values.yml with the tags that you created.
* You can also change those values on a live env by running ```helm alfresco-content-services --set repository.image.tag="yourTag" --set share.image.tag="yourTag"```
* Hint: Run ```eval $(minikube docker-env)``` to switch to your your minikube docker env on osx
* You can also change those values when deploying the helm chart by running ```helm alfresco-content-services --set repository.image.tag="yourTag" --set share.image.tag="yourTag"```.
* Hint: Run ```eval $(minikube docker-env)``` to switch to your minikube docker environment on osx.
## Docker images
These images are used to build the images used by the docker-compose.yml project to bring up an ACS Community, similar to what the installer did/does.