funktionio / funktion

a CLI tool for working with funktion
https://funktion.fabric8.io/
Apache License 2.0
297 stars 25 forks source link

manual install instructions #43

Closed trapexit closed 7 years ago

trapexit commented 7 years ago

The installation instructions all seem to be based on funktion install. Some K8s installs however are in private networks without net access.

jstrachan commented 7 years ago

yeah, we document how to install from a single YAML file really that folks could download or upload into an environment that doesn't have net access

jstrachan commented 7 years ago

I was hoping we could have a single URL that downloads the latest YAML; as each time we release the URL changes (as its got the version in it). e.g. to install via kubectl we could do:

kubectl apply -f http://central.maven.org/maven2/io/fabric8/platform/packages/funktion-platform/2.4.24/funktion-platform-2.4.24-kubernetes.yml
jstrachan commented 7 years ago

we've now a single YAML you can download and apply directly either for kubernetes:

kubectl apply -f http://central.maven.org/maven2/io/fabric8/funktion/packages/funktion-platform/3.0.3/funktion-platform-3.0.3-kubernetes.yml

or openshift:

oc apply -f http://central.maven.org/maven2/io/fabric8/funktion/packages/funktion-platform/3.0.3/funktion-platform-3.0.3-openshift.yml

those version numbers increase with every release here: http://central.maven.org/maven2/io/fabric8/funktion/packages/funktion-platform/