From bb45a9818d8ffbad6bcd456cee52d3ded5e5f5a3 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 5 Dec 2019 15:22:49 -0800 Subject: [PATCH] Revert breaking commits (#17967) * Revert "Remove dead links to old getting started guides (#17889)" This reverts commit d6285eaac4c70bba69ff6b0e84b7f389a41a207a. * Revert "Fix a command in kubectl cheatsheet (#17888)" This reverts commit e03f4b258c49d5b01466aca576e8e7a0f451397a. --- content/en/docs/reference/kubectl/cheatsheet.md | 4 ++-- content/en/docs/setup/_index.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 1033d31d0f..f237a8b25b 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -160,9 +160,9 @@ kubectl get services --sort-by=.metadata.name # List pods Sorted by Restart Count kubectl get pods --sort-by='.status.containerStatuses[0].restartCount' -# List PersistentVolumes sorted by capacity +# List PersistentVolumes in test namespace sorted by capacity -kubectl get pv --sort-by=.spec.capacity.storage +kubectl get pv -n test --sort-by=.spec.capacity.storage # Get the version label of all pods with label app=cassandra kubectl get pods --selector=app=cassandra -o \ diff --git a/content/en/docs/setup/_index.md b/content/en/docs/setup/_index.md index b5615c957c..65cae2e263 100644 --- a/content/en/docs/setup/_index.md +++ b/content/en/docs/setup/_index.md @@ -47,6 +47,7 @@ If you're learning Kubernetes, use the Docker-based solutions: tools supported b | | [IBM Cloud Private-CE (Community Edition)](https://github.com/IBM/deploy-ibm-cloud-private) | | | [IBM Cloud Private-CE (Community Edition) on Linux Containers](https://github.com/HSBawa/icp-ce-on-linux-containers)| | | [k3s](https://k3s.io)| +| | [Ubuntu on LXD](/docs/getting-started-guides/ubuntu/)| ## Production environment @@ -80,6 +81,8 @@ The following production environment solutions table lists the providers and the | [Digital Rebar](https://provision.readthedocs.io/en/tip/README.html) | | | | | | ✔ | [DigitalOcean](https://www.digitalocean.com/products/kubernetes/) | ✔ | | | | | | [Docker Enterprise](https://www.docker.com/products/docker-enterprise) | |✔ | ✔ | | | ✔ +| [Fedora (Multi Node)](https://kubernetes.io/docs/getting-started-guides/fedora/flannel_multi_node_cluster/)  | | | | | ✔ | ✔ +| [Fedora (Single Node)](https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/)  | | | | | | ✔ | [Gardener](https://gardener.cloud/) | ✔ | ✔ | ✔ | ✔ | ✔ | [Custom Extensions](https://github.com/gardener/gardener/blob/master/docs/extensions/overview.md) | | [Giant Swarm](https://www.giantswarm.io/) | ✔ | ✔ | ✔ | | | [Google](https://cloud.google.com/) | [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine/) | [Google Compute Engine (GCE)](https://cloud.google.com/compute/)|[GKE On-Prem](https://cloud.google.com/gke-on-prem/) | | | | | | | |