Jaakko Pallari
Jaakko Pallari
The versioning scheme described in the README didn't work out quite as well as I had hoped. The current version scheme assumes that the first two parts of the version...
**Actual behavior** After the 1.8.0 release, builds for some of my container images started to fail with [an authentication error during base image pull](https://gitlab.com/lepovirta/dis/-/jobs/2196951597): ``` $ /kaniko/executor --context ${BUILD_CONTEXT} --dockerfile...
I have an EKS cluster where I manage user access using IAM roles. This is roughly what my map roles would look like: ```yaml - rolearn: arn:aws:iam::123456789123:role/k8s-admin username: admin groups:...
## Changes Introduced Kinesis events encode approximate arrival timestamps as seconds since UNIX epoch where the integer part represents the number of seconds and the decimal part represents sub-seconds. ##...