James Strachan
James Strachan
maybe a Details tab could be shown that gives a brief overview of the services / RCs / containers / docker images that are about to be run? Part of...
there's no UI feedback in hawtio though. We should maybe add a status column or something on the Controllers table. Incidentally `oc get pods` and `oc get rc` doesn't often...
e.g. we may want to tag things with categories like: - continuous improvement - social - availability - automation - transparency Then rather than seeing a flat list of apps;...
e.g. showing the output of $KUBERNETES_MASTER/version REST call (the version of k8s etc) along with the master URI maybe
... before you get time to click on the "Proceeed to fabric8.vagrant.f8' link, it refreshes and starts to display the fabric8 console. You then have to click reload again
then apps could have lots of documentation/videos and stuff folks could see before they run it. It might be nice to have a documentation page for running things too really;...
it'd rock to be able to click 'Upgrade' and all containers that are running labelled versions are shown in a list; then for each version we query to see if...
folks may have shared services in namespace `foo` that they wish to export into namespace `bar` so a little UI to help folks create services in `bar` with the same...
e.g. via the command line: ``` $ oc describe rc jenkins Name: jenkins Image(s): fabric8/jenkins Selector: component=jenkins,provider=fabric8 Labels: component=jenkins,provider=fabric8 Replicas: 0 current / 1 desired Pods Status: 0 Running /...