From 58fe743c9e3b28d76513a4726fdde6599893e875 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 1 Feb 2022 22:09:40 -0600 Subject: [PATCH] fix timestamp for post --- .../posts/2022/logging-in-tce-cluster-from-new-device/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2022/logging-in-tce-cluster-from-new-device/index.md b/content/posts/2022/logging-in-tce-cluster-from-new-device/index.md index 85dc26e..b75728c 100644 --- a/content/posts/2022/logging-in-tce-cluster-from-new-device/index.md +++ b/content/posts/2022/logging-in-tce-cluster-from-new-device/index.md @@ -1,6 +1,6 @@ --- title: "Logging in to a Tanzu Community Edition Kubernetes Cluster from a new device" # Title of the blog post. -date: 2022-02-01 # Date of post creation. +date: 2022-02-01T22:07:18-06:00 # Date of post creation. # lastmod: 2022-02-01T10:58:57-06:00 # Date when last modified description: "The Tanzu Community Edition documentation does a great job of explaining how to authenticate to a newly-deployed cluster at the tail end of the installation steps, but how do you log in from another system once it's set up?" # Description used for search engine. featured: false # Sets if post is a featured post, making appear on the home page side bar.