Skip to content
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

Update README.md to adjust topic order #208

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,15 @@ TigerGraph Operator offers several deployment options for TigerGraph clusters on

Once your deployment is complete, refer to the following documents for guidance on using, operating, and maintaining your TigerGraph clusters on Kubernetes:

- [Backing Up and Restoring TigerGraph Clusters](docs/04-manage/backup-and-restore/README.md)
- [Configuring TigerGraph Clusters on K8s using TigerGraph CR](docs/07-reference/configure-tigergraph-cluster-cr-with-yaml-manifests.md)
- [Utilizing Static & Dynamic Persistent Volume Storage](docs/07-reference/static-and-dynamic-persistent-volume-storage.md)
- [Configuring NodeSelectors, Affinities, and Toleration](docs/03-deploy/configure-affinity-by-kubectl-tg.md)
- [Working with InitContainers, Sidecar Containers, and Custom Volumes](docs/03-deploy/use-custom-containers-by-kubectl-tg.md)
- [Resizing Persistent Volumes for TigerGraph](docs/07-reference/expand-persistent-volume.md)
- [Backing Up and Restoring TigerGraph Clusters](docs/04-manage/backup-and-restore/README.md)

Additionally, refer to the following documents for advanced operations and requirements:

- [Expand persistent volume](docs/07-reference/expand-persistent-volume.md)
- [Using static and dynamic persistent volume](docs/07-reference/static-and-dynamic-persistent-volume-storage.md)
- [Resizing Persistent Volumes for TigerGraph](docs/07-reference/expand-persistent-volume.md)
- [Utilizing Static & Dynamic Persistent Volume Storage](docs/07-reference/static-and-dynamic-persistent-volume-storage.md)
- [Integrate Envoy Sidecar](docs/07-reference/integrate-envoy-sidecar.md)
- [Labels used by TigerGraph Operator](docs/07-reference/labels-used-by-tg.md)

Expand Down