Skip to content

Commit 43beac6

Browse files
authored
Merge pull request #31 from FootprintAI/chore---keep-2-version-of-kubeflow
manifests: add kf1.7.0. drop kf1.4 and kf1.5
2 parents 777f45d + ff191fb commit 43beac6

14 files changed

+201820
-263605
lines changed

cmd/multikf/cmd_add.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func NewAddCommand(logger log.Logger, ioStreams genericclioptions.IOStreams) *co
8989
cmd.Flags().IntVar(&memoryInG, "memoryg", 1, "number of memory in gigabytes allocated to the guest machine")
9090
cmd.Flags().BoolVar(&forceOverwrite, "f", false, "force to overwrite existing config. (default: false)")
9191
cmd.Flags().BoolVar(&withKubeflow, "with_kubeflow", true, "install kubeflow modules (default: true)")
92-
cmd.Flags().StringVar(&withKubeflowVersion, "kubeflow_version", "v1.4", "kubeflow version v1.4/v1.5.1")
92+
cmd.Flags().StringVar(&withKubeflowVersion, "kubeflow_version", "v1.7.0", "kubeflow version v1.6.1/v1.7.0")
9393
cmd.Flags().BoolVar(&withAudit, "with_audit", true, "enable k8s auditing (default: true)")
9494
cmd.Flags().StringVar(&withKubeflowDefaultPassword, "with_password", "12341234", "with a specific password for default user (default: 12341234)")
9595
cmd.Flags().IntVar(&useGPUs, "use_gpus", 0, "use gpu resources (default: 0), possible value (0 or 1)")

kfmanifests/base/kf14/kustomization.yaml

-38
This file was deleted.

kfmanifests/base/kf15/kustomization.yaml

-38
This file was deleted.

0 commit comments

Comments
 (0)