Skip to content

Commit

Permalink
Plumb addon support into clusterctl. (kubernetes-sigs#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored and k8s-ci-robot committed Jun 21, 2018
1 parent d3a3e4a commit 2713157
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions addons.yaml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: standard
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: kubernetes.io/vsphere-volume
parameters:
datastore: ""
2 changes: 1 addition & 1 deletion generate-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ cat $PROVIDERCOMPONENT_TEMPLATE_FILE \
> $PROVIDERCOMPONENT_GENERATED_FILE

echo "Done generating $PROVIDERCOMPONENT_GENERATED_FILE"
echo "You will still need to generate the cluster.yaml and machines.yaml"
echo "You will still need to generate the cluster.yaml, machines.yaml, and addons.yaml configuration files"

0 comments on commit 2713157

Please sign in to comment.