Skip to content

Commit

Permalink
Fix k8s storage urls (m3db#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
poblahblahblah authored and robskillington committed Aug 10, 2018
1 parent 9eb3c55 commit 8694e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/how_to/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ provided to provision such a StorageClass on AWS / Azure / GCP using the respect
If you do not already have a StorageClass named `fast`, create one using one of the provided manifests:
```
# AWS EBS (class io1)
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-class-aws.yaml
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-fast-aws.yaml
# Azure premium LRS
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-class-azure.yaml
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-fast-azure.yaml
# GCE Persistent SSD
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-class-gcp.yaml
kubectl apply -f https://raw.githubusercontent.com/m3db/m3/master/kube/storage-fast-gcp.yaml
```

If you wish to use your cloud provider's default remote disk, or another disk class entirely, you'll have to modify the
Expand Down

0 comments on commit 8694e3e

Please sign in to comment.