Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/get-started/pages/config-rpk-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An rpk profile contains a reusable configuration for a Redpanda cluster. When ru

You can create different profiles for different Redpanda clusters. For example, your local cluster, development cluster, and production cluster can each have their own profile, with all of their information managed locally by rpk. You set a unique name for each profile.

A profile saves rpk-specific command properties. For details, see xref:get-started:intro-to-rpk.adoc#specify-command-properties[Specify command properties].
A profile saves rpk-specific command properties. For details, see xref:get-started:intro-to-rpk.adoc#specify-configuration-properties[Specify command properties].

All `rpk` commands can read configuration values from a profile. You pass a profile to an `rpk` command by setting the `--profile` flag. For example, the command `rpk topic produce dev-topic --profile dev` gets its configuration from the profile named `dev`.

Expand Down