kubernetes-the-hard-way-aws icon indicating copy to clipboard operation
kubernetes-the-hard-way-aws copied to clipboard

AWS version of Kelsey's kubernetes-the-hard-way

Results 24 kubernetes-the-hard-way-aws issues
Sort by recently updated
recently updated
newest added

Running part 11 (https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/11-pod-network-routes.md) and running into this message. Probably missing something really dumb that I did myself. ``` root@ip-172-31-38-108:/home/ubuntu# for instance in worker-0 worker-1 worker-2; do instance_id_ip="$(aws ec2 describe-instances...

Opening ports to 0.0.0.0/0 (that are not supposed to be access by anyone in the world) is a security vulnerability. If the person following the guide leaves the lab up...

## Why - makes it easier to see what the keys in the CA Config/CSR refer to.

During copying the command on OS X I noticed that there were added a few symbols, the after pasting the output was: ``` curl --cacert ca.pem https://$\{KUBERNETES_PUBLIC_ADDRESS\}/version ``` Which will...

### Lab: [08-bootstrapping-kubernetes-controllers.md](https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/08-bootstrapping-kubernetes-controllers.md) #### Step: Configure the Kubernetes API Server #### Issue: Creation of the `kube-apiserver.service` might fail as the variable `KUBERNETES_PUBLIC_ADDRESS` is undefined. This is done correctly by Kelsey...

Correct port is 6443 instead of 443

while trying to deploy coredns I get the following error message plugin/kubernetes: Get "https://10.0.1.1:443/version?timeout=32s": x509: certificate is valid for 10.32.0.1, 10.0.1.10, 10.0.1.11, 10.0.1.12, 127.0.0.1, not 10.0.1.1

Currently the "Provisioning Pod Network Routes" assumes you have the `ROUTE_TABLE_ID` set in your env. Added fetching of the route table ID to allow running it in a fresh shell.

Hi all, I was trying to bootstrap my etcd cluster following this guideline: https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/07-bootstrapping-etcd.md However I bumped into the following error when I try to get the list of etcd...