Docs Self-Managed Develop Edit Topic Configuration Edit Topic Configuration in Redpanda Console Redpanda Console v3.x Redpanda Console v2.x Redpanda Console v3.x The Redpanda Operator deploys Redpanda Console v2.x, not v3.x. Redpanda Console v3 is not yet available when deploying with the Redpanda Operator. The Redpanda Operator continues to deploy Redpanda Console v2. To try Redpanda Console v3 in Kubernetes, you can deploy Redpanda using the Redpanda Helm chart instead of the Redpanda Operator. Redpanda Console configuration syntax varies by major version. Before configuring, determine which version you’re using: # Check console version from deployment kubectl get deployment -n <namespace> redpanda-console -o jsonpath='{.spec.template.spec.containers[0].image}' # Or check from running pod kubectl get pod -n <namespace> -l app.kubernetes.io/name=console -o jsonpath='{.items[0].spec.containers[0].image}' # Or check from console logs kubectl logs -n <namespace> -l app.kubernetes.io/name=console | grep "started Redpanda Console" If you see output like redpandadata/console:v2.8.0, you’re using Redpanda Console v2.x. If you see redpandadata/console:v3.0.0, you’re using Redpanda Console v3.x. Use Redpanda Console to edit the configuration of existing topics in a cluster. In the menu, go to Topics. Select a topic, and open the Configuration tab. Click the pencil icon in the row of the property that you want to edit. Make your changes, and click Save changes. Suggested reading Topic Configuration Properties Manage Topics Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! Manage Topics Produce Data