Skip to content

Commit a1f3841

Browse files
feat(scripts): Include IngressClass for determining addon status
Signed-off-by: Homayoon (Hue) Alimohammadi <[email protected]>
1 parent eda5ba8 commit a1f3841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wrappers/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def get_status(available_addons, isReady):
563563
disabled = []
564564
if isReady:
565565
# 'all' does not include ingress
566-
kube_output = kubectl_get("all,ingress")
566+
kube_output = kubectl_get("all,ingress,ingressclass")
567567
cluster_output = kubectl_get_clusterroles()
568568
kube_output = kube_output + cluster_output
569569
for addon in available_addons:

0 commit comments

Comments
 (0)