Skip to content

Commit

Permalink
Merge pull request #21 from rahulvmarathe/master
Browse files Browse the repository at this point in the history
Select latest Ubuntu Server
  • Loading branch information
ivanfioravanti authored Oct 10, 2018
2 parents e4b7b61 + e736df6 commit 1cbaff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/03-compute-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ kubernetes westus2 Static XX.XXX.XXX.XXX

The compute instances in this lab will be provisioned using [Ubuntu Server](https://www.ubuntu.com/server) 16.04, which has good support for the [cri-containerd container runtime](https://github.com/kubernetes-incubator/cri-containerd). Each compute instance will be provisioned with a fixed private IP address to simplify the Kubernetes bootstrapping process.

To select latest stable Ubuntu Server release run following command
az vm image list --location westus2 --publisher Canonical --offer UbuntuServer --all


### Kubernetes Controllers

Create three compute instances which will host the Kubernetes control plane in `controller-as` [Availability Set](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/regions-and-availability#availability-sets):
Expand Down
1 change: 1 addition & 0 deletions docs/04-certificate-authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ kubernetes.pem
```

## Distribute the Client and Server Certificates
##instead of whoami use the username used to create the linux VM

Copy the appropriate certificates and private keys to each worker instance:

Expand Down

0 comments on commit 1cbaff0

Please sign in to comment.