-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Version
$ openshift-install version
unreleased-master-488-g27b9175c6f4076bd8ad19183f4fa53e2e7b1062ePlatform (aws|libvirt|openstack):
libvirt
What happened?
Attempting to install on libvirt results is not successful. The storage operator fails to initialise. Logs point to the clusterstorage-controller:
{"level":"info","ts":1551720561.785977,"logger":"controller_clusterstorage","msg":"Reconciling ConfigMap","Request.Namespace":"kube-system","Request.Name":"cluster-config-v1"}
{"level":"error","ts":1551720561.8227792,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"clusterstorage-controller","request":"kube-system/cluster-config-v1","error":"unsupported platform","stacktrace":"github.com/openshift/cluster-storage-operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/openshift/cluster-storage-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:215\ngithub.com/openshift/cluster-storage-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158\ngithub.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/go/src/github.com/openshift/cluster-storage-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88"}
What you expected to happen?
Successful installation of OCP4 on libvirt
How to reproduce it (as minimally and precisely as possible)?
$ TAGS=libvirt hack/build.sh
$ ./bin/openshift-install create clusterReactions are currently unavailable