kubernetes-the-hard-way
kubernetes-the-hard-way copied to clipboard
Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
This commit enhances the clarity of the TLS bootstrapping documentation. It enables users to verify the correct configuration in their kube-apiserver.service file, whether they're double-checking their setup or ensuring no...
This commit fixes 'bash: line 1: /tmp/01-setup-hosts.sh: Permission denied' error which leaves provisioned nodes as not configured properly.
### Your Workstation Windows (10 or 11) ### System Memory 16GB or more ### What happened? Running the Vagrant up I got this messages: ``` node02: net.ipv4.conf.default.accept_source_route = 0 node02:...
Fixed a typo in the instructions we want to ssh to the loadbalancer node to test the connection from controlplane01 not go to controlplane01 again.
Amends the `13-configure-pod-networking.md` doc by adding information about how to set the correct POD network CIDR chosen at the beginning of the labs (`01-prerequisites.md`), which is different from the one...
Bump to latest patch version of etcd