-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Update to cluster docs #3084
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #3084 +/- ##
=========================================
- Coverage 72.2% 72.2% -0.1%
=========================================
Files 1084 1084
Lines 100195 100195
=========================================
- Hits 72433 72405 -28
- Misses 22728 22748 +20
- Partials 5034 5042 +8
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
nbroyles
reviewed
Jan 21, 2021
nbroyles
reviewed
Jan 21, 2021
nbroyles
approved these changes
Jan 21, 2021
ChrisChinchilla
force-pushed
the
chrischinch/cluster-update
branch
from
January 22, 2021 10:47
d32ebcc
to
c7fac2a
Compare
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
ChrisChinchilla
force-pushed
the
chrischinch/cluster-update
branch
from
January 22, 2021 10:50
ec8832b
to
dd3c692
Compare
soundvibe
added a commit
that referenced
this pull request
Jan 22, 2021
* master: [DOCS] Update to cluster docs (#3084) [dbnode][coordinator] Ensure docs limit is propagated for search and aggregate RPCs (#3108) [query] Take bounds into account for list endpoints (#3110) Add warning to changing blocksize (#3096) Add support for dynamic query limit overriding (#3090) [tests] test setups exported to allow us to use it from other packages (#3042) [query] Implemented Graphite's pow function (#3048) [dbnode] Direct conversion of encoded tags to doc.Metadata (#3087) [tests] Skip flaky TestWatchNoLeader (#3106) [dbnode] Faster search of tag bytes in convert.FromSeriesIDAndTags (#3075) Replace bytes.Compare() == 0 with bytes.Equal() (#3101) Capture seekerMgr instead Rlock (#3104) [m3db] Check bloom filter before stream request allocation (#3103)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR single-sources a few pieces of content around the cluster quoickstarts, and adds a bit more explanation around things. It also fixes a few small steps for the K8s guide.
The K8s and binaries cluster guides are a little different from each other right now, mostly as I have had a lot of issues getting a local K8s cluster to work properly, and there are so many ways people have this setup anyway… Over time I would like to improve it…