Skip to content

chore: update embedded cluster to 2.8.1 with domain configuration #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adamancini
Copy link
Member

@adamancini adamancini commented Aug 6, 2025

Summary

  • Update Embedded Cluster version from 2.7.2 to 2.8.1 while maintaining k8s-1.31
  • Configure EC domains for proxy registry and replicated app

Changes

  • Update EC version to 2.8.1+k8s-1.31 in replicated/cluster.yaml
  • Maintain existing domain configuration:
    • proxyRegistryDomain: proxy.xdrcft.net
    • replicatedAppDomain: app.xdrcft.net

Testing

  • Verify EC installation with new version
  • Confirm domain configuration works as expected
  • Test proxy registry connectivity

@adamancini adamancini marked this pull request as ready for review August 6, 2025 17:54
@adamancini adamancini requested a review from Copilot August 6, 2025 18:17
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the Embedded Cluster configuration to version 2.8.1 with Kubernetes 1.31 and adds domain configuration for proxy registry and replicated app domains.

  • Upgrade Embedded Cluster from version 2.1.3+k8s-1.29 to 2.8.1+k8s-1.31
  • Add domain configuration with proxy registry and replicated app domains
  • Include YAML language server schema reference for better IDE support

apiVersion: embeddedcluster.replicated.com/v1beta1
kind: Config
spec:
version: 2.1.3+k8s-1.29
version: 2.8.1+k8s-1.31
Copy link
Preview

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version update shows a jump from 2.1.3+k8s-1.29 to 2.8.1+k8s-1.31 in the diff, but the PR description mentions updating from 2.7.2. This inconsistency suggests either the diff baseline is incorrect or the PR description is inaccurate.

Suggested change
version: 2.8.1+k8s-1.31
version: 2.7.2

Copilot uses AI. Check for mistakes.

Copy link
Member

@0xJMart 0xJMart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@adamancini
Copy link
Member Author

Changes look OK but in my testing I'm still seeing that my images are not sourced from the registry proxy

@adamancini
Copy link
Member Author

Events:
  Type    Reason     Age   From               Message
  ----    ------     ----  ----               -------
  Normal  Scheduled  29s   default-scheduler  Successfully assigned wg-easy/wg-easy-676cb84ff4-lwv95 to ada-ec.c.replicated-qa.internal
  Normal  Pulling    28s   kubelet            Pulling image "ghcr.io/wg-easy/wg-easy:14"
  Normal  Pulled     23s   kubelet            Successfully pulled image "ghcr.io/wg-easy/wg-easy:14" in 5.367s (5.367s including waiting). Image size: 61055228 bytes.

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.

2 participants