Skip to content

Commit

Permalink
[docs] Update buildkite doc path
Browse files Browse the repository at this point in the history
Temporarily removes links to operator to be able to pass the master build and regenerate documents and the operator site itself; will be readded after it's working.
  • Loading branch information
M3 Buildkite Bot committed Nov 14, 2020
1 parent b306e81 commit a061744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/docs-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
docs:
build:
context: ./
dockerfile: ../docs/Dockerfile
dockerfile: ../site/content/docs/Dockerfile
volumes:
- ../:/go/src/github.com/m3db/m3
- $SSH_AUTH_SOCK:/ssh-agent
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/how_to/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ weight: 3
---


**Please note:** If possible _[PLEASE USE THE OPERATOR](https://operator.m3db.io/)_ to deploy to Kubernetes if you
**Please note:** If possible _PLEASE USE THE OPERATO_ to deploy to Kubernetes if you
can. It is a considerably more streamlined setup.

The [operator](https://operator.m3db.io/) leverages [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
The operator leverages [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
(CRDs) to automatically handle operations such as managing cluster topology.

The guide below provides static manifests to bootstrap a cluster on Kubernetes and should be considered
Expand Down

0 comments on commit a061744

Please sign in to comment.