kpassapk / knative-kafka

Knative kafka tests
0 stars 0 forks source link

In Source example, failure mounting "contract-resources" volume #1

Open kpassapk opened 2 years ago

kpassapk commented 2 years ago

I'm going through the example, with MiniKube and Strimzi; YAML file installation.

The example output in the "Installing Kafka Source" section lists two deployments, but the latest version of the YAML files actually launches kafka-source-dispatcher as a StatefulSet. It fails to launch cleanly with

MountVolume.SetUp failed for volume "contract-resources" : configmap "kafka-source-dispatcher-0" not found

. The installation procedure and YAML files are in this repo. I have gone through the installation a few times to figure out if I had missed a step and failed to install one of the required resources before getting to the source installation step.

Two issues likely here:

  1. Documentation out fo date, should reflect the StatefulSet.
  2. Possibly a missing instruction on the contents of this configmap.
kpassapk commented 2 years ago

Copying the knative issue here.