Logan Davis
Logan Davis
This PR updates `.drone.yml` to leverage amazon ECR for the internal staging registry and is a part of [RFD 73](https://github.com/gravitational/teleport/blob/master/rfd/0073-public-image-registry.md). ## Testing [Drone build showing successful docker build](https://github.com/gravitational/ops/blob/master/houston/k8s/poddisruptionbudget.yaml)
This PR updates the helm-charts to use amazon ECR Public images instead of quay.io and is part of a broader documentation update tracked here: https://github.com/gravitational/cloud/issues/1839
This PR updates the helm-charts to use amazon ECR Public images instead of quay.io and is part of a broader documentation update tracked here: https://github.com/gravitational/cloud/issues/1839 ## Testing Confirmed after updating...
This PR updates buildbox images to publish to Amazon ECR instead of Quay.io. Buildbox images do not need to be mirrored to Quay.io as they aren't customer facing. They are...
This PR updates FPM images used in `build-packages.sh` to use Amazon ECR instead. These images have been mirrored to amazon ECR. ## Testing I built unsigned-rpm and deb packages locally...
Attempting to use kubernetesDeploy w/ pipeline syntax. Receive this error: ERROR: ERROR: java.lang.RuntimeException: io.kubernetes.client.openapi.ApiException: okhttp3.internal.http2.ConnectionShutdownException hudson.remoting.ProxyException: java.lang.RuntimeException: io.kubernetes.client.openapi.ApiException: okhttp3.internal.http2.ConnectionShutdownException at com.microsoft.jenkins.kubernetes.wrapper.ResourceManager.handleApiExceptionExceptNotFound(ResourceManager.java:180) at com.microsoft.jenkins.kubernetes.wrapper.V1ResourceManager$DeploymentUpdater.getCurrentResource(V1ResourceManager.java:213) at com.microsoft.jenkins.kubernetes.wrapper.V1ResourceManager$DeploymentUpdater.getCurrentResource(V1ResourceManager.java:201) at com.microsoft.jenkins.kubernetes.wrapper.ResourceManager$ResourceUpdater.createOrApply(ResourceManager.java:93) at com.microsoft.jenkins.kubernetes.wrapper.KubernetesClientWrapper.handleResource(KubernetesClientWrapper.java:289) at...
Backport #41122 to branch/v15
Backport #41122 to branch/v14
### Proposed change I'd like the ability to configure Kafka security protocol as well as SASL parameters via the `externalKafka` helm chart values. For example: ```yaml # Ignored if `kafka.enabled`...