replace with dashes all points present in url fields to fix links (#17286)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d527b60de5
commit
23840660cc
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Building highly available applications using Kubernetes new multi-zone clusters (a.k.a. 'Ubernetes Lite') "
|
||||
date: 2016-03-29
|
||||
slug: building-highly-available-applications-using-kubernetes-new-multi-zone-clusters-a.k.a-ubernetes-lite
|
||||
url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite
|
||||
url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite
|
||||
---
|
||||
_Editor's note: this is the third post in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.2 and simplifying advanced networking with Ingress "
|
||||
date: 2016-03-31
|
||||
slug: kubernetes-1.2-and-simplifying-advanced-networking-with-ingress
|
||||
url: /blog/2016/03/Kubernetes-1.2-And-Simplifying-Advanced-Networking-With-Ingress
|
||||
url: /blog/2016/03/Kubernetes-1-2-And-Simplifying-Advanced-Networking-With-Ingress
|
||||
---
|
||||
_Editor's note: This is the sixth post in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2._
|
||||
_Ingress is currently in beta and under active development._
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.2: Even more performance upgrades, plus easier application deployment and management "
|
||||
date: 2016-03-17
|
||||
slug: kubernetes-1.2-even-more-performance-upgrades-plus-easier-application-deployment-and-management
|
||||
url: /blog/2016/03/Kubernetes-1.2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
|
||||
url: /blog/2016/03/Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
|
||||
---
|
||||
Today we released Kubernetes 1.2. This release represents significant improvements for large organizations building distributed systems. Now with over 680 unique contributors to the project, this release represents our largest yet.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Five Days of Kubernetes 1.3 "
|
||||
date: 2016-07-11
|
||||
slug: five-days-of-kubernetes-1.3
|
||||
url: /blog/2016/07/Five-Days-Of-Kubernetes-1.3
|
||||
url: /blog/2016/07/Five-Days-Of-Kubernetes-1-3
|
||||
---
|
||||
Last week we [released Kubernetes 1.3](https://kubernetes.io/blog/2016/07/kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads), two years from the day when the first Kubernetes commit was pushed to GitHub. Now 30,000+ commits later from over 800 contributors, this 1.3 releases is jam packed with updates driven by feedback from users.
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.3: Bridging Cloud Native and Enterprise Workloads "
|
||||
date: 2016-07-06
|
||||
slug: kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads
|
||||
url: /blog/2016/07/Kubernetes-1.3-Bridging-Cloud-Native-And-Enterprise-Workloads
|
||||
url: /blog/2016/07/Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads
|
||||
---
|
||||
Nearly two years ago, when we officially kicked off the Kubernetes project, we wanted to simplify distributed systems management and provide the core technology required to everyone. The community’s response to this effort has blown us away. Today, thousands of customers, partners and developers are running clusters in production using Kubernetes and have joined the cloud native revolution.
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.4: Making it easy to run on Kubernetes anywhere "
|
||||
date: 2016-09-26
|
||||
slug: kubernetes-1.4-making-it-easy-to-run-on-kuberentes-anywhere
|
||||
url: /blog/2016/09/Kubernetes-1.4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere
|
||||
url: /blog/2016/09/Kubernetes-1-4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere
|
||||
---
|
||||
Today we’re happy to announce the release of Kubernetes 1.4.
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " How we improved Kubernetes Dashboard UI in 1.4 for your production needs "
|
||||
date: 2016-10-03
|
||||
slug: production-kubernetes-dashboard-ui-1.4-improvements_3
|
||||
url: /blog/2016/10/Production-Kubernetes-Dashboard-UI-1.4-improvements_3
|
||||
url: /blog/2016/10/Production-Kubernetes-Dashboard-UI-1-4-improvements_3
|
||||
---
|
||||
With the release of [Kubernetes 1.4](https://kubernetes.io/blog/2016/09/kubernetes-1.4-making-it-easy-to-run-on-kuberentes-anywhere) last week, Dashboard – the official web UI for Kubernetes – has a number of exciting updates and improvements of its own. The past three months have been busy ones for the Dashboard team, and we’re excited to share the resulting features of that effort here. If you’re not familiar with Dashboard, the [GitHub repo](https://github.com/kubernetes/dashboard#kubernetes-dashboard) is a great place to get started.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Cluster Federation in Kubernetes 1.5 "
|
||||
date: 2016-12-22
|
||||
slug: cluster-federation-in-kubernetes-1.5
|
||||
url: /blog/2016/12/Cluster-Federation-In-Kubernetes-1.5
|
||||
url: /blog/2016/12/Cluster-Federation-In-Kubernetes-1-5
|
||||
---
|
||||
_Editor’s note: this post is part of a [series of in-depth articles](https://kubernetes.io/blog/2016/12/five-days-of-kubernetes-1.5) on what's new in Kubernetes 1.5_
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Five Days of Kubernetes 1.5 "
|
||||
date: 2016-12-19
|
||||
slug: five-days-of-kubernetes-1.5
|
||||
url: /blog/2016/12/Five-Days-Of-Kubernetes-1.5
|
||||
url: /blog/2016/12/Five-Days-Of-Kubernetes-1-5
|
||||
---
|
||||
With the help of our growing community of 1,000 contributors, we pushed some 5,000 commits to extend support for production workloads and deliver [Kubernetes 1.5](https://kubernetes.io/blog/2016/12/kubernetes-1.5-supporting-production-workloads). While many improvements and new features have been added, we selected few to highlight in a series of in-depths posts listed below.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.5: Supporting Production Workloads "
|
||||
date: 2016-12-13
|
||||
slug: kubernetes-1.5-supporting-production-workloads
|
||||
url: /blog/2016/12/Kubernetes-1.5-Supporting-Production-Workloads
|
||||
url: /blog/2016/12/Kubernetes-1-5-Supporting-Production-Workloads
|
||||
---
|
||||
|
||||
Today we’re announcing the release of Kubernetes 1.5. This release follows close on the heels of KubeCon/CloundNativeCon, where users gathered to share how they’re running their applications on Kubernetes. Many of you expressed interest in running stateful applications in containers with the eventual goal of running all applications on Kubernetes. If you have been waiting to try running a distributed database on Kubernetes, or for ways to guarantee application disruption SLOs for stateful and stateless apps, this release has solutions for you.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Five Days of Kubernetes 1.6 "
|
||||
date: 2017-03-29
|
||||
slug: five-days-of-kubernetes-1.6
|
||||
url: /blog/2017/03/Five-Days-Of-Kubernetes-1.6
|
||||
url: /blog/2017/03/Five-Days-Of-Kubernetes-1-6
|
||||
---
|
||||
|
||||
With the help of our growing community of 1,110 plus contributors, we pushed around 5,000 commits to deliver [Kubernetes 1.6](https://kubernetes.io/blog/2017/03/kubernetes-1.6-multi-user-multi-workloads-at-scale), bringing focus on multi-user, multi-workloads at scale. While many improvements have been contributed, we selected few features to highlight in a series of in-depths posts listed below.
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.6: Multi-user, Multi-workloads at Scale "
|
||||
date: 2017-03-28
|
||||
slug: kubernetes-1.6-multi-user-multi-workloads-at-scale
|
||||
url: /blog/2017/03/Kubernetes-1.6-Multi-User-Multi-Workloads-At-Scale
|
||||
url: /blog/2017/03/Kubernetes-1-6-Multi-User-Multi-Workloads-At-Scale
|
||||
---
|
||||
Today we’re announcing the release of Kubernetes 1.6.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: " Scalability updates in Kubernetes 1.6: 5,000 node and 150,000 pod clusters "
|
||||
date: 2017-03-30
|
||||
slug: scalability-updates-in-kubernetes-1.6
|
||||
url: /blog/2017/03/Scalability-Updates-In-Kubernetes-1.6
|
||||
url: /blog/2017/03/Scalability-Updates-In-Kubernetes-1-6
|
||||
---
|
||||
_Editor’s note: this post is part of a [series of in-depth articles](https://kubernetes.io/blog/2017/03/five-days-of-kubernetes-1.6) on what's new in Kubernetes 1.6_
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
title: " Kubernetes 1.7: Security Hardening, Stateful Application Updates and Extensibility "
|
||||
date: 2017-06-30
|
||||
slug: kubernetes-1.7-security-hardening-stateful-application-extensibility-updates
|
||||
url: /blog/2017/06/Kubernetes-1.7-Security-Hardening-Stateful-Application-Extensibility-Updates
|
||||
url: /blog/2017/06/Kubernetes-1-7-Security-Hardening-Stateful-Application-Extensibility-Updates
|
||||
---
|
||||
Today we’re announcing Kubernetes 1.7, a milestone release that adds security, storage and extensibility features motivated by widespread production use of Kubernetes in the most demanding enterprise environments.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user