-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
haskell/kubernetes-client/src/Kubernetes/Client/Config.hs
Lines 91 to 93 in 130c897
host <- liftIO $ getEnv "KUBERNETES_SERVICE_HOST" | |
port <- liftIO $ getEnv "KUBERNETES_SERVICE_PORT" | |
cfg <- setTokenAuth tok . setMasterURI (T.pack $ "https://" ++ host ++ ":" ++ port) <$> liftIO K.newConfig |
assumes a DNS name or ipv4 address... it does not work correctly with an ipv6 address (the ipv6 host must be wrapped in brackets)
akshaymankar
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.