Skip to content

Commit 63afa8e

Browse files
Merge pull request kubernetes#23506 from locker95/docs/start-not-production
docs: link production-environment guides at the end of start
2 parents bb4d29b + 4cbb5cf commit 63afa8e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

site/content/en/docs/start/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,10 @@ minikube delete --all
724724
* [Community-contributed tutorials]({{<ref "/docs/tutorials">}})
725725
* [minikube command reference]({{<ref "/docs/commands">}})
726726
* [Contributors guide]({{<ref "/docs/contrib">}})
727+
* [Principles]({{< ref "/docs/contrib/principles" >}})
727728
* Take our [fast 5-question survey](https://forms.gle/Gg3hG5ZySw8c1C24A) to share your thoughts 🙏
729+
730+
{{% alert title="Note" color="info" %}}
731+
minikube is for learning and development. For a production cluster, see the Kubernetes
732+
[production environment](https://kubernetes.io/docs/setup/production-environment/) docs.
733+
{{% /alert %}}

0 commit comments

Comments
 (0)