Joe Bowbeer
Joe Bowbeer
Some discussion here as well: https://community.temporal.io/t/running-on-amazon-keyspaces/159/7
AWS Keyspaces differences: - https://docs.aws.amazon.com/keyspaces/latest/devguide/keyspaces-vs-cassandra.html - https://docs.aws.amazon.com/keyspaces/latest/devguide/functional-differences.html - https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html - https://docs.aws.amazon.com/keyspaces/latest/devguide/consistency.html#UnsupportedConsistency Is `LOGGED BATCH` support the only thing that is missing? In community forum someone stated that `LOCAL_QUORUM` consistency level...
@tamis-laan Please provide more details about your configuration and the expected vs actual behavior.
keel can watch containers and initContainers (#734)
Annotations are per pod controller AFAIK. I don't know of a way to separate by container.
Also change event type s/package_v2/package/ and this will fix #713 Additional references: * https://github.com/octokit/webhooks/pull/747 * https://github.com/google/go-github/issues/2033 * https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#package
If using latest, policy should be force https://keel.sh/docs/#policies
> Hi, > > I have a pod with init container which I'm trying to keep updated with Keel. I have to use Alibaba Cloud container registry and webhook payload...
Ability to watch initContainers added in #734 ```golang // KeelInitContainerAnnotation - label or annotation to track init containers, defaults to false for backward compatibility const KeelInitContainerAnnotation = "keel.sh/initContainers" ```
@scottrigby also see: https://github.com/helm/helm-www/pull/1549