Skip to content
New issue

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

KRaft for dev clusters #349

Open
wants to merge 9 commits into
base: no-namespaces-for-kustomize
Choose a base branch
from

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    5a07d3c View commit details
    Browse the repository at this point in the history
  2. Advertisement can probably never be omitted when using kraft

    and we can move it out of the if because init-config without kubectl
    nerver worked anyway
    solsson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1758ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f876f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95cbf1a View commit details
    Browse the repository at this point in the history
  5. A valid image is plainly a vanilla Kafka distribution in workdir,

    and from now on it should always be nonroot
    solsson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    dc2efad View commit details
    Browse the repository at this point in the history
  6. Essential config for KRaft

    solsson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    19e0448 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3bf432 View commit details
    Browse the repository at this point in the history
  8. Multi-arch kminion image

    While waiting for an official build from redpanda-data/kminion#139
    solsson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0e45918 View commit details
    Browse the repository at this point in the history
  9. Multi-arch image for kafka-topics.sh use cases

    - solsson/kafka-cli uses GraalVM that can't cross-compile
    - JRE based ./bin/kafka-topics.sh is too resource heavy to be practical for automation
    solsson committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d9662e4 View commit details
    Browse the repository at this point in the history