Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. edit oom/kubernetes/dmaap/components/dmaap-bc/values.yaml
  2. change the attribute PG.enabled to false
  3. recompile the dmaap helm charts.  i.e. from kubernetes directory, make dmaap
  4. deploy dmaap

Disable persistence (pv) for kafka and zookeeper (in message-router)

Q: Can I disable the persistent volumes in zookeeper and kafka
 we may not be able to use PV's in our deployment of xyz

Sunil Unnava(10:38:46 AM): Yes. Remove the PV and PVClaimTemplate from the statefulset.yaml. You also dont need * permission-fixer init container

Disable AAF Authentication

Dublin introduces dependencies on AAF for API authentication.  However, there may be times when you want to avoid

...