all repos — site @ 2cd779bd736f489cb63f57d2797951423b154da6

source for my site, found at icyphox.sh

Fix nodeSelector
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Jun 2021 08:23:34 +0530
commit

2cd779bd736f489cb63f57d2797951423b154da6

parent

78cb7b1bfecf6c3fd4264707a98990f324b982aa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M pages/blog/k8s-at-home.mdpages/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