You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/interface/cli/commands/hybrid/init.cmd.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,9 @@ const initCmd = new Command({
148
148
describe: 'Set a name of your custom storage class',
149
149
})
150
150
.option('docker-registry',{
151
-
describe: 'The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io"',
151
+
describe: 'The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry="docker.io" default is quay.io',
152
152
type: 'string',
153
+
default: 'quay.io',
153
154
})
154
155
.option('kube-config-path',{
155
156
describe: 'Path to kubeconfig file (default is $HOME/.kube/config)',
0 commit comments