From 1380ddf668a05770a6c3f632c974bc9a65b44a20 Mon Sep 17 00:00:00 2001 From: HITMAN <112652819+ayushpatil2122@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:21:33 +0530 Subject: [PATCH] added AMD64 CPU as a requirement --- .../tasks/run-application/run-replicated-stateful-application.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md index 3fed6377f0..ac5484d503 100644 --- a/content/en/docs/tasks/run-application/run-replicated-stateful-application.md +++ b/content/en/docs/tasks/run-application/run-replicated-stateful-application.md @@ -37,6 +37,7 @@ on general patterns for running stateful applications in Kubernetes. - Some familiarity with MySQL helps, but this tutorial aims to present general patterns that should be useful for other systems. - You are using the default namespace or another namespace that does not contain any conflicting objects. +- You need to have a AMD64 CPU. ## {{% heading "objectives" %}}