Fix nodeSelector
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Jun 2021 08:23:34 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
pages/blog/k8s-at-home.md
→
pages/blog/k8s-at-home.md
@@ -174,7 +174,7 @@ There's just one catch -- at least, in my case. They don't have armhf
images, so all their resources need: ```yaml -nodeSelector: kubernetes.io/arch=arm +nodeSelector: kubernetes.io/arch=amd64 ``` Consequently, all pods using a PVC can only run on non-armhf nodes. This