OKD 4.17 Installing a cluster on any platform - bootstraping error #2129
Replies: 1 comment
-
I restarted the installation today and noticed that while bootstraping this particular part in the logs seems to repeat forever and this is the output over and over again in a loop: Apr 04 13:11:13 cluster-bootstrap[23978]: [#1086] failed to create some manifests: The 99_openshift-machineconfig_99-master-ssh.yaml and 99_openshift-machineconfig_99-worker-ssh.yaml are in the manifest before I create the ignition files. Does somebody have a clue on to what could cause this? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,

I am trying to install OKD 4.17 (1 bootstrap, 3 master, 2 worker) and while bootstraping I get the output that it is stuck at 66% and the following services/roles/etc are can not be updated:
"oc adm must-gather" output:
[must-gather ] OUT the server could not find the requested resource (get imagestreams.image.openshift.io must-gather)
[must-gather ] OUT
[must-gather ] OUT Using must-gather plug-in image: registry.redhat.io/openshift4/ose-must-gather:latest
When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information.
ClusterID: 079d9882-507b-4620-9317-fccfb1ae9234
ClusterVersion: Installing "4.17.0-okd-scos.0" for 4 hours: Unable to apply 4.17.0-okd-scos.0: an unknown error has occurred: MultipleErrors
ClusterOperators:
clusteroperator/authentication is not available () because
clusteroperator/baremetal is not available () because
clusteroperator/cluster-autoscaler is not available () because
clusteroperator/config-operator is not available () because
clusteroperator/console is not available () because
clusteroperator/control-plane-machine-set is not available () because
clusteroperator/csi-snapshot-controller is not available () because
clusteroperator/dns is not available () because
clusteroperator/etcd is not available () because
clusteroperator/image-registry is not available () because
clusteroperator/ingress is not available () because
clusteroperator/insights is not available () because
clusteroperator/kube-apiserver is not available () because
clusteroperator/kube-controller-manager is not available () because
clusteroperator/kube-scheduler is not available () because
clusteroperator/kube-storage-version-migrator is not available () because
clusteroperator/machine-api is not available () because
clusteroperator/machine-approver is not available () because
clusteroperator/machine-config is not available () because
clusteroperator/marketplace is not available () because
clusteroperator/monitoring is not available () because
clusteroperator/network is not available () because No networks.operator.openshift.io cluster found
clusteroperator/node-tuning is not available () because
clusteroperator/openshift-apiserver is not available () because
clusteroperator/openshift-controller-manager is not available () because
clusteroperator/openshift-samples is not available () because
clusteroperator/operator-lifecycle-manager is not available () because
clusteroperator/operator-lifecycle-manager-catalog is not available () because
clusteroperator/operator-lifecycle-manager-packageserver is not available () because
clusteroperator/service-ca is not available () because
clusteroperator/storage is not available () because
[must-gather ] OUT namespace/openshift-must-gather-cdqcp created
[must-gather ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-smlk7 created
W0403 18:01:50.661886 7600 warnings.go:70] would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (containers "gather", "copy" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "gather", "copy" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "gather", "copy" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "gather", "copy" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
[must-gather ] OUT pod for plug-in image registry.redhat.io/openshift4/ose-must-gather:latest created
Right now I am trying to understand the root of the problem and if it is because of the ignition files or network related or something else. Could anyone help?
Beta Was this translation helpful? Give feedback.
All reactions