You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I deploy functions to the default namespace and to an additional namespace, the namespace selector in the gateway UI does not appear to work. The API returns the expected result with a new function list, but he UI does not update to reflect this
In this screenshot you can see the latest API response but with the wrong function list rendered
Expected Behaviour
The function list should change to show the functions from the selected namespace
Current Behaviour
Found while walking through a demo of multinamespace support
Steps to Reproduce (for bugs)
Deploy on kubernetes with the latest helm chart openfaas-5.3.8, make sure to set clusterRole to true
My actions before raising this issue
If I deploy functions to the default namespace and to an additional namespace, the namespace selector in the gateway UI does not appear to work. The API returns the expected result with a new function list, but he UI does not update to reflect this
In this screenshot you can see the latest API response but with the wrong function list rendered
Expected Behaviour
The function list should change to show the functions from the selected namespace
Current Behaviour
Found while walking through a demo of multinamespace support
Steps to Reproduce (for bugs)
openfaas-5.3.8
, make sure to setclusterRole
to truekubectl create ns dev-fn kubectl annotate ns dev-fn openfaas="true"
faas-cli store deploy Left-Pad -n dev-fn
faas-cli store deploy NodeInfo
dev-fn
NodeInfo
Context
Relates to #1379
Your Environment
Are you using Docker Swarm or Kubernetes (FaaS-netes)?
faas-netes
Operating System and version (e.g. Linux, Windows, MacOS):
osx
The text was updated successfully, but these errors were encountered: