Skip to content

Commit

Permalink
Add window export
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Sep 25, 2024
1 parent d27f75e commit 3eb4f18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,12 @@ docker compose down
## Kubernetes Commands

```bash
# Export KUBECONFIG to access the cluster
# Linux Export KUBECONFIG to access the cluster
export KUBECONFIG=/path/to/kubeconfig.conf

# Window Export KUBECONFIG to access the cluster
$env:KUBECONFIG = "\path\to\kubeconfig.conf"

# Check nodes
kubectl get nodes

Expand Down

0 comments on commit 3eb4f18

Please sign in to comment.