MCPcopy Index your code
hub / github.com/cortexlabs/cortex / ErrorCortexInstallationBroken

Function ErrorCortexInstallationBroken

pkg/operator/operator/errors.go:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30)
31
32func ErrorCortexInstallationBroken() error {
33 return errors.WithStack(&errors.Error{
34 Kind: ErrCortexInstallationBroken,
35 Message: "cortex is out of date or not installed properly; spin down your cluster with `cortex cluster down` and create a new one with `cortex cluster up`",
36 })
37}
38
39func ErrorLoadBalancerInitializing() error {
40 return errors.WithStack(&errors.Error{

Callers 1

getLoadBalancerURLFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected