diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index 7e44cfb..462eb19 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -17,9 +17,9 @@ The Kubernetes [networking model](https://kubernetes.io/docs/concepts/cluster-ad > Setting up network policies is out of scope for this tutorial. -### Virtual Private Cloud Network +### Virtual Network -In this section a dedicated [Virtual Network](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) (VNET) network will be setup to host the Kubernetes cluster. A subnet must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster. +In this section a dedicated [Virtual Network](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) (VNET) will be setup to host the Kubernetes cluster. A subnet must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster. Create the `kubernetes-the-hard-way` custom VNET network and subnet: diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index f8842d9..565de75 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -132,11 +132,9 @@ cat > ${instance}-csr.json < kubernetes-csr.json <