summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-04-01 17:31:25 +0200
committerStef Walter <stefw@redhat.com>2016-04-01 17:31:25 +0200
commitb10ab435a64f0973c9e77a10bf54e34384ed249d (patch)
tree7014f028594c0e94a64953b6d6844c158b8ed152
parentd808768bca66b7211e4eba3f2ca3bbde9c9ed96a (diff)
Cockpit 0.100
-rw-r--r--content/cockpit/cockpit-0.100.md52
-rw-r--r--content/images/cockpit-kubernetes-storage.pngbin0 -> 48299 bytes
-rw-r--r--content/images/cockpit-storage-slider.pngbin0 -> 11011 bytes
3 files changed, 52 insertions, 0 deletions
diff --git a/content/cockpit/cockpit-0.100.md b/content/cockpit/cockpit-0.100.md
new file mode 100644
index 0000000..c74bbe1
--- /dev/null
+++ b/content/cockpit/cockpit-0.100.md
@@ -0,0 +1,52 @@
+Title: Cockpit 0.100 Released
+Date: 2016-04-01 15:30
+Tags: cockpit, linux, technical, kubernetes
+Slug: cockpit-0.100
+Category: Cockpit
+Summary: Cockpit releases every week. Here's highlights from 0.100
+
+Cockpit is the [modern Linux admin interface](http://cockpit-project.org/). There's a new release every week. Here are the highlights from this weeks 0.100 release. Even though 0.100 may seem to be a magical number ... it's really just the number after 0.99 :D
+
+### SELinux Troubleshooting
+
+Cockpit can help you troubleshoot [SELinux](http://stopdisablingselinux.com/) problems, and show you fixes for repairing the various issues. This is pretty amazing for system admins who really would rather be secure, but keep bumping into operations that SELinux is blocking. There's more to come on both SELinux and troubleshooting in the future. Take a look at what landed in this release:
+
+<iframe width="960" height="720" src="https://www.youtube.com/embed/eBGK6qSmnng?rel=0" frameborder="0" allowfullscreen></iframe>
+
+### Image Registry Interface
+
+There's a new Image Registry user interface. It works with [Atomic Platform](http://www.projectatomic.io/) or [Openshift](https://www.openshift.org/) clusters. By default this shows up in the Cockpit "Cluster" admin dashboard.
+
+But more importantly you can deploy this as a standalone image registry, complete with storage, authentication and an interface.
+
+Here's a quick demo:
+
+<iframe width="853" height="480" src="https://www.youtube.com/embed/VSOAASf1Usw?rel=0" frameborder="0" allowfullscreen></iframe>
+
+See [projectatomic.io/registry](http://projectatomic.io/registry) for more info.
+
+
+### Storage sliders and more
+
+Marius has been working on cleaning up the storage UI. One of the changes you'll notice is that you can now use a sloider to choose a size for new volumes or file systems, and specify the size units you want to use:
+
+![Storage number slider](images/cockpit-storage-slider.png)
+
+Debian builds now also include the Storage page.
+
+
+### From the future
+
+Peter worked on adding Cluster storage configuration to the Kubernetes admin dashboard. Basic support will be in the next release. Here's a screenshot:
+
+![Kubernetes persistent volume](images/cockpit-kubernetes-storage.png)
+
+### Try it out
+
+Cockpit 0.100 is available now:
+
+ * [For your Linux system](http://cockpit-project.org/running.html)
+ * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/0.100)
+ * [Fedora 24](https://bodhi.fedoraproject.org/updates/cockpit-0.100-1.fc24)
+ * [COPR for Fedora 23, CentOS and RHEL](https://copr.fedoraproject.org/coprs/g/cockpit/cockpit-preview/)
+
diff --git a/content/images/cockpit-kubernetes-storage.png b/content/images/cockpit-kubernetes-storage.png
new file mode 100644
index 0000000..5ed5320
--- /dev/null
+++ b/content/images/cockpit-kubernetes-storage.png
Binary files differ
diff --git a/content/images/cockpit-storage-slider.png b/content/images/cockpit-storage-slider.png
new file mode 100644
index 0000000..422dabc
--- /dev/null
+++ b/content/images/cockpit-storage-slider.png
Binary files differ