Commit Graph

15 Commits (ddcee7b89b23212fd541f3533799a582a3ac5654)

Author SHA1 Message Date
Patrick Reilly ecd93f97ae add back missing analytics link 2015-08-13 10:03:07 -07:00
Patrick Reilly b954d0d70f Remove the "www" and "third-party ui" directories from kubernetes repository
* This code now lives in the kube-ui repository.
2015-08-13 09:50:59 -07:00
David Walter 792fc2269b change underscores to dashes to match the command line argument 2015-08-06 22:13:44 -05:00
Raffaele Di Fazio dc8fc1a6ff Fixed wrong link to ui.md documentation in README file
Fixed link.
2015-07-20 11:04:51 +02:00
Tim St. Clair d8987b3c8a Fix reference to kube-ui proxy path 2015-07-08 19:32:28 -07:00
Zach Loafman b60c8e567f Merge pull request #10077 from timstclair/ui-server
Move dashboard UI out of the apiserver to a separate pod
2015-07-01 15:56:33 -07:00
nikhiljindal 274792d7bb Stop exposing v1beta3 by default 2015-07-01 14:38:02 -07:00
Tim St. Clair b6b2d6df42 Add kube-ui cluster addon for serving k8s dashboard UI.
Changes include:
- Add kube-ui binary for serving static dashboard UI
- Add kube-ui docker image, replication controller, and service
- Make the kube-ui a cluster-addon (enabled by default)
- Split the compiled pkg/ui/datafile.go into separate dashboard and swagger packages
- Update docs to reflect changes
2015-07-01 14:21:47 -07:00
jackgr 5d666dbfbf Align docs/ui.md with www/README.md 2015-06-08 17:45:10 -07:00
jackgr cff5bed70d Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00
Blake Haggerty 2b195514e3 Update README.md
Spelling error changed "refernced" to "referenced"
2015-05-26 10:41:25 -07:00
Jeff Lowdermilk 553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Patrick Reilly fe388a6b79 fix typo 2015-04-21 15:46:52 -07:00
Patrick Reilly f9d5629c5c Update README to address issues
Update README to address issues in https://github.com/GoogleCloudPlatform/kubernetes/issues/7122
Providing a bit more clarity to how to test and develop the kubernetes Web UI.
2015-04-21 12:49:15 -07:00
Patrick Reilly 716d98c39e initial commit of chrome only of new replacement web ui
remove node modules

make new data file for web ui

initial commit of dashboard

switch back to non SSL request

move port splitting to common place; add to node resource location

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

various path fixes

make svg path relative

work around missing mime type

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

fix paths

fix karma path

remove bad protractor test
2015-04-21 07:24:06 -07:00