You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flag --allow-untagged-cloud has been deprecated, This flag is deprecated and will be removed in a future release. A cluster-id will be required on cloud instances.
ERROR: logging before flag.Parse: W0916 13:48:44.704964 1 client_config.go:552] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
ERROR: logging before flag.Parse: W0916 13:48:44.712289 1 controllermanager.go:108] detected a cluster without a ClusterID. A ClusterID will be required in the future. Please tag your cluster to avoid any future issues
ERROR: logging before flag.Parse: W0916 13:48:44.713737 1 authentication.go:55] Authentication is disabled
ERROR: logging before flag.Parse: I0916 13:48:44.713808 1 insecure_serving.go:49] Serving insecurely on [::]:10253
ERROR: logging before flag.Parse: I0916 13:48:44.717345 1 node_controller.go:89] Sending events to api server.
ERROR: logging before flag.Parse: E0916 13:48:44.721045 1 controllermanager.go:240] Failed to start service controller: the cloud provider does not support external load balancers
ERROR: logging before flag.Parse: I0916 13:48:44.721880 1 pvlcontroller.go:107] Starting PersistentVolumeLabelController
ERROR: logging before flag.Parse: I0916 13:48:44.721989 1 controller_utils.go:1025] Waiting for caches to sync for persistent volume label controller
ERROR: logging before flag.Parse: I0916 13:48:44.822307 1 controller_utils.go:1032] Caches are synced for persistent volume label controller
ERROR: logging before flag.Parse: I0916 13:48:45.020493 1 route_controller.go:102] Starting route controller
ERROR: logging before flag.Parse: I0916 13:48:45.020554 1 controller_utils.go:1025] Waiting for caches to sync for route controller
ERROR: logging before flag.Parse: E0916 13:48:45.060905 1 node_controller.go:161] providerID should start with hcloud://: 3295411
ERROR: logging before flag.Parse: I0916 13:48:45.120773 1 controller_utils.go:1032] Caches are synced for route controller
ERROR: logging before flag.Parse: E0916 13:48:45.121072 1 runtime.go:66] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:72
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:65
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:51
/usr/local/go/src/runtime/panic.go:522
/usr/local/go/src/runtime/panic.go:82
/usr/local/go/src/runtime/signal_unix.go:390
/maschine-controller/src/hcloud/routes.go:30
/maschine-controller/src/hcloud/routes.go:58
/go/pkg/mod/k8s.io/[email protected]/pkg/controller/route/route_controller.go:128
/go/pkg/mod/k8s.io/[email protected]/pkg/controller/route/route_controller.go:119
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:133
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:134
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:98
/usr/local/go/src/runtime/asm_amd64.s:1337
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1087f97]
Looks like the controller can not find the network. Have you created a secret containing the network ID or Name? (kubectl -n kube-system create secret generic hcloud --from-literal=network=<hcloud Network_ID_or_Name>) ?
Hello all.
When i try start hcloud-cloud-controller-manager with network support i get this error logs
kubernetes version 1.15.3
cni flannel
The text was updated successfully, but these errors were encountered: