Skip to content

Commit 3466d6c

Browse files
committed
Fix path
1 parent bc98705 commit 3466d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/12-Troubleshooting/10-Practice-Test-Troubleshoot-Network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Lets have a look at the [Practice Test](https://kodekloud.com/topic/practice-tes
101101
These two files are
102102
103103
* `config.conf` - This is the actual configuration that kube-proxy needs to load. This file refers to `kubeconfig.conf`
104-
* `kubeconfig.conf` - This is simply a a kubeconfig file, same as you will find on the lab terminal in `~/.kube.config`. It is the credentials and address for kube-proxy to talk to the api server.
104+
* `kubeconfig.conf` - This is simply a a kubeconfig file, same as you will find on the lab terminal in `~/.kube/config`. It is the credentials and address for kube-proxy to talk to the api server.
105105
106106
1. Fix the command line arguments to `kube-proxy`
107107

0 commit comments

Comments
 (0)