-
Notifications
You must be signed in to change notification settings - Fork 46
docs: add documentation about ssa behaviour in talos v1.13 #280
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,13 +107,21 @@ This command runs in several phases: | |
| The update is verified by checking the `Node` resource state. | ||
| 5. Kubernetes bootstrap manifests are re-applied to the cluster. | ||
| Updated bootstrap manifests might come with a new Talos version (e.g. CoreDNS version update), or might be the result of machine configuration change. | ||
|
|
||
| > Note: The `upgrade-k8s` command never deletes any resources from the cluster: they should be deleted manually. | ||
| 6. Unneeded resources are pruned from the cluster. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would put a note here that this applies to Talos 1.13+ |
||
|
|
||
| If the command fails for any reason, it can be safely restarted to continue the upgrade process from the moment of the failure. | ||
|
|
||
| > Note: When using custom/overridden Kubernetes component images, use flags `--*-image` to override the default image names. | ||
|
|
||
| ### Pruning | ||
|
|
||
| > Note: Pruning is supported from Talos and talosctl v1.13 onwards. | ||
|
|
||
| Pruning of resources from the cluster occurs when any services were deleted or disabled. | ||
| For example if [kube-proxy](../../talos/v1.12/reference/configuration/v1alpha1/config.mdx#proxy) was disabled in the machine configuration the resources associated with it would be deleted at this stage. | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a way to create a link that automatically takes to the latest reference version here?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, you'd have to use the latest variable |
||
|
|
||
| Pruning can be disabled by passing the `--manifests-no-prune` flag. | ||
|
|
||
| ### Synchronize Declared and Deployed Configurations | ||
|
|
||
| When Kubernetes is upgraded with `talosctl upgrade-k8s`, the live machine configuration on your nodes is updated with new component image versions (API server, controller manager, scheduler, kube-proxy, etc.). | ||
|
|
||
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.
and probably here, starting with Talos 1.13+