mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-16 17:10:41 +03:00
Doc updates and typo fixes
This commit is contained in:
@@ -48,7 +48,7 @@ AWS
|
|||||||
|
|
||||||
* The us-west-2 region will be used
|
* The us-west-2 region will be used
|
||||||
|
|
||||||
AWS
|
Azure
|
||||||
|
|
||||||
* The "west us" region will be used
|
* The "west us" region will be used
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ The guide assumes you'll be creating resources in the `West Us` region as a sing
|
|||||||
|
|
||||||
> All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process.
|
> All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process.
|
||||||
|
|
||||||
The cluster VNs are only accessible via a jump box (a VM with publicly accessible ssh endpoint). The workers machines are exposed via external load balancer that carries both an public IP and public FQDN.
|
The cluster VMs are only accessible via a jump box (a VM with publicly accessible ssh endpoint). The workers machines are exposed via external load balancer that carries both an public IP and public FQDN.
|
||||||
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
@@ -97,8 +97,9 @@ azure network vnet create \
|
|||||||
Create subnets
|
Create subnets
|
||||||
|
|
||||||
```
|
```
|
||||||
# Azure UDR routes traffic subnet's eggress
|
# Azure UDR "user defined routes" in custom routing tables
|
||||||
# workers & pod ips have to be 2 separate subnets
|
# routes traffic leaving the subnet.
|
||||||
|
# Workers & pods (IPs) have to be in two separate subnets
|
||||||
|
|
||||||
azure network vnet subnet create \
|
azure network vnet subnet create \
|
||||||
--resource-group the-hard-way \
|
--resource-group the-hard-way \
|
||||||
|
Reference in New Issue
Block a user