We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run:
kubectl -n kafka describe StrimziSchemaRegistry confluent-schema-registry
I get the error secrets "confluent-schema-registry" not found
secrets "confluent-schema-registry" not found
apiVersion: roundtable.lsst.codes/v1beta1 kind: StrimziSchemaRegistry metadata: name: confluent-schema-registry spec: strimziVersion: v1beta2 listener: plainext serviceType: nodeport securityProtocol: plaintext
In the readme file https://github.com/lsst-sqre/strimzi-registry-operator there is no mentions of confluent-schema-registry and which values it should have.
confluent-schema-registry
Moreover, how to get access to the schema-registry externally? Is it exposed at an certain port?
kubectl explain StrimziSchemaRegistry.spec
gives me no hints about port or host to access the schema registry.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run:
I get the error
secrets "confluent-schema-registry" not found
In the readme file https://github.com/lsst-sqre/strimzi-registry-operator there is no mentions of
confluent-schema-registry
and which values it should have.Moreover, how to get access to the schema-registry externally? Is it exposed at an certain port?
gives me no hints about port or host to access the schema registry.
The text was updated successfully, but these errors were encountered: