Jeff Levesque
Jeff Levesque
Is there a configuration file argument, that can be added to the `bootlint` command, which points to a file consisting of the various bootlint adjusted rules. For example, I'm looking...
I'm trying to deploy my EKS cluster using [Fargate](https://docs.aws.amazon.com/eks/latest/userguide/fargate.html). Essentially my goals are to worry less about provisioning EC2 instances, used to deploy my cluster into. Rather, I'd like to...
We need to take advantage of the ubuntu 16.04 `base` container, by implementing puppet5x, and python3x.
The implementation of a local rancher instance is unnecessary. Additionally, upgrading to rancher 2.x involves the use of kubernetes. Refactoring the current rancher scripts to accomodate rancher is cumbersone. However,...
When issuing a `requests.post` from outside the corresponding docker unit tests, we get a 500 error. Specifically, the following was tested from a vagrant virtual machine: ```python import requests username...
After 3-4 months, some dependencies have broke. Specifically, previous jest-enzyme tests broke. This is apparent when the previous `master` branch was labelled as passed, then became `failed` upon manually retriggering...
We need to replace all `client.post` instances with `requests.post` in our documentation.
We need to create a react component, allowing users to input parameters for the association rules: - metric type: confidence, lift - minimum metric value - number of rules to...
We need to create a react component to list all association rules.