cloudfoundry-incubator/quarks-operator

cf-operator crashes on first run

Closed this issue · 5 comments

It fails with:

2019/12/02 20:01:00 cf-operator command failed. Failed to create new manager.: failed to add controllers to manager: no matches for kind "ExtendedStatefulSet" in version "quarks.cloudfoundry.org/v1alpha1"

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/170060942

The labels on this github issue will be updated when the story is started.

Hi @f0rmiga ,

I tried to reproduce this on latest master in cf-operator. Steps I tried

  1. Deleted my kind clusters
  2. Created a new kind cluster.
  3. Ran go run ./cmd/cf-operator/main.go
  4. and there was no error as above.

Repeated the above process for running through helm install. Still didn't face this error.

Am I missing anything ?

@rohitsakala Try deploying the helm chart.

Ran deploying using helm chart for 10 times in a loop. Couldn't reproduce. @f0rmiga to provide more info if seen again.

manno commented

I'm going to close the issue. If this happens again, @f0rmiga please re-open and add more information on how to reproduce it:
Which commands did you run, what's kind of Kubernetes cluster are you using, what version of the helm chart was used, etc.