Uh oh!
There was an error while loading. Please reload this page.
CKS: skip default egress policy check for vpc network offerings - #11998
Conversation
weizhouapache
commented
Nov 6, 2025
@blueorangutan package |
blueorangutan
commented
Nov 6, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## 4.22 #11998 +/- ##
=========================================
Coverage 17.56% 17.56% + Complexity 15546 15545 -1
=========================================
Files 5910 5910 Lines 529125 529125 Branches 64628 64628 =========================================
+ Hits 92934 92939 +5 + Misses 425737 425733 -4 + Partials 10454 10453 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
blueorangutan
commented
Nov 6, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15648 |
weizhouapache
commented
Nov 6, 2025
@blueorangutan test |
blueorangutan
commented
Nov 6, 2025
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Nov 7, 2025
[SF] Trillian test result (tid-14774)
|
kiranchavala
commented
Jan 27, 2026
@blueorangutan package |
blueorangutan
commented
Jan 27, 2026
@kiranchavala a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 27, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16548 |
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM
Create a VPC network and tier with ACL ( allow all)
Launch a cks cluster in the vpc network
CKS cluster launched successfully
Launch a nginx deployment on the cks cluster
Nginx deployment launched fine
shwstppr
commented
Jan 28, 2026
Merging based on tests and review |
Uh oh!
There was an error while loading. Please reload this page.
…he#11998) This PR fixesapache#11995 Steps to reproduce the issue - create a vpc - create a vpc tier with default offering `DefaultIsolatedNetworkOfferingForVpcNetworks` - register CKS ISO - create CKS on the vpc tier expected: succeed actual: failed with error `Kubernetes service has not been configured properly to provision Kubernetes clusters`
…he#11998) This PR fixesapache#11995 Steps to reproduce the issue - create a vpc - create a vpc tier with default offering `DefaultIsolatedNetworkOfferingForVpcNetworks` - register CKS ISO - create CKS on the vpc tier expected: succeed actual: failed with error `Kubernetes service has not been configured properly to provision Kubernetes clusters`
Description
This PR fixes#11995
Steps to reproduce the issue
DefaultIsolatedNetworkOfferingForVpcNetworksexpected: succeed
actual: failed with error
Kubernetes service has not been configured properly to provision Kubernetes clustersTypes of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?