-
Notifications
You must be signed in to change notification settings - Fork 73
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
Doc - Follow file name conventions of main docs, move to Tutorials #108
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
...ployment/Kubernetes/config_and_secrets.md → ...Deployment/Kubernetes/ConfigAndSecrets.md
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
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
# ArangoDB operator user manual | ||
# ArangoDB Kubernetes Operator | ||
|
||
- [Using the operator](./usage.md) | ||
- [Deployment Resource](./deployment_resource.md) | ||
- [ArangoDB configuration & secrets](./config_and_secrets.md) | ||
- [Metrics](./metrics.md) | ||
- [Scaling](./scaling.md) | ||
- [Services & Load balancer](./services_and_loadbalancer.md) | ||
- [Storage](./storage.md) | ||
- [Storage Resource](./storage_resource.md) | ||
- [TLS](./tls.md) | ||
- [Upgrading](./upgrading.md) | ||
The ArangoDB Kubernetes Operator (`kube-arangodb`) is a set of two operators | ||
that you deploy in your Kubernetes cluster to manage deployments of the | ||
ArangoDB database and provide `PersistentVolumes` on local storage of your | ||
nodes for optimal storage performance. |
2 changes: 1 addition & 1 deletion
2
docs/Manual/Deployment/Kubernetes/scaling.md → docs/Manual/Deployment/Kubernetes/Scaling.md
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
2 changes: 1 addition & 1 deletion
2
...t/Kubernetes/services_and_loadbalancer.md → ...ent/Kubernetes/ServicesAndLoadBalancer.md
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
2 changes: 1 addition & 1 deletion
2
docs/Manual/Deployment/Kubernetes/storage.md → docs/Manual/Deployment/Kubernetes/Storage.md
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
2 changes: 1 addition & 1 deletion
2
...Deployment/Kubernetes/storage_resource.md → .../Deployment/Kubernetes/StorageResource.md
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
4 changes: 2 additions & 2 deletions
4
docs/Manual/Deployment/Kubernetes/tls.md → docs/Manual/Deployment/Kubernetes/Tls.md
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# ArangoDB operator docs | ||
# ArangoDB Kubernetes Operator | ||
|
||
- [Getting Started](./Manual/GettingStarted/Kubernetes/README.md) | ||
- [User manual](./Manual/Programs/Kubernetes/README.md) | ||
- [Getting Started](./Manual/Tutorials/Kubernetes/README.md) | ||
- [User manual](./Manual/Deployment/Kubernetes/README.md) | ||
- [Using the Operator](./Manual/Deployment/Kubernetes/Usage.md) | ||
- [Deployment Resource](./Manual/Deployment/Kubernetes/DeploymentResource.md) | ||
- [ArangoDB configuration & secrets](./Manual/Deployment/Kubernetes/ConfigAndSecrets.md) | ||
- [Metrics](./Manual/Deployment/Kubernetes/Metrics.md) | ||
- [Scaling](./Manual/Deployment/Kubernetes/Scaling.md) | ||
- [Services & Load balancer](./Manual/Deployment/Kubernetes/ServicesAndLoadBalancer.md) | ||
- [Storage](./Manual/Deployment/Kubernetes/Storage.md) | ||
- [Storage Resource](./Manual/Deployment/Kubernetes/StorageResource.md) | ||
- [TLS](./Manual/Deployment/Kubernetes/Tls.md) | ||
- [Upgrading](./Manual/Deployment/Kubernetes/Upgrading.md) | ||
- [Design documents](./design/README.md) |
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.
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.
I don't like this change. IMO it becomes confusing, since the possible value is case sensitive.
So even if the rest of the documentation uses
MMfiles
, I'll still prefer to keepMMFiles
here.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.
I changed it from MMfiles to MMFiles, isn't that what you prefer? In the API, the storage engine names are all lower case IIRC, but we use MMFiles and RocksDB in the docs in most places if it doesn't have to be verbatim.
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.
Sorry, my mistake