-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] list clusters from all namespaces #978
Comments
In the values.yaml for the UI change You have to add double quotes in the deployment manifest template where the env variable is inserted. Then you will see clusters from all namespaces. |
Hi FxKu
and deployment.yaml:
After the start:
I've got:
Inside the container, it shows:
What am I doing wrong? Thanks |
Now it works. I executed the ui chart from Thanks |
@FxKu I understand that I've to go to templates/deployment.yaml and edit in order to make it work. Hint:
|
still have the same error in master branch, what's the root cause for this? |
Hi all
I have installed https://github.com/zalando/postgres-operator on my K8S cluster on namespace postgres and have created a database as follows:
As you can see, the database has been created in
namespace: "dev"
.When I starts the UI:
kubectl port-forward -n postgres "$(kubectl get pod -l app.kubernetes.io/name=postgres-operator-ui -n postgres --output='name')" 8081
I can not see the created cluster:
I have also set the current context to dev:
kubectl config set-context $(kubectl config current-context) --namespace=dev
What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: