Merge pull request #48762 from steve-hardman/issue-48754
Remove an invalid published date in front matter of blog
This commit is contained in:
commit
eebf10e2ec
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Reporting Errors from Control Plane to Applications Using Kubernetes Events"
|
title: "Reporting Errors from Control Plane to Applications Using Kubernetes Events"
|
||||||
date: 2018-01-25
|
date: 2018-01-25
|
||||||
published: true
|
|
||||||
slug: reporting-errors-using-kubernetes-events
|
slug: reporting-errors-using-kubernetes-events
|
||||||
url: /blog/2018/01/Reporting-Errors-Using-Kubernetes-Events
|
url: /blog/2018/01/Reporting-Errors-Using-Kubernetes-Events
|
||||||
author: >
|
author: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue