openfaas / faas

OpenFaaS - Serverless Functions Made Simple
https://www.openfaas.com
MIT License
25.18k stars 1.94k forks source link

Missing documentation on how to deploy OpenFaaS on K8s with using the statically generated YAML files #1609

Closed tardigrde closed 3 years ago

tardigrde commented 3 years ago

My actions before raising this issue

I followed the docs to deploy OpenFaaS in K8s. Here I only see options for Helm and arcade to install OpenFaaS. I want to install OpenFaaS without these tools, but there is no documentation on how can I install it using the statically generated YAML files (not recommended) (this line is listed as an option in the docs).

Expected Behaviour

A line or chapter of documentation for deploying OpenFaaS without arkade or Helm.

Current Behaviour

No docs like this.

Possible Solution

Context

I want to start using OpenFaaS on K8s without using arkade or Helm.

Your Environment

Next steps

You may join Slack for community support.

If asking questions regarding the docs should not go here, feel free to close/delete this issue, then I'd join the Slack channel if that is a more appropiate place to ask questions like this.

Waterdrips commented 3 years ago

Hey, thanks for looking into OpenFaaS and opening this issue.

Out of interest, whats your use case for not using arkade/helm?

If you want a set of static manifests to deploy using your CI platform then helm template can be used to generate the manifest based on the options provided.

The faas-netes repo would be the place to look for the static yaml: https://github.com/openfaas/faas-netes/tree/master/yaml#yaml-development-only-instructions seems to give instructions.

tardigrde commented 3 years ago

Yes, thank you for your answer.

I want to avoid using them, just because I'd rather leave out new tools from my setup as long as it is possible.