Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ With:

```console
az aks create --node-vm-size <AGENT_SIZE> --resource-group <RG> --name <NAME>
--node-count <AGENT_COUNT> --kubernetes-version 1.12.5 --location <LOCATION> --generate-ssh-keys
--node-count <AGENT_COUNT> --kubernetes-version 1.13.5 --location <LOCATION> --generate-ssh-keys
```

> Note : The kubernetes verion could change depending where you are deploying your cluster. You can get more informations running the `az aks get-versions` command.
Expand Down
2 changes: 1 addition & 1 deletion 4-kubeflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ KUBEFLOW_SRC=$(realpath kubeflow)
mkdir ${KUBEFLOW_SRC}
cd ${KUBEFLOW_SRC}

export KUBEFLOW_TAG=v0.4.1
export KUBEFLOW_TAG=v0.5.1

curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash
```
Expand Down