Skip to content
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

Disable GUI by default for micro onos #638

Merged
merged 1 commit into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: onos-umbrella
description: Umbrella chart to deploy all µONOS
kubeVersion: ">=1.17.0"
type: application
version: 1.2.24
version: 1.2.23
appVersion: v1.1.0
keywords:
- onos
Expand Down
5 changes: 0 additions & 5 deletions onos-umbrella/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ To learn more about the release, try:
You can attach to:
* Onos CLI pod with
$ kubectl -n {{.Release.Namespace}} exec -it $(kubectl -n {{.Release.Namespace}} get pods -l type=cli -o name) -- /bin/sh
* µONOS GUI at http://<server_IP>:31191

If you are using KinD as a Kubernetes server, you will have to use a "port-forward" to access the GUI e.g.
$ kubectl -n {{.Release.Namespace}} port-forward $(kubectl -n {{.Release.Namespace}} get pods -l type=gui -o name) 8182:80
and then access the GUI at
* http://localhost:8182
2 changes: 1 addition & 1 deletion onos-umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import:
onos-config:
enabled: true
onos-gui:
enabled: true
enabled: false
onos-cli:
enabled: true

Expand Down