Skip to content

Conversation

@MichaelMorrisEst
Copy link
Contributor

This PR adds a "Ready" column as an additional printer column on the KafkaAccess CRD, for example:

$ kubectl get kafkaaccess -n myproject
NAME              LISTENER   CLUSTER      USER      READY
my-kafka-access   tls        my-cluster   my-user   False

and also adds KafkaAccess to the "strimzi" category

$ kubectl get strimzi -n myproject
NAME                                            LISTENER   CLUSTER      USER      READY
kafkaaccess.access.strimzi.io/my-kafka-access   tls        my-cluster   my-user   False

NAME                                                  PODS   READY PODS   CURRENT PODS   AGE
strimzipodset.core.strimzi.io/my-cluster-broker       3      3            3              7h10m
strimzipodset.core.strimzi.io/my-cluster-controller   3      3            3              7h10m

NAME                                        DESIRED REPLICAS   ROLES            NODEIDS
kafkanodepool.kafka.strimzi.io/broker       3                  ["broker"]       [0,1,2]
kafkanodepool.kafka.strimzi.io/controller   3                  ["controller"]   [3,4,5]

NAME                                READY   METADATA STATE   WARNINGS
kafka.kafka.strimzi.io/my-cluster   True    KRaft            

Closes #53

Copy link
Member

@katheris katheris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@katheris katheris requested a review from a team July 31, 2025 16:23
Copy link
Member

@im-konge im-konge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@katheris katheris added this to the 0.2.0 milestone Aug 4, 2025
@katheris katheris merged commit 095cded into strimzi:main Aug 4, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define additional printer columns in the KafkaAccess CRD

4 participants