apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.07k stars 1.1k forks source link

Kubernetes Firewall rules error in Guest Network #6929

Closed Arceoavs closed 1 year ago

Arceoavs commented 1 year ago
ISSUE TYPE
COMPONENT NAME
Kubernetes Service
CLOUDSTACK VERSION
4.17.1.0
CONFIGURATION
OS / ENVIRONMENT

N/A

SUMMARY

When setting firewall rules via the Cloudstack UI for the kubernetes cluster, this error message appears:

Request failed. (431)
Unable to execute API command createfirewallrule due to missing parameter ipaddressid
STEPS TO REPRODUCE
Create a kubernetes cluster via the coudstack UI using a guest network
When the cluster is runnning, navigate to the cluster page > Firewall in the UI
Create a firewall rule (e.g. Source CIDR: 0.0.0.0/0, Protocol: TCP, Start port: 1234, End port: 1235)
Add the rule
EXPECTED RESULTS
The rule is added and displayed on the page.
ACTUAL RESULTS
Request failed. (431)
Unable to execute API command createfirewallrule due to missing parameter ipaddressid
boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template!

rohityadavcloud commented 1 year ago

cc @davidjumani @shwstppr

weizhouapache commented 1 year ago

fixed by #7076