Chris Snow

Results 70 issues of Chris Snow

This error happens a lot for new app image developers and is nearly impossible to accurately diagnose: ``` State: config error State Detail: Config Error Detail: execution of app config...

Priority: High
Type: Enhancement
Project: Developer Support

In the [wiki](https://github.com/bluek8s/kubedirector/wiki/App-Definition-Authoring-for-KubeDirector) python2 is stated as a pre-req for KD: > Images must have the following utilities installed and available in the standard executables path for the container user:...

E.g. ``` "defaultConfigPackage": { "packageURL": "https://github.com/snowch/kubedirector-centos-ad-ldap/releases/download/refs%2Fheads%2Fmain/appconfig.tgz", "packageSignature": "eeac012d945cffe82f92ba642861e88353b480a768847814d0acae4caea004e849ffd6621ff9445f3dd6158974cdd32abe7e84a6769b6334c8462321b1252768", "packageSignatureAlgorithm": "sha512", }, ```

Priority: Low
Type: Enhancement
Project: Cluster Reconcile

I am creating some example images for enablement of customers on KD: https://github.com/hpe-container-platform-community/kubedirector-examples The Cassandra reference app would be an excellent example for training users on KubeDirector app image development...

similar to https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts

Priority: Low
Type: Enhancement
Project: Developer Support

The docs [page](https://github.com/bluek8s/kubedirector/blob/master/deploy/example_catalog/docs/spark245-with-jupyterhub-readme.md) needs instructions for adding jars. The method I used was: - On the livy, master and worker nodes - kubectl exec --it NODE -- bash - run...

Priority: High
Type: Docs
Project: Example Apps
Project: Developer Support

The KD docs and wiki pages introduce many concepts, e.g. - Virtual Cluster - Node - Role It would be good to have a glossary of KD terms.

Priority: Low
Type: Enhancement
Project: Developer Support

The advice in the cloudant python library is to create a cloudant client instance per thread: https://github.com/cloudant/python-cloudant/blob/4c5e55b3829ff82786cce11eb92e7aa2840a7bbf/docs/getting_started.rst#using-library-in-app-server-environment

### Describe the issue linked to the documentation Is normalisation required? If so, it would be good to state this in the docs: https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html The example applies the VarianceThreshold to...

Documentation
module:feature_selection

The docs [page](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/group) for resource_group states the following: > authenticate using AAD tokens on Azure deployments It would be good for this to be a link to documentation describing how...

docs