Skip to content

fix(setup): GKE tweaks, gateway-hostname capture, stable-version filter#13

Draft
rashadism wants to merge 1 commit into
openchoreo:mainfrom
rashadism:fix/openchoreo-setup-gke
Draft

fix(setup): GKE tweaks, gateway-hostname capture, stable-version filter#13
rashadism wants to merge 1 commit into
openchoreo:mainfrom
rashadism:fix/openchoreo-setup-gke

Conversation

@rashadism

Copy link
Copy Markdown
Contributor

From a multi-cluster GKE install run.

  • on-your-environment.md — GKE platform tweaks: L4 LB provisioning is async (a pending external IP isn't a failure), and the managed fluentbit-gke DaemonSet owns host port 2020 (install the logs module's fluent-bit with hostNetwork:false + Use_Kubelet Off, else records ship without kubernetes.* fields and the logs adapter rejects them).
  • multi-cluster.md — capture each externally-reached gateway hostname up front; settle the apps domain before deploying apps, since it's baked into rendered routes (changing it later means re-rendering).
  • fetch-page.sh / list-versions.sh — resolve latest-stable by matching a plain vX.Y.x/vX.Y.Z positively instead of denylisting known pre-release suffixes, so milestone tags (e.g. v1.2.0-m.1, currently the top entry in versions.json) aren't served as "latest stable".

@rashadism rashadism force-pushed the fix/openchoreo-setup-gke branch from cc5a3cf to d1fa729 Compare June 16, 2026 11:29
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0a12ba3e-a8d3-4787-9f0b-a540c00a70bf

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rashadism rashadism force-pushed the fix/openchoreo-setup-gke branch from d1fa729 to 30df2e7 Compare June 16, 2026 15:12
- on-your-environment.md: add GKE platform tweaks — async LB provisioning
  (pending IP isn't a failure) and the fluentbit-gke port-2020 conflict
  (hostNetwork:false + Use_Kubelet Off)
- fetch-page.sh / list-versions.sh: resolve latest-stable by matching a
  plain vX.Y.x / vX.Y.Z positively rather than denylisting pre-release
  suffixes, so milestone tags (e.g. v1.2.0-m.1) aren't served as stable

Signed-off-by: Rashad Sirajudeen <rashad@wso2.com>
@rashadism rashadism force-pushed the fix/openchoreo-setup-gke branch from 30df2e7 to 3f4f20f Compare June 16, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant