Skip to content

Commit

Permalink
cli: add quotes to k3s-arg example for colima start (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
olamilekan000 authored Dec 29, 2024
1 parent 7b9cf2d commit 6927ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Run 'colima template' to set the default configurations or 'colima start --edit'
" colima start --arch aarch64\n" +
" colima start --dns 1.1.1.1 --dns 8.8.8.8\n" +
" colima start --dns-host example.com=1.2.3.4\n" +
" colima start --kubernetes --k3s-arg=--disable=coredns,servicelb,traefik,local-storage,metrics-server",
" colima start --kubernetes --k3s-arg=\"--disable=coredns,servicelb,traefik,local-storage,metrics-server\"",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
app := newApp()
Expand Down

0 comments on commit 6927ede

Please sign in to comment.