Skip to content

Commit b77ef64

Browse files
authored
Match Stackable nodes on OS label rather than Arch (#100)
See stackabletech/issues#115
1 parent 3af1022 commit b77ef64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/getting_started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ We will deploy 3 Apache ZooKeeper instances to our cluster. This is a fairly typ
290290
default:
291291
selector:
292292
matchLabels:
293-
kubernetes.io/arch: stackable-linux
293+
kubernetes.io/os: stackable-linux
294294
replicas: 3
295295
config:
296296
adminPort: 12000
@@ -323,7 +323,7 @@ We will deploy 3 Apache Kafka brokers, another typical deployment pattern for Ka
323323
default:
324324
selector:
325325
matchLabels:
326-
kubernetes.io/arch: stackable-linux
326+
kubernetes.io/os: stackable-linux
327327
replicas: 3
328328
config:
329329
logDirs: "/tmp/kafka-logs"
@@ -351,7 +351,7 @@ We will deploy 3 Apache servers NiFi. This might seem over the top for a tutoria
351351
default:
352352
selector:
353353
matchLabels:
354-
kubernetes.io/arch: stackable-linux
354+
kubernetes.io/os: stackable-linux
355355
replicas: 3
356356
config:
357357
nifiWebHttpPort: 10000

0 commit comments

Comments
 (0)