Skip to content

Commit

Permalink
fix(cli-example): optimize the example of the 'install' command line.
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Su <[email protected]>
  • Loading branch information
sujoshua committed Jul 24, 2023
1 parent fdff063 commit b2275bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ cilium install
# Install Cilium into Kubernetes context "kind-cluster1" and also set cluster
# name and ID to prepare for multi-cluster capabilities.
cilium install --context kind-cluster1 --helm-set cluster.id=1 --helm-set cluster.name=cluster1
cilium install --context kind-cluster1 --set cluster.id=1 --set cluster.name=cluster1
`,
RunE: func(cmd *cobra.Command, args []string) error {
params.Namespace = namespace
Expand Down

0 comments on commit b2275bc

Please sign in to comment.