This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Implement check for resolving localhost #1046
Labels
kind/enhancement
New feature or request
port/5.5
Requires port to version/5.5.x
port/6.1
Requires port to version/6.1.x
port/6.3
Requires port to version/6.3.x
priority/1
Medium priority
support-load
Mark issues that increase support load
Milestone
Describe the error
Customer reported the watcher container in the influxdb pod is constantly failing because it couldn't connect to influxdb as expected. After upgrading from 1.4.5 to 1.4.54, started to experience issues with InfluxDB. The pod kept restarting with status
CrashLoopBackOff
.Cause of the error
The error was caused by a bad
localhost
resolution to an invalid ip which is not 127.0.0.1.Expected behavior
A precheck should exist for
localhost
to resolve correctly in the cluster. This will ensure user fixes dns before continuing with installation.The text was updated successfully, but these errors were encountered: