fix generate-docs on arm64

pull/15029/head
Steven Powell 2022-09-28 10:48:34 -07:00
parent c8730ef864
commit 3e35746d50
2 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,10 @@ func rewriteFlags(command *cobra.Command) error {
}, {
flag: "mount-string",
usage: "The argument to pass the minikube mount command on start.",
}, {
flag: "iso-url",
usage: "Locations to fetch the minikube ISO from. The list depends on the machine architecture.",
defaultVal: "[]",
}},
}
rws, ok := rewrites[command.Name()]

View File

@ -69,7 +69,7 @@ minikube start [flags]
--insecure-registry strings Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.
--install-addons If set, install addons. Defaults to true. (default true)
--interactive Allow user prompts for more information (default true)
--iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube/iso/minikube-v1.27.0-amd64.iso,https://github.com/kubernetes/minikube/releases/download/v1.27.0/minikube-v1.27.0-amd64.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.27.0-amd64.iso])
--iso-url strings Locations to fetch the minikube ISO from. The list depends on the machine architecture.
--keep-context This will keep the existing kubectl context and will create a minikube context.
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.25.1, 'latest' for v1.25.1). Defaults to 'stable'.
--kvm-gpu Enable experimental NVIDIA GPU support in minikube