@@ -582,7 +582,17 @@ messages.)
582
582
583
583
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
584
584
585
- TBD
585
+ Yes.
586
+
587
+ When considering only core kubernetes components, and only
588
+ alpha-or-later releases, upgrade/downgrade and enablement/disablement
589
+ create no additional complications beyond clean installs; kube-proxy
590
+ simply doesn't care about the additional rules that kubelet may or may
591
+ not be creating any more.
592
+
593
+ Upgrades from pre-alpha to beta-or-later or downgrades from
594
+ beta-or-later to pre-alpha are not supported, and for this reason we
595
+ waited 2 releases after alpha to go to beta.
586
596
587
597
###### Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?
588
598
659
669
660
670
No
661
671
672
+ ###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
673
+
674
+ No
675
+
662
676
### Troubleshooting
663
677
664
678
<!--
@@ -700,7 +714,12 @@ Major milestones might include:
700
714
701
715
- Initial proposal: 2022-01-23
702
716
- Updated: 2022-03-27, 2022-04-29
717
+ - Merged as ` implementable ` : 2022-06-10
703
718
- Updated: 2022-07-26 (feature gate rename)
719
+ - Alpha release (1.25): 2022-08-23
720
+ - [ Blog post about upcoming changes ] : 2022-09-07
721
+
722
+ [ Blog post about upcoming changes ] : https://kubernetes.io/blog/2022/09/07/iptables-chains-not-api/
704
723
705
724
## Drawbacks
706
725
0 commit comments