This is about sql-server-samples/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/
Hi,
Readme should mention the Storage Class step when deploying using "kubeadm-dev-test" profile, especially since previous steps/scripts precisely provisioned the Storage Namespace to be used =)
Namely, kubeadm create will prompt with the following :
Kubernetes Storage Class - Config Path: spec.storage.data.className - Description: This indicates the name of the Kubernetes Storage Class to use. You must pre-provision the storage class and the persistent volumes or you can use a built in storage class if the platform you are deploying provides this capability. - Please provide a value:
And I suspect that we're supposed to enter "local-storage" as per what the local-storage-provisioner.yaml script created ("name: local-storage")
This is about sql-server-samples/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu/
Hi,
Readme should mention the Storage Class step when deploying using "kubeadm-dev-test" profile, especially since previous steps/scripts precisely provisioned the Storage Namespace to be used =)
Namely, kubeadm create will prompt with the following :
Kubernetes Storage Class - Config Path: spec.storage.data.className - Description: This indicates the name of the Kubernetes Storage Class to use. You must pre-provision the storage class and the persistent volumes or you can use a built in storage class if the platform you are deploying provides this capability. - Please provide a value:And I suspect that we're supposed to enter "local-storage" as per what the local-storage-provisioner.yaml script created ("name: local-storage")