Bump infrastructure images: Contour v1.33.3, Envoy v1.35.9, MinIO Oct 2022#61
Open
m-chau wants to merge 4 commits into
Open
Bump infrastructure images: Contour v1.33.3, Envoy v1.35.9, MinIO Oct 2022#61m-chau wants to merge 4 commits into
m-chau wants to merge 4 commits into
Conversation
… 2022 Contour: v1.25.0 → v1.33.3 (ingress controller) Envoy: v1.26.2 → distroless-v1.35.9 (proxy, bundled with Contour) MinIO: RELEASE.2022-02-24 → RELEASE.2022-10-24 (last version with gateway azure support) Contour manifest regenerated from upstream examples/render/contour.yaml with Azure-specific customizations reapplied: - Azure LB annotations (resource-group, pip-name) on envoy Service Note: MinIO cannot be bumped beyond RELEASE.2022-10-24 because 'minio gateway azure' was removed in RELEASE.2022-10-29. Migrating off gateway mode would require switching to standalone MinIO with Azure Blob as a backend tier, which is a larger effort.
- Add init container to generate self-signed TLS cert with SANs - Mount certs at /root/.minio/certs for auto-detection - Update s3-credentials endpoints to https:// (both prow and test-pods) - Update health probes to use HTTPS scheme - Change ClusterIP service port from 80 to 443 Traffic is now TLS-encrypted in transit. insecure=true is kept because Prow's S3 client does not support custom CA paths, but the connection is still encrypted (insecure only skips cert verification).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump all non-Prow infrastructure images to latest compatible versions.
Changes
examples/render/contour.yamlwith Azure LB annotations reapplied.minio gateway azure. 8 months of bug fixes + security patches.Why these versions
minio gateway azurewas removed in RELEASE.2022-10-29. RELEASE.2022-10-24 is the latest version that still supports this mode. Migrating to standalone MinIO with Azure Blob backend is a separate, larger effort.Azure customizations preserved
Only one customization from upstream Contour manifests:
azure-load-balancer-resource-groupandazure-pip-name(replacing upstream's AWS annotations)Verified via diff against upstream v1.25.0 base.
Contour v1.33.3 includes updated CRDs (HTTPProxy, TLSCertificateDelegation, etc.). These are included in the manifest and will be applied via
kubectl apply. Existing HTTPProxy resources should be compatible — the v1 API is stable.After merge
Redeploy via the Deploy AKS LTS Prow workflow.