Skip to content

Commit

Permalink
* With K8s 1.11 we need to set volumeName otherwise we get storage cl…
Browse files Browse the repository at this point in the history
…ass not found.

Related to kubeflow/kubeflow#2475
  • Loading branch information
jlewi committed Mar 7, 2019
1 parent 9c7ed61 commit a0e983e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-infra/ks_app/components/nfs-external.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ local pvc = {
storage: "500Mi",
},
},
storageClassName: storageClassName,
volumeName: "gcfs",
},
};

Expand Down

0 comments on commit a0e983e

Please sign in to comment.