Why does the Ingress status show an ERRSAM
error?
Virtual Private Cloud Classic infrastructure
You can use the ibmcloud oc ingress status-report ignored-errors add
command to add an error to the ignored-errors list. Ignored errors still appear in the output of the ibmcloud oc ingress status-report get
command,
but are ignored when calculating the overall Ingress Status.
When you check the status of your cluster's Ingress components by running the ibmcloud oc ingress status-report get
command, you see an error similar to the following example.
The load balancer service address is missing (ERRSAM).
The load balancer service that exposes your Ingress Controller doesn't have an address assigned.
Complete the following steps to troubleshoot the issue.
-
Ensure that your cluster masters and workers are healthy.
-
List your load balancer services.
oc get services -n openshift-ingress | grep LoadBalancer
-
Identify services that do not have an address in the
EXTERNAL-IP
column. -
Look for an event that references the following services.
oc get events -n openshift-ingress| grep SERVICE
-
Review contents of the
MESSAGE
column and complete the following steps based on your cluster type and error message.-
If you see errors regarding your API key, you can try resetting the API key with the
ibmcloud oc api-key reset
command. -
Classic: If you see errors regarding your load balancer deployment, ensure your cluster has at least two healthy workers. For more information, see Adding worker nodes and zones to clusters.
-
Classic: If you see errors saying that no IPs are available, add new portable subnets to the cluster with the
ibmcloud oc cluster subnet create
command. -
VPC: If you see permission issues, review your IAM permissions. For more information, see Setting up an Application Load Balancer for VPC.
-
VPC: Ensure that you did not reach your LBaaS instance quota. For more information, see Quotas and service limits and
ibmcloud is load-balancers
command.
-
-
Wait 10 to 15 minutes, then check if the load balancer got an address assigned. If not, check the events again.
-
If you see a different error, repeat the troubleshooting steps. If the issue persists, contact support. Open a support case. In the case details, be sure to include any relevant log files, error messages, or command outputs.