Skip to content

Commit

Permalink
chore: add run guide to k8s-the-hard-way
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 3, 2024
1 parent 28fd022 commit 7e3f5ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/posts/0003-kubernetes-the-hard-way.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,12 @@ export KUBECONFIG=share/admin.yml # KubeConfig generated in step 3
kubectl get nodes
```

## How to run it?

If you clone the repository, you would only need `vagrant up` to build everything
from scratch. It takes you sometime to all the components up and ready, but it
will set things up without any further intervention.

## Conclusion

This task took me a lot of time to get right. I had to go through a lot of
Expand Down

0 comments on commit 7e3f5ec

Please sign in to comment.