Max Williams

Results 28 issues of Max Williams

To quote the README: > The update-codegen script will automatically generate the following files & directories: > > - pkg/apis/samplecontroller/v1alpha1/zz_generated.deepcopy.go > - pkg/generated/ But: ``` $ git clone https://github.com/kubernetes/sample-controller.git $...

We see the `aws-node` pods crash on startup sometimes with this logged: ``` Starting IPAM daemon in the background ... ok. ERROR: logging before flag.Parse: E0708 16:29:03.884330 6 memcache.go:138] couldn't...

bug
needs investigation

- `` Update `postgresql` dependency version to stop the error: ``` Error: could not find : chart postgresql not found in https://charts.bitnami.com/bitnami ``` - `kubecost-reports-exporter`: docker image pushed to stop...

It would be awesome to have a Github Action that will ensure people update chart READMEs on every PR 😃

enhancement

Terraform apply always shows this: ``` ~ module.es.aws_elasticsearch_domain.es_vpc advanced_options.rest.action.multi.allow_explicit_index: "true" => "" ebs_options.0.volume_type: "" => "gp2" ``` Module definition: ``` module "es" { source = "github.com/terraform-community-modules/tf_aws_elasticsearch?ref=v0.8.0" domain_prefix = "${var.domain_prefix}" domain_name...

We are using Graylog `2.5.1+34194da` and want to skip cloudwatch logs and send our logs directly to Kinesis using [aws-fluent-plugin-kinesis](https://github.com/awslabs/aws-fluent-plugin-kinesis). We did a quick test but saw some errors related...

feature
triaged
requirements-feedback

I would like to use different `direction` settings per `Cluster`. Is this possible? For example: ```python from diagrams import Cluster, Diagram from diagrams.k8s.compute import Pod with Diagram("test", show=False, direction="TB"): with...

We use wiremock in standalone mode with JSON files for configuration. Sometimes we need to have wiremock available on a public endpoint so for obvious security reasons we would like...

Hi, I'm just wondering what is the best way to configure Atlantis for our current environment. We use multiple tfvars files as follows... We have about 20 apps, here's one:...

question