Skip to content

Commit

Permalink
Disable GUI by default for micro onos (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-milkey authored May 31, 2022
1 parent 765fab3 commit fe75fec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
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

0 comments on commit fe75fec

Please sign in to comment.