summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-04-08 12:41:30 +0200
committerStef Walter <stefw@redhat.com>2016-04-08 12:42:10 +0200
commita2cc3898845bbbab2c317cb69e7b0bf4b070b678 (patch)
tree249e42b14a33915704ce59136daceec6838d8727
parente135a035672e4c03e31fe77e2652dccd0e71901c (diff)
Cockpit 0.101
-rw-r--r--content/cockpit/cockpit-0.101.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/content/cockpit/cockpit-0.101.md b/content/cockpit/cockpit-0.101.md
new file mode 100644
index 0000000..26b6f1a
--- /dev/null
+++ b/content/cockpit/cockpit-0.101.md
@@ -0,0 +1,30 @@
+Title: Cockpit does Kubernetes Data Volumes
+Date: 2016-04-08 12:35
+Tags: cockpit, linux, technical, kubernetes
+Slug: cockpit-0.101
+Category: Cockpit
+Summary: Cockpit releases every week. Here's highlights from 0.101
+
+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.101 release.
+
+### Kubernetes Volumes
+
+You can now set up Kubernetes [persistent volume claims](http://kubernetes.io/docs/user-guide/persistent-volumes/) through the Cockpit cluster admin interface. These volumes are used to store persistent container data and possibly share them between containers. Each container pod declares the volumes it needs, and when deploying such an application admins configure the locations to store the data in those volumes.
+
+Take a look:
+
+<iframe width="960" height="720" src="https://www.youtube.com/embed/rlWeO_MsJOA?rel=0" frameborder="0" allowfullscreen></iframe>
+
+### Show SELinux failure messages properly
+
+As a follow up from last week, several bug fixes landed in the new SELinux troubleshooting support.
+
+### Try it out
+
+Cockpit 0.101 is available now:
+
+ * [For your Linux system](http://cockpit-project.org/running.html)
+ * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/0.101)
+ * [Fedora 24](https://bodhi.fedoraproject.org/updates/cockpit-0.101-1.fc24)
+ * [COPR for Fedora 23, CentOS and RHEL](https://copr.fedoraproject.org/coprs/g/cockpit/cockpit-preview/)
+