OKD IN OCI #2306
Unanswered
iam-narasimhasai
asked this question in
Q&A
OKD IN OCI
#2306
Replies: 0 comments
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.
-
we are trying to install okd in oracle cloud with User-Provisioned Infrastructure approach
there is an issue with oci when we are using bootstrap.ign it says Metadata size is 387468 bytes and cannot be larger than 32000 bytes
so we have used butane replace config and we hosted our ign files in oracle object storage used par url to retrieve my ign file and its working in fedora machines
as we have issue with fedora core os as from 4.19 okd supports only scos , we switched to scos image appropriate to the okd version which we are trying to install by openshift-install coreos print-stream-json
we see that "openshift-install wait-for bootstrap-complete" after some time it shows that timeout saying there is issue with the bootstrap machine unable to initialize the control nodes , and we are unable to ssh bootstrap server
we are getting error saying permission denied and we are so sure that we are using same private key which is equivalent to public key mentioned in install-config.yaml
i have tried to install 4.19.0-okd-scos.0 , 4.20.0-okd-scos.0
could you please any one confirm whether it is allowed to use butnae configs for scos images
{
"ignition": {
"config": {
"replace": {
"source": "http://file/bootstrap.ign"
}
},
"version": "3.5.0"
}
}
we used install-config.yaml
apiVersion: v1
baseDomain: example.in #hidden as posting in issues
compute:
name: worker
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
replicas: 3
metadata:
name: test
networking:
clusterNetwork:
hostPrefix: 23
networkType: OVNKubernetes
serviceNetwork:
platform:
none: {}
pullSecret: '{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}'
sshKey: 'ssh-ed25519 AAAA...' #hidden as posting in issues
Beta Was this translation helpful? Give feedback.
All reactions