Skip to content

Commit cd5923f

Browse files
authored
Update 2024-03-15-kubeconfigMerging.md
fix date
1 parent 330f28f commit cd5923f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/how-to/kubernetes/2024-03-15-kubeconfigMerging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Kubeconfig merging on Windows with Powershell
3-
date: 2024-04-15
3+
date: 2024-03-15
44
categories: [How-to, Kubernetes, Powershell]
55
tags: [kubernetes,k8s,k3s,howto,Powershell] # TAG names should always be lowercase
66
---
@@ -69,4 +69,4 @@ To delete a cluster from your kubeconfig file by its name, execute the following
6969
Replace `<cluster_name>` with the name of the cluster you wish to delete.
7070
```powershell
7171
kubectl config delete-cluster <cluster_name>
72-
```
72+
```

0 commit comments

Comments
 (0)