-
Notifications
You must be signed in to change notification settings - Fork 31
1.16 release notes #2769
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
1.16 release notes #2769
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| </tr> | ||
| </table> | ||
|
|
||
| ### New Features {#new-features-1-16-0} |
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.
^ I ended up copying over the updates from 1.15 so that people don't have to cross-reference those notes. Worth a review to make sure everything looks right
| * Adds the following preflight checks: | ||
| * Verify that the CIDR range used for the cluster does not overlap with existing routes. | ||
| * Verify the CPU supports x86-64-v2. | ||
| * Verify the data directory (`/var/lib/embedded-cluster` by default) is not symlinked. |
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.
^ grouped the new preflights
| :::note | ||
| The `--pod-cidr` and `--service-cidr` flags are hidden, but still functional. Replicated recommends that you update any automation that uses the `--pod-cidr` and | ||
| `--service-cidr` flags to use the `--cidr` flag instead. | ||
| ::: |
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.
^ added this note to clarify that the flags are not yet removed but that cidr should be used instead
No description provided.