Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Ensure getting started docs will point to install workflow-beta1 #106

Closed
arschles opened this issue Mar 17, 2016 · 6 comments
Closed

Ensure getting started docs will point to install workflow-beta1 #106

arschles opened this issue Mar 17, 2016 · 6 comments

Comments

@arschles
Copy link
Member

Ref deis/deis#4962

Depends on deis/charts#167

@lazydino
Copy link

So the doc site is not good? I tried "helm fetch deis/workflow-beta1 ", and it complains 'Chart workflow-beta1 not found...."

@arschles
Copy link
Member Author

Thanks for asking @lazydino. These docs are a bit ahead of where we are right now. We haven't yet officially released the beta, so that chart isn't available right now. We'll publish a blog post when it is published however. Sorry for the confusion!

@lazydino
Copy link

So how should I proceed with installation of workflow? I can skip fetching chart, generating secrets? Don't I need to do 'helm install workflow'? Please advise.

@arschles
Copy link
Member Author

Currently, there are two choices, and both should be considered pre-beta as of this writing. See the below list for descriptions.

  • deis/workflow-dev is a 'canary' build of Workflow. The images referenced in this chart are the most up-to-date and will change frequently. These images get published only when they have passed our end-to-end test suite (which is a work in progress, FYI), but they have not been fully vetted and do not represent an official release
  • deis/workflow-beta1-test is a chart that we have used for pre-beta testing. It will not be changing over time, but will likely be removed after we officially release our beta

I hope this helps @lazydino. Please let me know if you have further questions.

@arschles
Copy link
Member Author

@lazydino we just cut the deis/workflow-beta1 chart. If you get a chance, we'd love if you could check it out and give it a try.

ENG000656:gocode aaronschlesinger$ helm fetch deis/workflow-beta1
---> Fetched chart into workspace /Users/aaronschlesinger/.helm/workspace/charts/workflow-beta1
---> Done
ENG000656:gocode aaronschlesinger$ helm generate workflow-beta1
---> Ran 8 generators.
ENG000656:gocode aaronschlesinger$ helm install workflow-beta1
---> Running `kubectl create -f` ...
namespace "deis" created

secret "builder-key-auth" created

secret "django-secret-key" created

secret "database-creds" created

secret "minio-admin" created

secret "minio-ssl" created

secret "minio-user" created

secret "objectstorage-keyfile" created

secret "deis-router-dhparam" created

serviceaccount "deis-builder" created

serviceaccount "deis-controller" created

serviceaccount "deis-database" created

serviceaccount "deis-minio" created

serviceaccount "deis-registry" created

serviceaccount "deis-router" created

serviceaccount "deis-workflow-manager" created

service "deis-builder" created

service "deis-controller" created

service "deis-database" created

service "deis-minio" created

service "deis-registry" created

service "deis-router" created

service "deis-workflow-manager" created

replicationcontroller "deis-builder" created

replicationcontroller "deis-controller" created

replicationcontroller "deis-database" created

replicationcontroller "deis-minio" created

replicationcontroller "deis-registry" created

replicationcontroller "deis-router" created

replicationcontroller "deis-workflow-manager" created

---> Done
========================================
# Workflow 2.0.0-beta

WARNING: this chart is for testing only! Features may not work, and there are likely to be bugs.

Please report any issues you find in testing Workflow to the appropriate GitHub repository:
- builder: https://github.com/deis/builder
- chart: https://github.com/deis/charts
- database: https://github.com/deis/postgres
- helm: https://github.com/helm/helm
- minio: https://github.com/deis/minio
- registry: https://github.com/deis/registry
- router: https://github.com/deis/router
- controller: https://github.com/deis/controller
- workflow manager: https://github.com/deis/workflow-manager
========================================

@lazydino
Copy link

Hi,

Thank you. It worked, I got the same screen dump as you posted.

Reggie.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants