Skip to content

Document how to use namespaces with faasd #272

@LucasRoesler

Description

@LucasRoesler

Proposed change

We should extend this page https://docs.openfaas.com/reference/namespaces/ to include two sections, one for faas-netes and one for faasd.

The faasd section needs to include instructions for how to create a new namespace, basically just this snippet

sudo ctr namespace create certifier-test sudo ctr namespace label certifier-test openfaas=true

Context

I realized that we had no documentation for namespace in faasd because i was trying to test something locally but failed because I forgot this setup step. I tried finding it in the faasd repo and then in the docs, but could not find it at all. If it exists, perhaps we need to make it easier to find.

I found the required commands from the certifier CI test setup for faasd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions