-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: add persistent cache #11272
Merged
Merged
docs: add persistent cache #11272
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
tvoran
approved these changes
Apr 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions 👍
website/content/docs/agent/caching/persistent-caches/kubernetes.mdx
Outdated
Show resolved
Hide resolved
calvn
reviewed
Apr 7, 2021
website/content/docs/agent/caching/persistent-caches/kubernetes.mdx
Outdated
Show resolved
Hide resolved
calvn
reviewed
Apr 7, 2021
calvn
reviewed
Apr 7, 2021
Co-authored-by: Theron Voran <[email protected]>
…s.mdx Co-authored-by: Theron Voran <[email protected]>
Co-authored-by: Calvin Leung Huang <[email protected]>
Co-authored-by: Calvin Leung Huang <[email protected]>
3363efc
to
2df3cb5
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Apr 8, 2021
* docs: add persistent cache * Clarify documentation * Update website/content/docs/agent/caching/index.mdx Co-authored-by: Theron Voran <[email protected]> * Update website/content/docs/agent/caching/persistent-caches/kubernetes.mdx Co-authored-by: Theron Voran <[email protected]> * Update index.mdx * Update website/content/docs/agent/caching/index.mdx Co-authored-by: Calvin Leung Huang <[email protected]> * Update website/content/docs/agent/caching/index.mdx Co-authored-by: Calvin Leung Huang <[email protected]> * Update index.mdx * Update kubernetes.mdx * Resolve conflicts Co-authored-by: Theron Voran <[email protected]> Co-authored-by: Calvin Leung Huang <[email protected]>
catsby
added a commit
that referenced
this pull request
Apr 14, 2021
* master: (78 commits) docs: update vault-helm to 0.11.0 (#11355) Add documentation for vault-csi-provider namespace config (#11344) docs: update vault-k8s to 0.10.0 (#11354) patch(docs): fix link color (#11352) Add TFE/TFC auth plugin to plugin portal (#11348) fix a couple typos (#11343) TLS Diagnose Formatting Fixes (#11342) Add More TLS Tests and Verification of TLS Root Certificate (#11300) Add HA only autopilot to changelog (#11339) Support autopilot when raft is for HA only (#11260) Fixes for db connection file type field (#11331) Fix flakey TestAgent_Template_Retry test (#11332) Darwin/ARM64 build target (#11321) Fix broken OIDC Providers link (#11327) Bug: DB secret engine not showing "Select one" in role select options (#11294) bumping alpine version, improving security (#11271) Run a more strict formatter over the code (#11312) docs: add persistent cache (#11272) Fix a few static analysis findings (#11307) Changing from "changelog" to "release-note" (#11303) ...
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 adds some documentation for the Vault Agent persistent cache. Since persistent cache has types, I've moved the cache documentation into a sub directory to better organize cache documentation.