cf-operator crashes on first run
Closed this issue · 5 comments
f0rmiga commented
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"
cf-gitbot commented
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.
rohitsakala commented
Hi @f0rmiga ,
I tried to reproduce this on latest master in cf-operator
. Steps I tried
- Deleted my kind clusters
- Created a new kind cluster.
- Ran
go run ./cmd/cf-operator/main.go
- 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 ?
f0rmiga commented
@rohitsakala Try deploying the helm chart.
rohitsakala commented
Ran deploying using helm chart for 10 times in a loop. Couldn't reproduce. @f0rmiga to provide more info if seen again.