Joe Rocklin

Results 15 issues of Joe Rocklin

I have a three node cluster and enable the cilium addon. With this, cilium appears to deploy as expected, but any pods which are scheduled on nodes other than the...

bug
enhancement
help wanted

This adds a flag to allow for direct checking of public keys. Closes #4

Security people get a little twitchy with things touching the private keys, it would be great if this supported reading the public keys if someone already has them.

needs triage
enhancement

Related to #62 *Description of changes:* This removes the need to separately install the codegen component. `make build-codegen` or `make rebuild` will handle preparing things. `make aws-codegen` (and callers) will...

While researching a solution for #126 I discovered a few restrictions with CloudFormation which make me wonder if it would be better to use golang templates to perform variable substitution...

operator/s3bucket

Issue #126 *Description of changes:* Adds a string parameter for the BucketDeletionPolicy Builds on #133 and includes new code from `dep ensure` and `make rebuild` By submitting this pull request,...

I'm not sure if this is an issue with the service operator or with something in cloudformation, but here's what I'm seeing. 1. Create an S3 bucket with logging disabled,...

kind/bug
operator/s3bucket

Addresses issue #128 *Description of changes:* Many of the changes contained here are from updating dep and running the codegen process. It also builds on #127. This adds a small...

There was mention in https://github.com/goharbor/harbor/issues/11730#issuecomment-623228259 about tag immutability rules applying to helm charts, and the issue closed. However, it doesn't seem to be working. Since that issue is still closed,...

All tests pass, though no new ones have been written to test the tcp socket handling, mostly because I'm not sure how to handle mocking the TCP socket.