Adam Gardner
Adam Gardner
**Environment** * Client OS (e.g., Linux, macOS, Windows): * Keptn Version (`keptn version`): 0.18.1 * Kubernetes Cloud Provider (e.g., GKE, AKS): * Kubernetes version (`kubectl version`): **Affected Component** * [...
During initial installtion, Keptn can take some time to "become usable" by this I mean having all pods in a `Running` state. Frequently pods will `CrashLoopBackOff` and `Error` until "something"...
The bridge username appears hardcoded to `keptn`. This issue is to make it configurable at install via helm. I believe the correct place is here: https://github.com/keptn/keptn/blob/55db322e351d0b94ae0e63a767191f83f820736f/installer/manifests/keptn/templates/core.yaml#L55 @StackScribe please tag as...
On 16/03/2022 the APAC / EMEA community meeting discussed startup times for Keptn. In particular, the length of time it takes to start the "quick start" demo scenarios. Discuss what...
Currently a keptn project can only be created with stages preconfigured. This makes beginner workflow harder as a logical flow (to me) would be: 1. Create a project 2. Decide...
I'd like to provide a .tgz file to Checkov which Checkov then unpacks and evaluates. Background Slack thread: https://codifiedsecurity.slack.com/archives/C016DJYKALU/p1652497948418009
## Summary Long read below so: 1. The workflow engine described exists, is open source and ready now 2. Hosting the control plane can be done from a single node...
Given the following YAML file, how would I set Ortelius up to deploy these components as an application? ``` https://raw.githubusercontent.com/cncf/podtato-head/main/delivery/kubectl/manifest.yaml ``` I have Ortelius running on localhost and have created...
Given this test definition: ``` testDefinition: - selector: span[name = "POST /pokemon/import"] assertions: - tracetest.span.duration
## This PR - Adds initContainers to prevent `Error`s and `CrashLoopBackOff`s during a Keptninstallation. ### Related Issues Fixes #7580 ### Notes This is my "best guess" as to the order...