Skip to content

Commit 77e667b

Browse files
authored
Update k8s-release-cut.md
1 parent e06c13b commit 77e667b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

release-engineering/handbooks/k8s-release-cut.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ If the job is stuck in "triggered" (empty clock yellow icon), especially after a
411411
> [!NOTE]
412412
Remember to update the Slack ([thread](#Create-a-thread-on-release-management)) and the release-cut GitHub [issue](#Release-cut-issue) after the image promotion step
413413

414-
## 8. No-mock release
414+
## 8. No-mock release
415415

416416
You should have copied the nomock release command output from the nomock stage previously run, now you can execute the release command as follows:
417417

@@ -514,10 +514,18 @@ krel history --branch release-1.xx --date-from yyyy-mm-dd
514514
krel history --branch release-1.33 --date-from 2025-04-23
515515
```
516516

517-
## 10. Update schedule on k/website
517+
## 10. Post release tasks
518+
519+
### [RC.0 only] Post rc.0 release tasks
520+
521+
See [here](post-rc0-release-tasks.md) for the complete list of post rc.0 release tasks.
522+
523+
It resides in a different document to mainain bite-sized SRE style handbooks.
524+
525+
### [Patch Releases only] Update schedule on k/website
518526

519527
> [!NOTE]
520-
**Only for patch releases, 1.x.y not for alpha, beta, rc, etc. **
528+
Only for patch releases, 1.x.y not for alpha, beta, rc or official.
521529

522530
You need to update the release schedule on the official Kubernetes website through schedule-builder, here is how:
523531

0 commit comments

Comments
 (0)