File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ handle_eks_helm() {
1717 log::info " Starting EKS Helm deployment"
1818
1919 # Verify EKS cluster connectivity
20- aws_eks_verify_cluster
20+ # FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster
2121
2222 # Get cluster information
23- aws_eks_get_cluster_info
23+ # FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info
2424
2525 export NAME_SPACE=" ${NAME_SPACE:- showcase-k8s-ci-nightly} "
2626 export NAME_SPACE_RBAC=" ${NAME_SPACE_RBAC:- showcase-rbac-k8s-ci-nightly} "
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ handle_eks_operator() {
1717 log::info " Starting EKS Operator deployment"
1818
1919 # Verify EKS cluster connectivity
20- aws_eks_verify_cluster
20+ # FIXME(gustavolira): restore/reenable this function?! aws_eks_verify_cluster
2121
2222 # Get cluster information
23- aws_eks_get_cluster_info
23+ # FIXME(gustavolira): restore/reenable this function?! aws_eks_get_cluster_info
2424
2525 export NAME_SPACE=" ${NAME_SPACE:- showcase-k8s-ci-nightly} "
2626 export NAME_SPACE_RBAC=" ${NAME_SPACE_RBAC:- showcase-rbac-k8s-ci-nightly} "
You can’t perform that action at this time.
0 commit comments