We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0515747 commit 64ff588Copy full SHA for 64ff588
README.md
@@ -35,7 +35,7 @@ Variants also include examples of how to configure volumes for GKE, AWS and AKS
35
36
```
37
kubectl create namespace kafka && \
38
-kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small/?ref=v6.0.1
+kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small/?ref=v6.0.3
39
40
41
When all pods are Ready, test with for example `kafkacat -b localhost:9094 -L` over `kubectl -n kafka port-forward kafka-0 9094`.
0 commit comments