From a0d8924a6e60e1bd3c013e5b590d14eeae2f0170 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 10 Oct 2024 12:42:33 +0200 Subject: [PATCH 1/3] Move ADOPTERS file into the docs folder So that it becomes a part of the rendered documentation. Signed-off-by: Tom Wieczorek --- README.md | 2 +- ADOPTERS.md => docs/adopters.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ADOPTERS.md => docs/adopters.md (100%) diff --git a/README.md b/README.md index 3b8948779a05..2f0b1e6f5d73 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To see the call details in your local timezone, check out [https://dateful.com/e k0s is used in numerous cases and environments. The range we've seen it being adopted ranges from very small far edge deployments to big data center deployments. Please add your use case to [adopters] list. -[adopters]: ADOPTERS.md +[adopters]: docs/adopters.md ## Motivation diff --git a/ADOPTERS.md b/docs/adopters.md similarity index 100% rename from ADOPTERS.md rename to docs/adopters.md From c7b7e9a376041014bf1901cfc857637adfd74420 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 10 Oct 2024 12:43:26 +0200 Subject: [PATCH 2/3] Re-add ADOPTERS.md as a symlink to docs/adopters.md So that it is directly visible at the project root. Signed-off-by: Tom Wieczorek --- ADOPTERS.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 120000 index 000000000000..720b81e6d429 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1 @@ +docs/adopters.md \ No newline at end of file From fee5f7a2a763b75df6e3777d4df99b4728d99d7d Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 10 Oct 2024 12:50:50 +0200 Subject: [PATCH 3/3] Add adopters to docs navigation Signed-off-by: Tom Wieczorek --- docs/adopters.md | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/adopters.md b/docs/adopters.md index e14622b0f28e..590f0f14f594 100644 --- a/docs/adopters.md +++ b/docs/adopters.md @@ -73,6 +73,8 @@ When adding new adopters, please adhere roughly to the following format: Project: Virtual Clusters
vCluster supports both k0s and k3s for their virtual kubernetes nested clusters. +## Additional use cases + In addition, it is being used for novel use cases in the wild: * [Kubernetes vs Philippine Power Outages - On setting up k0s over Tailscale](https://justrox.me/kubernetes-vs-philippine-power-outages-a-simple-guide-to-k0s-over-tailscale/) diff --git a/mkdocs.yml b/mkdocs.yml index 03ae89dab954..71393f1f2846 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,7 @@ nav: - Kube-bench Security Benchmark: cis_benchmark.md - Releases & Support: releases.md - Commercial support: commercial-support.md + - Adopters: adopters.md - Contributing: - Overview: contributors/overview.md - GitHub Workflow: contributors/github_workflow.md