-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Description
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.0.0-0.alpha-2019-02-11-201342 False True 20m Unable to apply 4.0.0-0.alpha-2019-02-11-201342: the cluster operator openshift-controller-manager has not yet successfully rolled out
$ oc get nodes
NAME STATUS ROLES AGE VERSION
osiris-master-0 Ready master 20m v1.12.4+9e35761882
$ oc -n openshift-machine-api get --all-namespaces machinesets
NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE
openshift-cluster-api osiris-worker-0 2 20m
$ oc get machines.machine.openshift.io --all-namespaces
No resources found.
$ oc get -n openshift-machine-api pods
NAME READY STATUS RESTARTS AGE
clusterapi-manager-controllers-7cfcd6575f-j6rxm 4/4 Running 0 16m
machine-api-operator-5bc6869c76-spscn 1/1 Running 0 17m
$ oc -n openshift-machine-api logs deploy/clusterapi-manager-controllers -c machine-controller
I0211 22:37:36.638055 1 main.go:47] Registering Components.
I0211 22:37:36.653680 1 main.go:64] Starting the Cmd.
I0211 22:37:36.654277 1 reflector.go:202] Starting reflector *v1beta1.Machine (10h0m0s) from github.com/openshift/cluster-api-provider-libvirt/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126
I0211 22:37:36.654299 1 reflector.go:240] Listing and watching *v1beta1.Machine from github.com/openshift/cluster-api-provider-libvirt/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126
E0211 22:41:45.637088 1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=89, ErrCode=NO_ERROR, debug=""
E0211 22:41:45.638205 1 reflector.go:322] github.com/openshift/cluster-api-provider-libvirt/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126: Failed to watch *v1beta1.Machine: Get https://172.30.0.1:443/apis/machine.openshift.io/v1beta1/machines?resourceVersion=3382&timeoutSeconds=485&watch=true: dial tcp 172.30.0.1:443: connect: connection refused
... repeats many times ...
E0211 22:44:30.437762 1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=3, ErrCode=NO_ERROR, debug=""
W0211 22:44:36.364222 1 reflector.go:341] github.com/openshift/cluster-api-provider-libvirt/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126: watch of *v1beta1.Machine ended with: too old resource version: 10780 (11610)
I0211 22:44:37.364452 1 reflector.go:240] Listing and watching *v1beta1.Machine from github.com/openshift/cluster-api-provider-libvirt/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126
Metadata
Metadata
Assignees
Labels
No labels