microsoft / microsoft/sql-server-samples
Minikube install error with key for CLUSTER_PLATFORM
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 11.2k
- Forks
- 9.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
Most likely have done something obvious, but I do not know what to do!
Trying to get Big Data Cluster to work in Minikube, with big machine I have on Ubuntu 18 Desktop.
When running the mssqlctl command
pesmith@pesmith-HP-Z820-Workstation:~/.local/bin$ sudo ./mssqlctl cluster create --name "sqlbigdata"
[sudo] password for pesmith:
The license terms for this product can be downloaded from:
The privacy statement can be viewed at:
Do you accept the license terms? (y/n): y
NOTE: Cluster creation can take a significant amount of time depending on
configuration, network speed, and the number of nodes in the cluster.
Error processing command: "KeyError"
'CLUSTER_PLATFORM'
This was my lines in my .bashrc file that is setting the env vars
export ACCEPT_EULA="yes"
export CLUSTER_PLATFORM="minikube"
Any clues to the issue would be appreciated.
Paul
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the mssqlctl cluster create --name "sqlbigdata" command in Minikube on Ubuntu 18, using the environment variables shown in .bashrc. Trace where the CLUSTER_PLATFORM value is read and determine what the KeyError indicates; done means cluster creation no longer fails at this step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, shell, ubuntu
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100