Rogger Vasquez

Results 22 comments of Rogger Vasquez

Closing for now since it's not urgent anymore, please let us know if this is needed, otherwise, we will likely wait for the native cloud top-level command

Thanks @ivotron, changed the code to use the public URL: `https://dl.redpanda.com/rpk-plugins/raw/names/byoc-linux-amd64/versions/0.0.1~alpha1/byoc.tgz`

The codeblock referring to `MyLoginComponent` usually goes in a js file and the url property is referring to the html that you want to embed in the parent page (the...

The CI failure is the `rpk container smoke test`, fix is in: https://github.com/redpanda-data/vtools/pull/1153 Reason is that we are changing the output format and our test grep that format to get...

Are we going to release this in 23.1 or in the next 22.3.x? asking because we will need to change https://docs.redpanda.com/docs/platform/quickstart/quick-start-macos/#run-a-redpanda-cluster once we merge this.

Doc Issue: https://github.com/redpanda-data/documentation/issues/938

Hello @alnet, don't worry about keeping the branch rebased (until you have a merge conflict), our CI rebase and test with the tip of dev so after reviewing + approving...

There are mismatch also in `rpk group describe` vs JSON format: ``` $ rpk group describe g1 GROUP g1 COORDINATOR 1 STATE Empty BALANCER MEMBERS 0 TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET...

I'll say "emulate existing command output" instead of "emulate existing table output". That means that we display the same info given the same set of flags in the command, either...

We need to be consistent on 2 things: 1. The information should be the same in all formats. 2. The flags that modify the output, should modify the output in...