-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
version: 2.8.1+k8s-1.31 | |
version: 2.7.2 |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Changes look OK but in my testing I'm still seeing that my images are not sourced from the registry proxy |
|
Summary
Changes
2.8.1+k8s-1.31
inreplicated/cluster.yaml
proxyRegistryDomain: proxy.xdrcft.net
replicatedAppDomain: app.xdrcft.net
Testing