Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kfctl attribute deleteStorage is appearing in app.yaml when platform is not gcp #2826

Closed
kkasravi opened this issue Mar 27, 2019 · 0 comments · Fixed by #2827
Closed

kfctl attribute deleteStorage is appearing in app.yaml when platform is not gcp #2826

kkasravi opened this issue Mar 27, 2019 · 0 comments · Fixed by #2827

Comments

@kkasravi
Copy link
Contributor

steps to reproduce

1 run kfctl init kubeflow

The files looks like

apiVersion: kfdef.apps.kubeflow.org/v1alpha1
kind: KfDef
metadata:
  creationTimestamp: null
  name: kubeflow
  namespace: kubeflow
spec:
  appdir: /Users/kdkasrav/kubeflow
  componentParams:
    ambassador:
    - name: ambassadorServiceType
      value: NodePort
    application:
    - name: components
      value: <list-of-components>
  components:
  - ambassador
  - application
  - argo
  - centraldashboard
  - jupyter-web-app
  - katib
  - metacontroller
  - notebook-controller
  - pipeline
  - profiles
  - pytorch-operator
  - tensorboard
  - tf-job-operator
  deleteStorage: false
  packages:
  - argo
  - application
  - common
  - examples
  - gcp
  - jupyter
  - katib
  - metacontroller
  - modeldb
  - mpi-job
  - pipeline
  - profiles
  - pytorch-job
  - seldon
  - tensorboard
  - tf-serving
  - tf-training
  repo: /Users/kdkasrav/kubeflow/.cache/master/kubeflow
  useBasicAuth: false
  useIstio: false
  version: master
status: {}

The deleteStorage attribute appears even though no platform was specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant