@@ -134,6 +134,7 @@ Options:
134
134
--cache-file='': Specify the location of the cache file (default $HOME/.skaffold/cache)
135
135
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
136
136
-d, --default-repo='': Default repository value (overrides global config)
137
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
137
138
--dry-run=false: Don't build images, just compute the tag for each artifact.
138
139
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
139
140
--file-output='': Filename to write build images to
@@ -167,6 +168,7 @@ Env vars:
167
168
* ` SKAFFOLD_CACHE_FILE ` (same as ` --cache-file ` )
168
169
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
169
170
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
171
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
170
172
* ` SKAFFOLD_DRY_RUN ` (same as ` --dry-run ` )
171
173
* ` SKAFFOLD_ENABLE_RPC ` (same as ` --enable-rpc ` )
172
174
* ` SKAFFOLD_FILE_OUTPUT ` (same as ` --file-output ` )
@@ -341,6 +343,7 @@ Options:
341
343
--cleanup=true: Delete deployments after dev or debug mode is interrupted
342
344
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
343
345
-d, --default-repo='': Default repository value (overrides global config)
346
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
344
347
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
345
348
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
346
349
--force=false: Recreate Kubernetes resources if necessary for deployment, warning: might cause downtime!
@@ -383,6 +386,7 @@ Env vars:
383
386
* ` SKAFFOLD_CLEANUP ` (same as ` --cleanup ` )
384
387
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
385
388
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
389
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
386
390
* ` SKAFFOLD_ENABLE_RPC ` (same as ` --enable-rpc ` )
387
391
* ` SKAFFOLD_FILENAME ` (same as ` --filename ` )
388
392
* ` SKAFFOLD_FORCE ` (same as ` --force ` )
@@ -421,6 +425,7 @@ Delete the deployed application
421
425
Options:
422
426
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
423
427
-d, --default-repo='': Default repository value (overrides global config)
428
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
424
429
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
425
430
--kube-context='': Deploy to this Kubernetes context
426
431
--kubeconfig='': Path to the kubeconfig file to use for CLI requests.
@@ -439,6 +444,7 @@ Env vars:
439
444
440
445
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
441
446
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
447
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
442
448
* ` SKAFFOLD_FILENAME ` (same as ` --filename ` )
443
449
* ` SKAFFOLD_KUBE_CONTEXT ` (same as ` --kube-context ` )
444
450
* ` SKAFFOLD_KUBECONFIG ` (same as ` --kubeconfig ` )
@@ -470,6 +476,7 @@ Options:
470
476
-a, --build-artifacts=: File containing build result from a previous 'skaffold build --file-output'
471
477
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
472
478
-d, --default-repo='': Default repository value (overrides global config)
479
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
473
480
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
474
481
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
475
482
--force=false: Recreate Kubernetes resources if necessary for deployment, warning: might cause downtime!
@@ -504,6 +511,7 @@ Env vars:
504
511
* ` SKAFFOLD_BUILD_ARTIFACTS ` (same as ` --build-artifacts ` )
505
512
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
506
513
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
514
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
507
515
* ` SKAFFOLD_ENABLE_RPC ` (same as ` --enable-rpc ` )
508
516
* ` SKAFFOLD_FILENAME ` (same as ` --filename ` )
509
517
* ` SKAFFOLD_FORCE ` (same as ` --force ` )
@@ -539,6 +547,7 @@ Options:
539
547
--cleanup=true: Delete deployments after dev or debug mode is interrupted
540
548
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
541
549
-d, --default-repo='': Default repository value (overrides global config)
550
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
542
551
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
543
552
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
544
553
--force=false: Recreate Kubernetes resources if necessary for deployment, warning: might cause downtime!
@@ -582,6 +591,7 @@ Env vars:
582
591
* ` SKAFFOLD_CLEANUP ` (same as ` --cleanup ` )
583
592
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
584
593
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
594
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
585
595
* ` SKAFFOLD_ENABLE_RPC ` (same as ` --enable-rpc ` )
586
596
* ` SKAFFOLD_FILENAME ` (same as ` --filename ` )
587
597
* ` SKAFFOLD_FORCE ` (same as ` --force ` )
@@ -797,6 +807,7 @@ Options:
797
807
--cleanup=true: Delete deployments after dev or debug mode is interrupted
798
808
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
799
809
-d, --default-repo='': Default repository value (overrides global config)
810
+ --detect-minikube=false: Use heuristics to detect a minikube cluster
800
811
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
801
812
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
802
813
--force=false: Recreate Kubernetes resources if necessary for deployment, warning: might cause downtime!
@@ -838,6 +849,7 @@ Env vars:
838
849
* ` SKAFFOLD_CLEANUP ` (same as ` --cleanup ` )
839
850
* ` SKAFFOLD_CONFIG ` (same as ` --config ` )
840
851
* ` SKAFFOLD_DEFAULT_REPO ` (same as ` --default-repo ` )
852
+ * ` SKAFFOLD_DETECT_MINIKUBE ` (same as ` --detect-minikube ` )
841
853
* ` SKAFFOLD_ENABLE_RPC ` (same as ` --enable-rpc ` )
842
854
* ` SKAFFOLD_FILENAME ` (same as ` --filename ` )
843
855
* ` SKAFFOLD_FORCE ` (same as ` --force ` )
0 commit comments