OKD 4.20 - Bootstrapping Failed/Timeout #2294
Unanswered
sanshah1211
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
We need more details. how do you install OKD? what method (iPXE, agent installer...) how many nodes? what is your dns/dhcp/load balancer setup? etc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello OKD Community.
I am trying to deploy OKD 4.20 on Proxmox. While deploying it on Proxmox, bootstrapping failed/timedout because of multiple errors.
Attached some of the logs.
Dec 03 05:34:52 bootstrap auth-api-render[5424]: W1203 05:34:52.195161 1 wellknown_ready_controller.go:47] Defaulting KUBERNETES_SERVICE_PORT_HTTPS to 443 due to parsing error: strconv.Atoi: parsing "": invalid syntax Dec 03 05:34:52 bootstrap bootkube.sh[5345]: W1203 05:34:52.195161 1 wellknown_ready_controller.go:47] Defaulting KUBERNETES_SERVICE_PORT_HTTPS to 443 due to parsing error: strconv.Atoi: parsing "": invalid syntax Dec 03 05:34:52 bootstrap auth-api-render[5424]: I1203 05:34:52.211792 1 render.go:49] rendering asset oauth-openshift/authorization.openshift.io_rolebindingrestrictions.yaml Dec 03 05:34:52 bootstrap auth-api-render[5424]: I1203 05:34:52.211829 1 render.go:56] writing asset to /assets/auth-api-bootstrap/manifests/authorization.openshift.io_rolebindingrestrictions.yamlDec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "0000_00_cluster-version-operator_01_admingate_configmap.yaml": failed to create configmaps.v1./admin-gates -n openshift-config-managed: namespaces "openshift-config-managed" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "99_openshift-cluster-api_master-user-data-secret.yaml": failed to create secrets.v1./master-user-data -n openshift-machine-api: namespaces "openshift-machine-api" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "99_openshift-cluster-api_worker-user-data-secret.yaml": failed to create secrets.v1./worker-user-data -n openshift-machine-api: namespaces "openshift-machine-api" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "99_openshift-machineconfig_99-master-ssh.yaml": failed to create machineconfigs.v1.machineconfiguration.openshift.io/99-master-ssh -n : the server could not find the requested resource Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "99_openshift-machineconfig_99-worker-ssh.yaml": failed to create machineconfigs.v1.machineconfiguration.openshift.io/99-worker-ssh -n : the server could not find the requested resource Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "configmap-admin-kubeconfig-client-ca.yaml": failed to create configmaps.v1./admin-kubeconfig-client-ca -n openshift-config: namespaces "openshift-config" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "configmap-csr-controller-ca.yaml": failed to create configmaps.v1./csr-controller-ca -n openshift-config-managed: namespaces "openshift-config-managed" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "configmap-kubelet-bootstrap-kubeconfig-ca.yaml": failed to create configmaps.v1./kubelet-bootstrap-kubeconfig -n openshift-config-managed: namespaces"openshift-config-managed" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "configmap-sa-token-signing-certs.yaml": failed to create configmaps.v1./sa-token-signing-certs -n openshift-config-managed: namespaces "openshift-config-managed" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "kube-apiserver-serving-ca-configmap.yaml": failed to create configmaps.v1./initial-kube-apiserver-server-ca -n openshift-config: namespaces "openshift-config" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "machine-config-server-ca-configmap.yaml": failed to create configmaps.v1./machine-config-server-ca -n openshift-machine-config-operator: namespaces "openshift-machine-config-operator" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "machine-config-server-ca-secret.yaml": failed to create secrets.v1./machine-config-server-ca -n openshift-machine-config-operator: namespaces "openshift-machine-config-operator" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "machine-config-server-tls-secret.yaml": failed to create secrets.v1./machine-config-server-tls -n openshift-machine-config-operator: namespaces "openshift-machine-config-operator" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "openshift-config-secret-pull-secret.yaml": failed to create secrets.v1./pull-secret -n openshift-config: namespaces "openshift-config" not found Dec 03 08:59:41 bootstrap cluster-bootstrap[11215]: "openshift-install-manifests.yaml": failed to create configmaps.v1./openshift-install-manifests -n openshift-config: namespaces "openshift-config" notfoundAlso I can see "failed to create" while creation of the resource.
Beta Was this translation helpful? Give feedback.
All reactions