diff --git a/docs/11-pod-network-routes.md b/docs/11-pod-network-routes.md index fdf8a76..244fe98 100644 --- a/docs/11-pod-network-routes.md +++ b/docs/11-pod-network-routes.md @@ -31,6 +31,13 @@ for i in 0 1 2; do --address-prefix 10.200.${i}.0/24 done ``` +``` +az network vnet subnet update \ + --resource-group kubernetes-the-hard-way \ + --vnet-name kubernetes-the-hard-way-vnet \ + --name kubernetes-the-hard-way-subnet \ + --route-table kubernetes-the-hard-way-rt +``` List the routes in the `kubernetes-the-hard-way` VPC network: