From 44a99c5e9820363ce4934a9a946b147a32cf897e Mon Sep 17 00:00:00 2001 From: Takuya Tokuda Date: Tue, 5 Jun 2018 09:16:54 +0900 Subject: [PATCH] fix date format. (#8833) --- content/en/blog/_posts/2018-05-04-announcing-kubeflow-0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2018-05-04-announcing-kubeflow-0.1.md b/content/en/blog/_posts/2018-05-04-announcing-kubeflow-0.1.md index 7e3fce7d98..b6a708f114 100644 --- a/content/en/blog/_posts/2018-05-04-announcing-kubeflow-0.1.md +++ b/content/en/blog/_posts/2018-05-04-announcing-kubeflow-0.1.md @@ -1,7 +1,7 @@ --- layout: blog title: Current State of Policy in Kubernetes -date: Wednesday, May 2, 2018 +date: 2018-05-04 --- Kubernetes has grown dramatically in its impact to the industry; and with rapid growth, we are beginning to see variations across components in how they define and apply policies.